diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-20 13:45:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-20 13:45:30 +0000 |
commit | 7706956d1247d045e1c058068e62b6e095fa821a (patch) | |
tree | f41435aa533e185c9d1bd683a265953b57fe95a2 | |
parent | 759a5637b788c6d04cbdffb5fe02c2ba58e842db (diff) | |
download | rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar.gz rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar.bz2 rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.tar.xz rpmtools-7706956d1247d045e1c058068e62b6e095fa821a.zip |
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | rpmtools.spec | 8 |
2 files changed, 26 insertions, 1 deletions
@@ -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 |