aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-07 15:06:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-07 15:06:07 +0000
commit9378fa6de7442fe2f706340ee1e7f3f775416127 (patch)
tree65b996186989b5bbbf681af84762a3b5b5707f30
parent756e263531a2f33d43fb1c378e315d4e1a7a8d5b (diff)
downloadrpmtools-9378fa6de7442fe2f706340ee1e7f3f775416127.tar
rpmtools-9378fa6de7442fe2f706340ee1e7f3f775416127.tar.gz
rpmtools-9378fa6de7442fe2f706340ee1e7f3f775416127.tar.bz2
rpmtools-9378fa6de7442fe2f706340ee1e7f3f775416127.tar.xz
rpmtools-9378fa6de7442fe2f706340ee1e7f3f775416127.zip
5.0.17-1mdk5.0.17
-rw-r--r--rpmtools.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rpmtools.spec b/rpmtools.spec
index 988c1b3..53cc5ff 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -1,8 +1,8 @@
%define name rpmtools
-%define release 1mdk
+%define release %mkrel 1
# do not modify here, see Makefile in the CVS
-%define version 5.0.16
+%define version 5.0.17
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)
@@ -79,6 +79,9 @@ is fully compatible with old packdrake.
%{_mandir}/man3/[pP]ackdrake*
%changelog
+* Mon Mar 07 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.17-1mdk
+- gendistrib: fix generation of per-media MD5SUM files. Plus doc nits.
+
* Tue Mar 01 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.16-1mdk
- packdrake: report size of toc (for rpmdrake's search progress bar)
- parsehdlist: add support to output SQL statements (Leon Brooks)