diff options
-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 |