diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-12 10:16:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-12 10:16:37 +0000 |
commit | 33b1b84cbb31ff0a9f9fc1d5e6af197b35972ae3 (patch) | |
tree | 7b79c28dc649b7be2dde3c7cbd2eed21c9214df9 /rpmtools.spec | |
parent | 5f0653f9b6beecc44cc1502487f19781f2a5ba1d (diff) | |
download | rpmtools-33b1b84cbb31ff0a9f9fc1d5e6af197b35972ae3.tar rpmtools-33b1b84cbb31ff0a9f9fc1d5e6af197b35972ae3.tar.gz rpmtools-33b1b84cbb31ff0a9f9fc1d5e6af197b35972ae3.tar.bz2 rpmtools-33b1b84cbb31ff0a9f9fc1d5e6af197b35972ae3.tar.xz rpmtools-33b1b84cbb31ff0a9f9fc1d5e6af197b35972ae3.zip |
no_comment
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 33b65b1..abeed02 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 25mdk +%define release 27mdk # do not modify here, see Makefile in the CVS %define version 1.1 @@ -15,8 +15,8 @@ Copyright: GPL Group: System/Configuration/Packaging BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} -BuildRequires: rpm-devel >= 3.0.4 -Requires: /usr/bin/perl rpm >= 3.0.4 +BuildRequires: rpm-devel >= rpm-3.0.5-0.20mdk +Requires: /usr/bin/perl rpm >= rpm-3.0.5-0.20mdk bzip2 >= 1.0 %description Various tools needed by urpmi and drakxtools for handling rpm files. @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT /usr/bin/genfilelist %changelog +* Wed Jul 12 2000 Pixel <pixel@mandrakesoft.com> 1.1-27mdk +- add version require for last bzip2 and last rpm + * Tue Jun 13 2000 Pixel <pixel@mandrakesoft.com> 1.1-25mdk - fix a bug in gendepslist2 (thanks to diablero) |