diff --git a/ocsinventory-agent.spec b/ocsinventory-agent.spec index 8c79810..2429966 100644 --- a/ocsinventory-agent.spec +++ b/ocsinventory-agent.spec @@ -6,7 +6,7 @@ Name: ocsinventory-agent Summary: Open Computer and Software Inventory Next Generation client Version: 1.1.2 -Release: 2%{?dist}%{?ocstag:.%{ocstag}} +Release: 3%{?dist}%{?ocstag:.%{ocstag}} Source0: http://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz @@ -26,7 +26,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if 0%{?rhel} != 3 -BuildRequires: perl(Module::Install) perl(XML::SAX) +BuildRequires: perl(Module::Install) %endif BuildRequires: perl(XML::Simple) perl(LWP) perl(Net::IP) BuildRequires: perl(Digest::MD5) perl(File::Temp) @@ -40,7 +40,7 @@ Requires: nmap monitor-edid which %if 0%{?rhel} == 3 Requires: perl(XML::Parser) %else -Requires: perl(XML::SAX) perl(Proc::Daemon) +Requires: perl(Proc::Daemon) %endif %if 0%{?rhel}%{?fedora} <= 4 Requires: kernel-utils @@ -211,6 +211,10 @@ rm -rf %{buildroot} %changelog +* Sat Oct 09 2010 Remi Collet 1.1.2-3 +- remove perl-XML-SAX optional dep, which is broken on EL5 + and cause overload when installed on the OCS server + * Tue Jun 01 2010 Marcela Maslanova - 1.1.2-2 - Mass rebuild with perl-5.12.0