diff --git a/.abf.yml b/.abf.yml index 746f4d8..fa9948e 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,5 +1,6 @@ removed_sources: FusionInventory-Agent-2.1.9.tar.gz: 01e14f27f5c4339abc71338203b2308cf3af7968 + FusionInventory-Agent-2.3.11.1.tar.gz: 4c99f59646c9453898722797d8d75f3541b8cab9 FusionInventory-Agent-2.3.8.tar.gz: 3511183b65a0957204d6bab6c447971a1e651239 sources: - FusionInventory-Agent-2.3.11.1.tar.gz: 4c99f59646c9453898722797d8d75f3541b8cab9 + FusionInventory-Agent-2.3.15.tar.gz: 3f3b9fbb93d1e5883fcff986e240336e196c4ec3 diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 31fcb48..c136adb 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -3,9 +3,9 @@ %endif Name: fusioninventory-agent -Version: 2.3.11.1 +Version: 2.3.15 Release: 1 -Summary: Linux agent for OCSNG +Summary: Linux agent for GLPI License: GPL Group: System/Servers URL: http://fusioninventory.org/wordpress/ @@ -16,13 +16,13 @@ BuildArch: noarch #Requires: perl-Net-SSLeay Requires: perl(Proc::Daemon) perl(Proc::PID::File) Requires: perl(LWP) perl(Net::IP) perl(HTTP::Status) perl(Net::SSLeay) perl(Crypt::SSLeay) -Requires: perl(Archive::Extract) perl(Net::CUPS) +Requires: perl(Archive::Extract) +#Requires: perl(Net::CUPS) BuildRequires: perl-devel BuildRequires: perl(Module::Install) BuildRequires: perl(Module::CoreList) Obsoletes: fusioninventory-agent < 2.3 - %description FusionInventory-Agent is an agent for OCS NG & GLPI. @@ -88,4 +88,9 @@ cp -fr $RPM_BUILD_DIR/FusionInventory-Agent-%{version}/lib/FusionInventory %{bu %config(noreplace) %{_sysconfdir}/logrotate.d/fusioninventory-agent %config(noreplace) %{_sysconfdir}/cron.daily/fusioninventory-agent %config(noreplace) %{_sysconfdir}/fusioninventory/agent.cfg -%{_initrddir}/fusioninventory-agent \ No newline at end of file +%{_initrddir}/fusioninventory-agent + +%preun +/etc/rc.d/init.d/fusioninventory-agent + +%postin \ No newline at end of file