diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-06-15 07:47:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-06-15 07:47:08 +0200 |
commit | 7be3247731932adde3ddced3597473ba90004e8f (patch) | |
tree | 8cff65bc403263077f6491222ba9be096796b79a | |
parent | f34d87572bbb92f85651b740821dce57f88a70bf (diff) |
clean before review
-rw-r--r-- | fusioninventory-agent.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index c4284f7..92994c3 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -41,9 +41,8 @@ BuildRequires: perl(Test::Compile) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(LWP) perl(Net::IP) perl(HTTP::Status) perl(Net::SSLeay) perl(Crypt::SSLeay) Requires: perl(Proc::Daemon) perl(Proc::PID::File) -# Not yet available in EPEL ... +%if 0%{?fedora} >= 6 || 0%{?rhel} >= 5 Requires: perl(Archive::Extract) -%if %{?fedora}%{?rhel} > 4 Requires: perl(Net::CUPS) %endif Requires(post): /sbin/chkconfig |