diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-14 10:25:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-14 10:25:31 +0000 |
commit | 34ef73264e5f2df78189b421d8b142593c073bbe (patch) | |
tree | 63fd118da91421fc5243938fcff8955d64c916d4 /rpmtools.spec | |
parent | 4ccfb57bdeef84f71e8e9e4d961e7379cf983205 (diff) | |
download | rpmtools-34ef73264e5f2df78189b421d8b142593c073bbe.tar rpmtools-34ef73264e5f2df78189b421d8b142593c073bbe.tar.gz rpmtools-34ef73264e5f2df78189b421d8b142593c073bbe.tar.bz2 rpmtools-34ef73264e5f2df78189b421d8b142593c073bbe.tar.xz rpmtools-34ef73264e5f2df78189b421d8b142593c073bbe.zip |
Don't require Compress::Zlib (only suggest :)
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 5b76dda..1c17d1a 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -33,6 +33,8 @@ Group: %{group} Summary: A simple Archive Extractor/Builder Conflicts: rpmtools <= 5.0.0 Provides: perl(packdrake) +# perl-Compress-Zlib is only "suggested" +%define _requires_exceptions perl(Compress::Zlib) %description -n packdrake Packdrake is a simple indexed archive builder and extractor using |