diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-04 03:33:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-05-04 03:33:21 +0000 |
commit | d0851a562562489e881d1541d6f280dcad70eb13 (patch) | |
tree | 5f614e7ba3ed7a0ad174ccddbfab859ffff1269b | |
parent | a7159e8c5d2fde530e714abfaf4ddde33106834f (diff) | |
download | urpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar urpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar.gz urpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar.bz2 urpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar.xz urpmi-d0851a562562489e881d1541d6f280dcad70eb13.zip |
4.7.2-1mdk
-rw-r--r-- | ChangeLog | 35 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 7 |
3 files changed, 42 insertions, 2 deletions
@@ -1,3 +1,38 @@ +2005-05-03 06:49 Marek Laane <bald at starman.ee> + + * po/et.po: Estonian translation updated. + +2005-05-02 10:45 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Parse new-style key ids + +2005-05-01 22:49 Arpad Biro <biro_arpad at yahoo.com> + + * po/hu.po: [no log message] + +2005-04-29 18:16 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, man/C/urpmi.cfg.5, urpm/cfg.pm: Add a "nopubkey" global + option in urpmi.cfg + +2005-04-29 16:35 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.addmedia, urpmi.bash-completion, man/C/urpmi.addmedia.8, + urpm/args.pm: add a --nopubkey option to urpmi.addmedia + +2005-04-29 08:39 Keld Jørn Simonsen <keld at dkuug.dk> + + * po/da.po: updates indexhtml/po/da.po soft/urpmi/po/da.po + gi/perl-install/share/po/da.po + +2005-04-28 19:26 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * urpmq: - --synthesis don't exist, removing it from --dump-config + +2005-04-28 10:14 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi.spec: 4.7.1-1mdk + 2005-04-28 10:00 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm/util.pm: Copy files using -L, to avoid copying relative @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.1'; +our $VERSION = '4.7.2'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.1 +%define version 4.7.2 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -235,6 +235,11 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Wed May 04 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.2-1mdk +- Adaptations for rpm 4.4.1 (new-style key ids) +- Add a "nopubkey" global option in urpmi.cfg and a --nopubkey switch to + urpmi.addmedia + * Thu Apr 28 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.1-1mdk - Fix a long-standing bug when copying symlinked hdlists over nfs - Minor rewrites in the proxy handling code |