diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-13 17:54:19 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-13 17:54:19 +0000 |
commit | 084f20aea7d3c6087593cc63ec603ae1741bd6ac (patch) | |
tree | 95e870fbd3b8ee1f80d1de20ff75d167c3ffcf5c | |
parent | 9947ac25222969c882c90d75ac17e375fd318980 (diff) | |
download | rpmtools-084f20aea7d3c6087593cc63ec603ae1741bd6ac.tar rpmtools-084f20aea7d3c6087593cc63ec603ae1741bd6ac.tar.gz rpmtools-084f20aea7d3c6087593cc63ec603ae1741bd6ac.tar.bz2 rpmtools-084f20aea7d3c6087593cc63ec603ae1741bd6ac.tar.xz rpmtools-084f20aea7d3c6087593cc63ec603ae1741bd6ac.zip |
Fix a misplaced Provides in the specfile.
-rw-r--r-- | rpmtools.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 2ce0fc6..65279cb 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -24,7 +24,6 @@ BuildRequires: perl-devel BuildRequires: perl-Compress-Zlib Requires: rpm >= %{rpm_version} bzip2 >= 1.0 perl-URPM >= 0.94 perl-base >= 5.8.4 Conflicts: rpmtools-compat <= 2.0 rpmtools-devel <= 2.0 -Provides: perl(packdrake) %description Various tools needed by urpmi and drakxtools for handling rpm files. @@ -33,6 +32,7 @@ Various tools needed by urpmi and drakxtools for handling rpm files. Group: %{group} Summary: A simple Archive Extractor/Builder Conflicts: rpmtools <= 5.0.0 +Provides: perl(packdrake) %description -n packdrake Packdrake is a simple indexed archive builder and extractor using |