Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
366746468a | ||
|
|
d2c21eeb25 | ||
|
|
e40d3ac6c3 |
4 changed files with 18 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,3 +7,5 @@
|
|||
/FusionInventory-Agent-2.3.20.tar.gz
|
||||
/FusionInventory-Agent-2.3.21.tar.gz
|
||||
/FusionInventory-Agent-2.4.tar.gz
|
||||
/FusionInventory-Agent-2.4.1.tar.gz
|
||||
/FusionInventory-Agent-2.4.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -11,10 +11,12 @@
|
|||
|
||||
[Unit]
|
||||
Description=FusionInventory agent
|
||||
Documentation=man:fusioninventory-agent
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/fusioninventory-agent --daemon --no-fork $OPTIONS
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ Group: Applications/System
|
|||
License: GPLv2+
|
||||
URL: http://fusioninventory.org/
|
||||
|
||||
Version: 2.4
|
||||
Release: 5%{?dist}
|
||||
Version: 2.4.2
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz
|
||||
Source1: %{name}.cron
|
||||
Source10: %{name}.service
|
||||
|
|
@ -200,7 +200,8 @@ EOF
|
|||
perl Makefile.PL \
|
||||
PREFIX=%{_prefix} \
|
||||
SYSCONFDIR=%{_sysconfdir}/fusioninventory \
|
||||
LOCALSTATEDIR=%{_localstatedir}/lib/%{name}
|
||||
LOCALSTATEDIR=%{_localstatedir}/lib/%{name} \
|
||||
VERSION=%{version}-%{release}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
|
@ -306,6 +307,15 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf %{buildroot}%{_sysconfdir}/yum
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 03 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4.2-1
|
||||
- Last upstream release
|
||||
- Drop patch applied upstream
|
||||
|
||||
- Add upstream patch to fix wrong variable name
|
||||
|
||||
* Tue Jul 03 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4.1-1
|
||||
- Last upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (FusionInventory-Agent-2.4.tar.gz) = f232ad610d11c46e7f0feb6dee0073c7d7f95af9d6903300327195bf9239769265cb5d21ddd7e9b7ff35f3328a75acb442f6e7fb995cd8452be9b49dfc0f5491
|
||||
SHA512 (FusionInventory-Agent-2.4.2.tar.gz) = 02da9013011de3964ffff5f320516aa1a44aa0bc88f4b5ca5de0224feb7567ed9cb5c3529309ce42bfcc87cbb20f131d88c95ebe2136eb18d35b2837cebda45f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue