diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-02 11:28:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-02 11:28:14 +0000 |
commit | ffd3d85a98a3b774cabd6384c29ca86ebf271262 (patch) | |
tree | 277765e79a9fd1df09447c73d7176a75d9534972 | |
parent | 777d745a5a98997ed568ace20a201e35b93487f5 (diff) | |
download | rpmtools-ffd3d85a98a3b774cabd6384c29ca86ebf271262.tar rpmtools-ffd3d85a98a3b774cabd6384c29ca86ebf271262.tar.gz rpmtools-ffd3d85a98a3b774cabd6384c29ca86ebf271262.tar.bz2 rpmtools-ffd3d85a98a3b774cabd6384c29ca86ebf271262.tar.xz rpmtools-ffd3d85a98a3b774cabd6384c29ca86ebf271262.zip |
Remove redundant and bogus require on perl-base
-rw-r--r-- | rpmtools.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 1629cef..16252fb 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -22,7 +22,7 @@ Prefix: %{_prefix} BuildRequires: rpm-devel >= 4.0.3 bzip2-devel BuildRequires: perl-devel BuildRequires: perl-Compress-Zlib -Requires: rpm >= %{rpm_version} bzip2 >= 1.0 perl-URPM >= 0.94 perl-base >= 5.8.4 +Requires: rpm >= %{rpm_version} bzip2 >= 1.0 perl-URPM >= 0.94 Conflicts: rpmtools-compat <= 2.0 rpmtools-devel <= 2.0 %description |