diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | rpmtools.spec | 8 |
2 files changed, 19 insertions, 2 deletions
@@ -1,3 +1,16 @@ +2005-06-16 03:01 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Packdrakeng.pm: Create temp file in $TMPDIR instead of $TMP, and + warn when creation failed + +2005-05-26 11:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Distribconf/Build.pm: Fix error messages + +2005-05-10 11:24 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: 5.0.20-2mdk + 2005-04-15 17:48 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * rpmtools.spec: Be less dependant on distribution name diff --git a/rpmtools.spec b/rpmtools.spec index c0a0cb3..4fca2f1 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,8 +1,8 @@ %define name rpmtools -%define release %mkrel 2 +%define release %mkrel 1 # do not modify here, see spec file in the CVS -%define version 5.0.20 +%define version 5.0.21 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -77,6 +77,10 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Mon Jun 20 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.21-1mdk +- Create tempfiles in $TMPDIR instead of $TMP +- Nits in error message reporting + * Tue May 10 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.20-2mdk - Rebuild for rpm 4.4 |