diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-08-22 17:59:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-08-22 17:59:26 +0000 |
commit | c7d3339ce2b00c7c6c1e39b64c5fed5df9e03a32 (patch) | |
tree | 6d1be2d6c0a1d9a614abb52b9b31afeeae978db9 | |
parent | acf8a5ba7f93804774c13f025fa8b4006e5a128a (diff) | |
download | rpmtools-c7d3339ce2b00c7c6c1e39b64c5fed5df9e03a32.tar rpmtools-c7d3339ce2b00c7c6c1e39b64c5fed5df9e03a32.tar.gz rpmtools-c7d3339ce2b00c7c6c1e39b64c5fed5df9e03a32.tar.bz2 rpmtools-c7d3339ce2b00c7c6c1e39b64c5fed5df9e03a32.tar.xz rpmtools-c7d3339ce2b00c7c6c1e39b64c5fed5df9e03a32.zip |
5.0.225.0.22
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 26 insertions, 1 deletions
@@ -1,3 +1,25 @@ +2005-08-22 18:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Packdrakeng.pm: Use destdir = "." if not specified. Don't use + warnings. + +2005-08-19 17:33 Thierry Vignaud <tvignaud at mandriva.com> + + * Packdrakeng.pm: let it pass perl_checker + +2005-08-19 17:33 Thierry Vignaud <tvignaud at mandriva.com> + + * .perl_checker: blacklist a few packages in order to be able to + run perl_checker over Packadrake + +2005-08-19 17:30 Thierry Vignaud <tvignaud at mandriva.com> + + * Packdrakeng.pm: (tempfile) display which file we failed to create + +2005-06-20 12:14 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: 4.0.21 + 2005-06-16 03:01 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * Packdrakeng.pm: Create temp file in $TMPDIR instead of $TMP, and diff --git a/rpmtools.spec b/rpmtools.spec index 4fca2f1..1f78ee6 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -2,7 +2,7 @@ %define release %mkrel 1 # do not modify here, see spec file in the CVS -%define version 5.0.21 +%define version 5.0.22 %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,9 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Mon Aug 22 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.22-1mdk +- Minor code fixes and better error messages + * 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 |