diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | urpmi.spec | 5 |
2 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,20 @@ +2005-03-25 18:14 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: Allow to add several different iso media that point to + the same mount point. + +2005-03-25 17:13 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: Don't try to mounts isos that are already mounted + +2005-03-25 14:12 Pablo Saratxaga <pablo at mandrakesoft.com> + + * po/: pl.po, sc.po: Added Sardinian file; updated Polish file + +2005-03-24 18:57 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpmi.spec: 4.6.23-4mdk + 2005-03-24 14:08 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * urpmi: Invoke gui dialog only under X @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.23 -%define release 4mdk +%define release 5mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -236,6 +236,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Mar 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-5mdk +- Fixes related to ISO media + * Thu Mar 24 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-4mdk - Disable --gui option when $DISPLAY isn't set |