mirror of
https://abf.rosa.ru/djam/fusioninventory-agent.git
synced 2025-02-23 09:22:53 +00:00
Update to 2.3.15
This commit is contained in:
parent
58f4874292
commit
55c9bbd5bf
2 changed files with 12 additions and 6 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,5 +1,6 @@
|
||||||
removed_sources:
|
removed_sources:
|
||||||
FusionInventory-Agent-2.1.9.tar.gz: 01e14f27f5c4339abc71338203b2308cf3af7968
|
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
|
FusionInventory-Agent-2.3.8.tar.gz: 3511183b65a0957204d6bab6c447971a1e651239
|
||||||
sources:
|
sources:
|
||||||
FusionInventory-Agent-2.3.11.1.tar.gz: 4c99f59646c9453898722797d8d75f3541b8cab9
|
FusionInventory-Agent-2.3.15.tar.gz: 3f3b9fbb93d1e5883fcff986e240336e196c4ec3
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: fusioninventory-agent
|
Name: fusioninventory-agent
|
||||||
Version: 2.3.11.1
|
Version: 2.3.15
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Linux agent for OCSNG
|
Summary: Linux agent for GLPI
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
URL: http://fusioninventory.org/wordpress/
|
URL: http://fusioninventory.org/wordpress/
|
||||||
|
@ -16,13 +16,13 @@ BuildArch: noarch
|
||||||
#Requires: perl-Net-SSLeay
|
#Requires: perl-Net-SSLeay
|
||||||
Requires: perl(Proc::Daemon) perl(Proc::PID::File)
|
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(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-devel
|
||||||
BuildRequires: perl(Module::Install)
|
BuildRequires: perl(Module::Install)
|
||||||
BuildRequires: perl(Module::CoreList)
|
BuildRequires: perl(Module::CoreList)
|
||||||
Obsoletes: fusioninventory-agent < 2.3
|
Obsoletes: fusioninventory-agent < 2.3
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FusionInventory-Agent is an agent for OCS NG & GLPI.
|
FusionInventory-Agent is an agent for OCS NG & GLPI.
|
||||||
|
|
||||||
|
@ -89,3 +89,8 @@ cp -fr $RPM_BUILD_DIR/FusionInventory-Agent-%{version}/lib/FusionInventory %{bu
|
||||||
%config(noreplace) %{_sysconfdir}/cron.daily/fusioninventory-agent
|
%config(noreplace) %{_sysconfdir}/cron.daily/fusioninventory-agent
|
||||||
%config(noreplace) %{_sysconfdir}/fusioninventory/agent.cfg
|
%config(noreplace) %{_sysconfdir}/fusioninventory/agent.cfg
|
||||||
%{_initrddir}/fusioninventory-agent
|
%{_initrddir}/fusioninventory-agent
|
||||||
|
|
||||||
|
%preun
|
||||||
|
/etc/rc.d/init.d/fusioninventory-agent
|
||||||
|
|
||||||
|
%postin
|
Loading…
Add table
Reference in a new issue