diff options
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | rpmtools.spec | 7 |
2 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,28 @@ +2005-12-30 16:53 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * gendistrib: Fix typo; update copyright + +2005-12-30 16:34 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * genhdlist: Make it clear that genhdlist always generates a + synthesis. Update copyright notice. + +2005-12-05 19:15 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL, rpmtools.spec: Don't install empty manpages + +2005-12-05 18:26 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: Trust automatic requires. + +2005-11-16 17:20 Thierry Vignaud <tvignaud at mandriva.com> + + * rpmtools.spec: bump conflicts due to file moves + +2005-11-16 15:46 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: 5.0.26-1mdk + 2005-11-16 15:28 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * editdistrib: Add a version command diff --git a/rpmtools.spec b/rpmtools.spec index 48c5e6b..43deb0a 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,7 +1,7 @@ %define name rpmtools # do not modify here, see spec file in the CVS %define version 5.0.26 -%define release %mkrel 1 +%define release %mkrel 2 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -80,6 +80,11 @@ is fully compatible with old packdrake. %{_mandir}/man1/packdrake* %changelog +* Fri Dec 30 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.26-2mdk +- Bump conflicts due to file moves +- Don't install empty manpages +- Update copyright notices + * Wed Nov 16 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.26-1mdk - Use MDV:: perl modules, replaces the ones shipped by compatibility wrappers - Move packdrake manpage to packdrake rpm |