diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-17 18:17:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-17 18:17:32 +0000 |
commit | 20c02abbc2c0da2aeebf4664d5160577ca17669e (patch) | |
tree | 850d7ea7d6cdfa450fe1fe4461d2bb5257889b62 /urpmi.spec | |
parent | 09360f7683ce519adc800b1e348df98d97b53a51 (diff) | |
download | urpmi-20c02abbc2c0da2aeebf4664d5160577ca17669e.tar urpmi-20c02abbc2c0da2aeebf4664d5160577ca17669e.tar.gz urpmi-20c02abbc2c0da2aeebf4664d5160577ca17669e.tar.bz2 urpmi-20c02abbc2c0da2aeebf4664d5160577ca17669e.tar.xz urpmi-20c02abbc2c0da2aeebf4664d5160577ca17669e.zip |
4.6.9-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.8 +%define version 4.6.9 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -37,6 +37,7 @@ BuildRequires: gettext BuildRoot: %{_tmppath}/%{name}-buildroot BuildArch: noarch Conflicts: man-pages-fr < 1.58.0-8mdk +Conflicts: rpmdrake < 2.4-2mdk %description urpmi is Mandrakelinux's console-based software installation tool. You can @@ -226,6 +227,11 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Dec 17 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.9-1mdk +- Fix urpmi --skip +- Tell number of packages that will be removed by urpme +- Remove gurpm module, conflict with older rpmdrakes + * Mon Dec 13 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.8-1mdk - Adding a media should not fail when there is no pubkey file available (bug #12646) |