diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-26 18:30:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-26 18:30:10 +0000 |
commit | f5e936cc6c5cb364b774149c79e6bdbb5d3d3d15 (patch) | |
tree | ad0d99927b4afdb82607adfc25d4728ab6f081f3 /rpmtools.spec | |
parent | 1c85849a7e6707036c20c113ba8407fd70de1fde (diff) | |
download | rpmtools-f5e936cc6c5cb364b774149c79e6bdbb5d3d3d15.tar rpmtools-f5e936cc6c5cb364b774149c79e6bdbb5d3d3d15.tar.gz rpmtools-f5e936cc6c5cb364b774149c79e6bdbb5d3d3d15.tar.bz2 rpmtools-f5e936cc6c5cb364b774149c79e6bdbb5d3d3d15.tar.xz rpmtools-f5e936cc6c5cb364b774149c79e6bdbb5d3d3d15.zip |
packdrake.pm is now perl_checker compliant4.5.4
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 7ec869f..ec42ba2 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 3mdk +%define release 4mdk # do not modify here, see Makefile in the CVS %define version 4.5 @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Tue Nov 26 2002 Pixel <pixel@mandrakesoft.com> 4.5-4mdk +- packdrake.pm is now perl_checker compliant + * Wed Oct 16 2002 François Pons <fpons@mandrakesoft.com> 4.5-3mdk - fixed bad error message for packdrake. - fixed gendistrib with multiple directory given. |