diff options
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | urpmi.spec | 6 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,28 @@ +2005-03-09 16:54 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpmi.spec: Upgrade require on perl-Locale-gettext + +2005-03-09 14:59 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpmi.spec: Don't use deprecated PreReq construct + +2005-03-09 14:25 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: Emit an error when using --root and where no /dev/null + is found in the specified chroot + +2005-03-08 16:54 Thierry Vignaud <tvignaud at mandrakesoft.com> + + * po/br.po: update + +2005-03-08 16:53 Thierry Vignaud <tvignaud at mandrakesoft.com> + + * po/br.po: typo fix + +2005-03-08 16:26 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.22-1mdk + 2005-03-08 12:12 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * urpm.pm: Fix addition of media with passwords @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.22 -%define release 1mdk +%define release 2mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -236,6 +236,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Wed Mar 09 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.22-2mdk +- Fix requires on perl-Locale-gettext +- Warn when a chroot doesn't has a /dev + * Tue Mar 08 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.22-1mdk - Fix addition of media with passwords - More verifications on local list files |