aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-20 13:45:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-20 13:45:30 +0000
commit7706956d1247d045e1c058068e62b6e095fa821a (patch)
treef41435aa533e185c9d1bd683a265953b57fe95a2
parent759a5637b788c6d04cbdffb5fe02c2ba58e842db (diff)
downloadrpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar
rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar.gz
rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar.bz2
rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar.xz
rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.zip
-rw-r--r--ChangeLog19
-rw-r--r--rpmtools.spec8
2 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81a0066..a54c544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2006-03-20 13:52 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * genhdlist: Add a --norecursive option to genhdlist (Michael
+ Scherer)
+
+2006-03-01 12:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * parsehdlist.c: Fix compilation warning
+
+2006-01-16 16:15 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * rpmtools.spec: 5.0.27-1mdk
+
+2006-01-16 16:10 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * parsehdlist.c: Replace serial by epoch everywhere, to be able to
+ build with rpm 4.4.4. The --serial switch is still recognized,
+ but not documented. Update Copyright.
+
2006-01-16 15:51 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* gendistrib: Use mktemp for temp files. Error checking when
diff --git a/rpmtools.spec b/rpmtools.spec
index 5b7dfb8..bf34568 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -1,6 +1,6 @@
%define name rpmtools
# do not modify here, see spec file in the CVS
-%define version 5.0.27
+%define version 5.0.28
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -79,6 +79,12 @@ standard compression methods.
%{_mandir}/man1/packdrake*
%changelog
+* Mon Mar 20 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.28-1mdk
+- Add --norecursive option to genhdlist (M. Scherer)
+
+* Wed Mar 15 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.27-2mdk
+- Rebuild for rpm 4.4.5
+
* Mon Jan 16 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.27-1mdk
- Replace serial by epoch everywhere in parsehdlist (rpm 4.4.4 compatibility)
- Fix BuildRequires