mirror of
https://abf.rosa.ru/djam/fusioninventory-agent.git
synced 2025-02-23 17:32:53 +00:00
Automatic import for version 2.1.9
This commit is contained in:
parent
3b4e037f82
commit
b11927b52c
1 changed files with 12 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Name: fusioninventory-agent
|
Name: fusioninventory-agent
|
||||||
Version: 2.1.9
|
Version: 2.1.9
|
||||||
Release: %mkrel 1
|
Release: %mkrel 2
|
||||||
Summary: Linux agent for OCSNG
|
Summary: Linux agent for OCSNG
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
|
@ -10,6 +10,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agen
|
||||||
Source1: %{name}.init
|
Source1: %{name}.init
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||||
|
Requires: perl-Net-SSLeay
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FusionInventory-Agent is an agent for OCS NG & GLPI.
|
FusionInventory-Agent is an agent for OCS NG & GLPI.
|
||||||
|
@ -29,7 +30,8 @@ rm -f run-postinst
|
||||||
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.daily
|
install -d -m 755 %{buildroot}%{_sysconfdir}/cron.daily
|
||||||
cat > %{buildroot}%{_sysconfdir}/cron.daily/fusioninventory-agent <<EOF
|
cat > %{buildroot}%{_sysconfdir}/cron.daily/fusioninventory-agent <<EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
%{_bindir}/fusioninventory-agent > /dev/null 2>&1
|
. /etc/sysconfig/fusioninventory-agent
|
||||||
|
%{_bindir}/fusioninventory-agent --no-ssl-check --server="\${SERVER}" > /dev/null 2>&1
|
||||||
EOF
|
EOF
|
||||||
chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/fusioninventory-agent
|
chmod 755 %{buildroot}%{_sysconfdir}/cron.daily/fusioninventory-agent
|
||||||
|
|
||||||
|
@ -75,8 +77,15 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 15 2011 Guillaume Rousse <guillomovitch@mandriva.org> 2.1.9-1mdv2011.0
|
* Fri Aug 26 2011 Antoine Ginies <aginies@mandriva.com> 2.1.9-2mdv2012.0
|
||||||
|
+ Revision: 697216
|
||||||
|
- adjust cron script (with -no-ssl-check and --server option)
|
||||||
|
- add requires on perl-Net-SSLeay
|
||||||
|
|
||||||
|
* Wed Jun 15 2011 Guillaume Rousse <guillomovitch@mandriva.org> 2.1.9-1
|
||||||
+ Revision: 685287
|
+ Revision: 685287
|
||||||
- update to new version 2.1.9
|
- update to new version 2.1.9
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue