summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-05-04 03:33:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-05-04 03:33:21 +0000
commitd0851a562562489e881d1541d6f280dcad70eb13 (patch)
tree5f614e7ba3ed7a0ad174ccddbfab859ffff1269b /urpmi.spec
parenta7159e8c5d2fde530e714abfaf4ddde33106834f (diff)
downloadurpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar
urpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar.gz
urpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar.bz2
urpmi-d0851a562562489e881d1541d6f280dcad70eb13.tar.xz
urpmi-d0851a562562489e881d1541d6f280dcad70eb13.zip
4.7.2-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index b366431e..6c18dba2 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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