c12955a
## Disabling debug package 
c12955a
## Can't build as noarch due to dmidecode requires
c12955a
%global debug_package %{nil}
c12955a
c12955a
8a4a710
Name:        fusioninventory-agent
8a4a710
Summary:     FusionInventory agent
8a4a710
Group:       Applications/System
8a4a710
License:     GPLv2+
8a4a710
URL:         http://fusioninventory.org/
8a4a710
Johan Cwiklinski 3667464
Version:     2.4.2
Johan Cwiklinski 3667464
Release:     1%{?dist}
Johan Cwiklinski 2760b77
Source0:     https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz
c749330
Source1:     %{name}.cron
Johan Cwiklinski 389b60c
Source10:    %{name}.service
8a4a710
8a4a710
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
ee35b68
BuildRequires: perl-generators
Johan Cwiklinski 2760b77
BuildRequires: perl(ExtUtils::MakeMaker)
8a4a710
BuildRequires: systemd
8a4a710
8a4a710
Requires:  perl-FusionInventory-Agent = %{version}-%{release}
8a4a710
Requires:  cronie
8a4a710
%ifarch %{ix86} x86_64
8a4a710
Requires:  dmidecode
8a4a710
%endif
8a4a710
8a4a710
Requires(post):     systemd
8a4a710
Requires(preun):    systemd
8a4a710
Requires(postun):   systemd
8a4a710
8a4a710
# excluding internal requires and windows stuff
Johan Cwiklinski 3d85a30
# excluding perl(setup) and windows stuff
Johan Cwiklinski 3d85a30
%{?perl_default_filter}
Johan Cwiklinski 3d85a30
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(setup\\)$
Johan Cwiklinski 3d85a30
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Win32|setup\\)$
8a4a710
8a4a710
%description
8a4a710
FusionInventory Agent is an application designed to help a network
8a4a710
or system administrator to keep track of the hardware and software
8a4a710
configurations of computers that are installed on the network.
8a4a710
8a4a710
This agent can send information about the computer to a OCS Inventory NG
8a4a710
or GLPI server with the FusionInventory for GLPI plugin.
8a4a710
8a4a710
You can add additional packages for optional tasks:
8a4a710
0d0bf02
* fusioninventory-agent-task-network
8a4a710
    Network Discovery and Inventory support
0d0bf02
* fusioninventory-agent-inventory
8a4a710
    Local inventory support for FusionInventory
0d0bf02
* fusioninventory-agent-task-deploy
8a4a710
    Software deployment support
0d0bf02
* fusioninventory-agent-task-esx
8a4a710
    vCenter/ESX/ESXi remote inventory
Johan Cwiklinski 2760b77
* fusioninventory-agent-task-collect
Johan Cwiklinski 2760b77
    Custom information retrieval support
Johan Cwiklinski 2760b77
* fusioninventory-agent-task-wakeonlan
8a4a710
    not included due to a licensing issue for perl-Net-Write
8a4a710
8a4a710
8a4a710
%package -n perl-FusionInventory-Agent
8a4a710
Summary:        Libraries for Fusioninventory agent
8a4a710
BuildArch:      noarch
8a4a710
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
8a4a710
Requires:       perl(LWP)
8a4a710
Requires:       perl(Net::CUPS)
8a4a710
Requires:       perl(Net::SSLeay)
8a4a710
Requires:       perl(Proc::Daemon)
8a4a710
Requires:       perl(Socket::GetAddrInfo)
8a4a710
8a4a710
%description -n perl-FusionInventory-Agent
8a4a710
Libraries for Fusioninventory agent.
8a4a710
8a4a710
%package task-esx
8a4a710
Summary:    FusionInventory plugin to inventory vCenter/ESX/ESXi
8a4a710
BuildArch:  noarch
Johan Cwiklinski 3d85a30
Requires:   %{name} = %{version}-%{release}
8a4a710
8a4a710
%description task-esx
8a4a710
fusioninventory-agent-task-ESX ask the running service agent to inventory an 
8a4a710
VMWare vCenter/ESX/ESXi server through SOAP interface
8a4a710
8a4a710
%package yum-plugin
8a4a710
Summary:       Ask FusionInventory agent to send an inventory when yum exits
8a4a710
Group:         System Environment/Base
8a4a710
BuildArch:     noarch
8a4a710
Requires:      yum
8a4a710
Requires:      %{name}
8a4a710
8a4a710
%description yum-plugin
8a4a710
fusioninventory-agent-yum-plugin asks the running service agent to send an
8a4a710
inventory when yum exits.
8a4a710
8a4a710
This requires the service to be running with the --rpc-trust-localhost option.
8a4a710
8a4a710
%package task-network
8a4a710
Summary:    NetDiscovery and NetInventory task for FusionInventory
8a4a710
Group:      Applications/System
8a4a710
BuildArch:      noarch
Johan Cwiklinski 3d85a30
Requires:       %{name} = %{version}-%{release}
8a4a710
8a4a710
%description task-network
8a4a710
fusioninventory-task-netdiscovery and fusioninventory-task-netinventory
8a4a710
8a4a710
%package task-deploy
8a4a710
Summary:    Software deployment support for FusionInventory agent
8a4a710
Group:      Applications/System
8a4a710
BuildArch:  noarch
Johan Cwiklinski 3d85a30
Requires:   %{name} = %{version}-%{release}
8a4a710
Requires:   perl(Archive::Extract)
8a4a710
8a4a710
%description task-deploy
8a4a710
This package provides software deployment support for FusionInventory-agent
8a4a710
Johan Cwiklinski 3d85a30
%if !%{defined perl_net_write}
8a4a710
# Excluded due to the absence of perl-Net-Write
Johan Cwiklinski c588140
# perl-Net-Write is licenced under Artistic Perl v1 licence, not accepted in Fedora
Johan Cwiklinski 3d85a30
%package task-wakeonlan
Johan Cwiklinski 3d85a30
Summary:    WakeOnLan task for FusionInventory
Johan Cwiklinski 3d85a30
Group:      Applications/System
Johan Cwiklinski 3d85a30
BuildArch:  noarch
Johan Cwiklinski 3d85a30
Requires:   %{name} = %{version}-%{release}
8a4a710
Johan Cwiklinski 3d85a30
%description task-wakeonlan
Johan Cwiklinski 3d85a30
fusioninventory-task-wakeonlan
Johan Cwiklinski 3d85a30
%endif
8a4a710
8a4a710
%package task-inventory
8a4a710
Summary:    Inventory task for FusionInventory
8a4a710
Group:      Applications/System
Johan Cwiklinski 3d85a30
Requires:   %{name} = %{version}-%{release}
8a4a710
Requires:   perl(Net::CUPS)
8a4a710
Requires:   perl(Parse::EDID)
8a4a710
8a4a710
%description task-inventory
8a4a710
fusioninventory-task-inventory
Johan Cwiklinski 2760b77
Johan Cwiklinski 2760b77
%package task-collect
Johan Cwiklinski 2760b77
Summary:    Custom information retrieval support for FusionInventory agent
Johan Cwiklinski 2760b77
Group:      Applications/System
Johan Cwiklinski 2760b77
Requires:   %{name} = %{version}-%{release}
Johan Cwiklinski 2760b77
Johan Cwiklinski 2760b77
%description task-collect
Johan Cwiklinski 2760b77
This package provides custom information retrieval support for
Johan Cwiklinski 2760b77
FusionInventory agent
Johan Cwiklinski 2760b77
Johan Cwiklinski 44573d3
%package cron
Johan Cwiklinski 44573d3
Summary:    Cron for FusionInventory agent
Johan Cwiklinski 44573d3
Group:      Applications/System
Johan Cwiklinski 44573d3
Requires:   %{name} = %{version}-%{release}
Johan Cwiklinski 44573d3
Johan Cwiklinski 44573d3
%description cron
Johan Cwiklinski 44573d3
fusioninventory cron task
Johan Cwiklinski 44573d3
Johan Cwiklinski 2760b77
8a4a710
%prep
Johan Cwiklinski 2760b77
%setup -q -n FusionInventory-Agent-%{version}
Johan Cwiklinski 2760b77
Johan Cwiklinski b332b7c
sed \
Johan Cwiklinski b332b7c
    -e "s/logger = .*/logger = syslog/" \
Johan Cwiklinski b332b7c
    -e "s/logfacility = .*/logfacility = LOG_DAEMON/" \
Johan Cwiklinski b332b7c
    -e 's|#include "conf\.d/"|include "conf\.d/"|' \
Johan Cwiklinski b332b7c
    -i etc/agent.cfg
Johan Cwiklinski 44573d3
8a4a710
cat <
8a4a710
#
8a4a710
# Fusion Inventory Agent Configuration File
Johan Cwiklinski 389b60c
# used by hourly cron job to override the %{name}.cfg setup.
8a4a710
#
Johan Cwiklinski 389b60c
# /!\
Johan Cwiklinski 389b60c
# USING THIS FILE TO OVERRIDE SERVICE OPTIONS IS DEPRECATED!
Johan Cwiklinski 389b60c
# See %{_unitdir}/%{name}.service notice
8a4a710
#
8a4a710
# Add tools directory if needed (tw_cli, hpacucli, ipssend, ...)
8a4a710
PATH=/sbin:/bin:/usr/sbin:/usr/bin
8a4a710
# Global options (debug for verbose log, rpc-trust-localhost for yum-plugin)
da97339
OPTIONS="--debug "
8a4a710
Johan Cwiklinski 389b60c
# Mode, change to "cron" to activate
Johan Cwiklinski 389b60c
# - none (default on install) no activity
Johan Cwiklinski 389b60c
# - cron (inventory only) use the cron.hourly
Johan Cwiklinski 389b60c
OCSMODE[0]=none
Johan Cwiklinski 389b60c
# OCS Inventory or FusionInventory server URI
Johan Cwiklinski 389b60c
# OCSSERVER[0]=your.ocsserver.name
Johan Cwiklinski 389b60c
# OCSSERVER[0]=http://your.ocsserver.name/ocsinventory
Johan Cwiklinski 389b60c
# OCSSERVER[0]=http://your.glpiserveur.name/glpi/plugins/fusioninventory/
Johan Cwiklinski 389b60c
# corresponds with --local=%{_localstatedir}/lib/%{name}
Johan Cwiklinski 389b60c
# OCSSERVER[0]=local
Johan Cwiklinski 389b60c
# Wait before inventory (for cron mode)
Johan Cwiklinski 389b60c
OCSPAUSE[0]=120
Johan Cwiklinski 389b60c
# Administrative TAG (optional, must be filed before first inventory)
Johan Cwiklinski 389b60c
OCSTAG[0]=
Johan Cwiklinski 389b60c
8a4a710
EOF
8a4a710
8a4a710
8a4a710
%build
8a4a710
perl Makefile.PL \
8a4a710
     PREFIX=%{_prefix} \
8a4a710
     SYSCONFDIR=%{_sysconfdir}/fusioninventory \
Johan Cwiklinski e40d3ac
     LOCALSTATEDIR=%{_localstatedir}/lib/%{name} \
Johan Cwiklinski e40d3ac
     VERSION=%{version}-%{release}
8a4a710
8a4a710
make %{?_smp_mflags}
8a4a710
8a4a710
8a4a710
%install
8a4a710
make install DESTDIR=%{buildroot}
8a4a710
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
8a4a710
8a4a710
%{_fixperms} %{buildroot}/*
8a4a710
Johan Cwiklinski 92f0c5c
mkdir -p %{buildroot}%{_localstatedir}/lib/%{name}
Johan Cwiklinski 44573d3
mkdir -p %{buildroot}%{_sysconfdir}/fusioninventory/conf.d
Johan Cwiklinski 8c5b488
mkdir -p %{buildroot}%{_sysconfdir}/systemd/system/%{name}.service.d
8a4a710
8a4a710
install -m 644 -D  %{name}.conf  %{buildroot}%{_sysconfdir}/sysconfig/%{name}
8a4a710
install -m 755 -Dp %{SOURCE1}    %{buildroot}%{_sysconfdir}/cron.hourly/%{name}
Johan Cwiklinski ec0ae32
install -m 644 -D  %{SOURCE10}   %{buildroot}%{_unitdir}/%{name}.service
8a4a710
8a4a710
# Yum plugin installation
8a4a710
install -m 644 -D contrib/yum-plugin/%{name}.py   %{buildroot}%{_prefix}/lib/yum-plugins/%{name}.py
8a4a710
install -m 644 -D contrib/yum-plugin/%{name}.conf %{buildroot}%{_sysconfdir}/yum/pluginconf.d/%{name}.conf
8a4a710
56a0d5a
%check
56a0d5a
#make test
8a4a710
8a4a710
%post
8a4a710
%systemd_post fusioninventory-agent.service
8a4a710
8a4a710
8a4a710
%preun
8a4a710
%systemd_preun fusioninventory-agent.service
8a4a710
8a4a710
8a4a710
%postun
8a4a710
%systemd_postun_with_restart fusioninventory-agent.service
8a4a710
8a4a710
8a4a710
%files
8a4a710
%dir %{_sysconfdir}/fusioninventory
8a4a710
%config(noreplace) %{_sysconfdir}/fusioninventory/agent.cfg
Johan Cwiklinski 44573d3
%config(noreplace) %{_sysconfdir}/fusioninventory/conf.d
8a4a710
%{_unitdir}/%{name}.service
Johan Cwiklinski ec0ae32
%dir %{_sysconfdir}/systemd/system/%{name}.service.d
8a4a710
%{_bindir}/fusioninventory-agent
8a4a710
%{_bindir}/fusioninventory-injector
8a4a710
%{_mandir}/man1/fusioninventory-agent*
8a4a710
%{_mandir}/man1/fusioninventory-injector*
8a4a710
%dir %{_localstatedir}/lib/%{name}
8a4a710
%dir %{_datadir}/fusioninventory
8a4a710
%dir %{_datadir}/fusioninventory/lib
8a4a710
%dir %{_datadir}/fusioninventory/lib/FusionInventory
8a4a710
%dir %{_datadir}/fusioninventory/lib/FusionInventory/Agent
8a4a710
%dir %{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task
8a4a710
#excluding sub-packages files
Johan Cwiklinski c588140
#%%exclude %%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/
8a4a710
8a4a710
8a4a710
8a4a710
%files -n perl-FusionInventory-Agent
8a4a710
%doc Changes LICENSE THANKS
8a4a710
%{_datadir}/fusioninventory
8a4a710
8a4a710
%files yum-plugin
8a4a710
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/%{name}.conf
8a4a710
%{_prefix}/lib/yum-plugins/%{name}.*
8a4a710
8a4a710
%files task-esx
8a4a710
%{_bindir}/fusioninventory-esx
8a4a710
%{_mandir}/man1/fusioninventory-esx.1*
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/ESX.pm
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/SOAP
8a4a710
8a4a710
%files task-network
8a4a710
%{_bindir}/fusioninventory-netdiscovery
8a4a710
%{_bindir}/fusioninventory-netinventory
8a4a710
%{_mandir}/man1/fusioninventory-netdiscovery.1*
8a4a710
%{_mandir}/man1/fusioninventory-netinventory.1*
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/NetDiscovery.pm
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/NetInventory.pm
8a4a710
8a4a710
%files task-deploy
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/Deploy.pm
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/Deploy
8a4a710
8a4a710
# Excluding task-wakeonlan
Johan Cwiklinski c588140
#%%files task-wakeonlan
8a4a710
%exclude %{_bindir}/fusioninventory-wakeonlan
8a4a710
%exclude %{_mandir}/man1/fusioninventory-wakeonlan.1*
8a4a710
%exclude %{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/WakeOnLan.pm
8a4a710
8a4a710
%files task-inventory
8a4a710
%{_bindir}/fusioninventory-inventory
8a4a710
%{_mandir}/man1/fusioninventory-inventory.1*
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/Inventory.pm
8a4a710
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/Inventory
8a4a710
Johan Cwiklinski 2760b77
%files task-collect
Johan Cwiklinski 2760b77
%{_datadir}/fusioninventory/lib/FusionInventory/Agent/Task/Collect.pm
Johan Cwiklinski 2760b77
Johan Cwiklinski 44573d3
%files cron
Johan Cwiklinski 44573d3
%{_sysconfdir}/cron.hourly/%{name}
Johan Cwiklinski 44573d3
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
Johan Cwiklinski 44573d3
8a4a710
8a4a710
%changelog
Johan Cwiklinski 3667464
* Wed Oct 03 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4.2-1
Johan Cwiklinski 3667464
- Last upstream release
Johan Cwiklinski 3667464
- Drop patch applied upstream
Johan Cwiklinski 3667464
Johan Cwiklinski d2c21ee
- Add upstream patch to fix wrong variable name
Johan Cwiklinski d2c21ee
Johan Cwiklinski e40d3ac
* Tue Jul 03 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4.1-1
Johan Cwiklinski e40d3ac
- Last upstream release
Johan Cwiklinski e40d3ac
3716f5d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-5
3716f5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3716f5d
Johan Cwiklinski 92f0c5c
* Fri Jan 26 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4-4
Johan Cwiklinski 92f0c5c
- Logrotate is no longer needed since we now use syslog
Johan Cwiklinski 92f0c5c
Johan Cwiklinski b332b7c
* Mon Jan 15 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4-3
Johan Cwiklinski b332b7c
- Change logging according to upstream recommandations
Johan Cwiklinski b332b7c
Johan Cwiklinski a295434
* Thu Jan 11 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4-2
Johan Cwiklinski a295434
- Drop systemd override conf file, thits is no longer needed
Johan Cwiklinski a295434
Johan Cwiklinski 44573d3
* Thu Jan 11 2018 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.4-1
Johan Cwiklinski 44573d3
- Last upstream release
Johan Cwiklinski 44573d3
- Put cron stuff in a separate sub-package
Johan Cwiklinski 44573d3
- Provide conf.d configuration directory
Johan Cwiklinski 44573d3
Johan Cwiklinski 3d85a30
* Mon Oct 16 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.3.21-3
Johan Cwiklinski 3d85a30
- Do not provides perl(setup); BZ #1485919 - thanks to E. Seyman
Johan Cwiklinski 3d85a30
Johan Cwiklinski 76234f1
* Thu Aug 10 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.3.21-2
Johan Cwiklinski 76234f1
- Fix missing provides issue on perl(setup)
Johan Cwiklinski 76234f1
Johan Cwiklinski 76234f1
* Tue Aug 01 2017 Marianne Lombard <jehane@fedoraproject.org> - 2.3.21-1
3695971
- Last upstream release
3695971
bd190a4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.20-3
bd190a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bd190a4
be8f25b
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.3.20-2
be8f25b
- Perl 5.26 re-rebuild of bootstrapped packages
be8f25b
Johan Cwiklinski ed5110c
* Tue Jun 06 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.3.20-1
Johan Cwiklinski ed5110c
- Last upstream release
Johan Cwiklinski ed5110c
- Drop patches, upstream has provided fixes
Johan Cwiklinski ed5110c
0fca4ec
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.3.19-4
0fca4ec
- Perl 5.26 rebuild
0fca4ec
47a59da
* Wed May 17 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.3.19-3
47a59da
- Fix building on Perl without '.' in @INC
47a59da
Johan Cwiklinski e1af1dd
* Mon Feb 20 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.3.19-2
Johan Cwiklinski e1af1dd
- Fix setup.pm values
Johan Cwiklinski e1af1dd
Johan Cwiklinski 8f557ad
* Sat Feb 18 2017 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.3.19-1
Johan Cwiklinski 8f557ad
- Last upstream release
Johan Cwiklinski 8f557ad
Johan Cwiklinski ec0ae32
* Thu Feb 09 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.3.18-3
Johan Cwiklinski 389b60c
- Change systemd unit to not use fork mode
Johan Cwiklinski 389b60c
- Re-add options in sysconfig file to get cron mode running
Johan Cwiklinski 389b60c
Johan Cwiklinski 2760b77
* Wed Jun 22 2016 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.3.18-2
Johan Cwiklinski 2760b77
- Add task-collect subpackage
Johan Cwiklinski 2760b77
- Change package source according to upstream recomendations
Johan Cwiklinski 2760b77
Johan Cwiklinski c588140
* Tue Jun 21 2016 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.3.18-1
Johan Cwiklinski c588140
- Last upstream release
Johan Cwiklinski c588140
- Handle macros in comments to make rpmlint happy
Johan Cwiklinski c588140
- Cleanup comments
Johan Cwiklinski c588140
13f0bdd
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.3.17-3
13f0bdd
- Perl 5.24 rebuild
13f0bdd
69bf1e4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.17-2
69bf1e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
69bf1e4
c749330
* Wed Oct 7 2015 Marianne Lombard <jehane@fedoraproject.org> - 2.3.17
c749330
- new version
c749330
- Upstream switch to github, minor spec adaptation
c749330
da97339
* Wed Jul 8 2015 Marianne Lombard <jehane@fedoraproject.org> - 2.3.16-5
da97339
- fix for #1240964 
da97339
e9f58b4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.16-4
e9f58b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e9f58b4
6fa6083
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.3.16-3
6fa6083
- Perl 5.22 rebuild
6fa6083
edc4ff8
* Sun Mar 29 2015 Marianne Lombard <jehane@fedoraproject.org> - 2.3.16-2
edc4ff8
- commenting un-used BuildRequires
edc4ff8
56a0d5a
* Sun Mar 1 2015 Marianne Lombard <jehane@fedoraprojetc.org> - 2.3.16
56a0d5a
- update to 2.3.16
56a0d5a
- adding BuildRequires needed by test
56a0d5a
c12955a
* Sun Mar 1 2015 Marianne Lombard <jehane@fedoraproject.org> - 2.3.15-4
c12955a
- arch build (due to dmidecode dependancy in x86_64)
c12955a
7d1aff0
* Fri Feb 20 2015 Marianne Lombard <jehane@fedoraproject.org> - 2.3.15-3
15aae5f
- building as noarch
15aae5f
0d0bf02
* Wed Feb 11 2015 Marianne Lombard <marianne@tuxette.fr> - 2.3.15-2
0d0bf02
- fix description of subpackage
0d0bf02
- using upstream systemd unit file
0d0bf02
8a4a710
* Mon Feb 9 2015 Marianne Lombard <marianne@tuxette.fr> - 2.3.15
8a4a710
- new version and back in Fedora
8a4a710
8a4a710
* Mon Jan 19 2015 Marianne Lombard <marianne@tuxette.fr> - 2.3.14-2 
8a4a710
- enhancing spec according to review 
8a4a710
8a4a710
* Wed Dec 24 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.14
8a4a710
- new version
8a4a710
8a4a710
* Mon Dec 15 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.13
8a4a710
- new version
8a4a710
- updating spec according to fedora-review
8a4a710
8a4a710
* Tue Aug 5 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.12
8a4a710
- new version 
8a4a710
8a4a710
* Tue Aug 5 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.10.1-2
8a4a710
- adding missing requires 
8a4a710
- updating config file
8a4a710
8a4a710
* Mon Aug 4 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.10.1
8a4a710
- new version (bug fixes)
8a4a710
8a4a710
* Fri Aug 1 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.10
8a4a710
- new version
8a4a710
8a4a710
* Wed Jul 23 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.9.1
8a4a710
- new version
8a4a710
8a4a710
* Tue May 20 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.8-1
8a4a710
- enhancing spec according to Michael Schwendt review
8a4a710
- adding missing requires
8a4a710
8a4a710
* Fri May 16 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.8
8a4a710
- new version
8a4a710
8a4a710
* Wed May 14 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.7.1
8a4a710
- new version 
8a4a710
8a4a710
* Sat Feb 1 2014 Marianne Lombard <marianne@tuxette.fr> - 2.3.6
8a4a710
- new version, reintroduction in fedora and epel
8a4a710
- cleanup of the spec (removing sysVinit stuff, old BuildRequires, old releases stuff)
8a4a710
- adding sub-packages for task-* (using Guillaume Rousse OBS spec as model https://build.opensuse.org/package/view_file/home:guillomovitch/fusioninventory-agent/fusioninventory-agent.spec)
8a4a710
- task-wakeonlan is excluded (dependancy issue)
8a4a710
8a4a710
* Wed Aug  8 2012 Remi Collet <remi@fedoraproject.org> - 2.2.4-2
8a4a710
- dump release
8a4a710
8a4a710
* Wed Aug  8 2012 Remi Collet <remi@fedoraproject.org> - 2.2.4-1
8a4a710
- version 2.2.4 fixes various bugs as described in
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.4/Changes
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.3/Changes
8a4a710
8a4a710
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-5
8a4a710
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a4a710
8a4a710
* Mon Jun 25 2012 Petr Pisar <ppisar@redhat.com> - 2.2.2-4
8a4a710
- Perl 5.16 rebuild
8a4a710
8a4a710
* Tue Jun 05 2012 Remi Collet <remi@fedoraproject.org> - 2.2.2-3
8a4a710
- no need for debuginfo (not really arch, fix #828960)
8a4a710
- yum plugin is also noarch
8a4a710
8a4a710
* Thu May 31 2012 Remi Collet <remi@fedoraproject.org> - 2.2.2-2
8a4a710
- make package "arch"
8a4a710
- requires dmidecode when available (x86)
8a4a710
- add sub-package perl-FusionInventory-Agent (noarch)
8a4a710
8a4a710
* Wed May 30 2012 Remi Collet <remi@fedoraproject.org> - 2.2.2-1
8a4a710
- update to 2.2.2
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.2/Changes
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.1/Changes
8a4a710
8a4a710
* Fri May 11 2012 Remi Collet <remi@fedoraproject.org> - 2.2.0-2
8a4a710
- filter private provides/requires
8a4a710
8a4a710
* Thu May 10 2012 Remi Collet <remi@fedoraproject.org> - 2.2.0-1
8a4a710
- update to 2.2.0
8a4a710
  http://search.cpan.org/src/FUSINV/FusionInventory-Agent-2.2.0/Changes
8a4a710
- revert change in 2.2.0: don't loose arch information
8a4a710
  see http://forge.fusioninventory.org/issues/1581
8a4a710
8a4a710
* Sun Feb 26 2012 Remi Collet <remi@fedoraproject.org> - 2.1.14-1
8a4a710
- update to 2.1.14
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.14/Changes
8a4a710
8a4a710
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.12-2
8a4a710
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8a4a710
8a4a710
* Mon Nov 28 2011 Remi Collet <remi@fedoraproject.org> - 2.1.12-1
8a4a710
- update to 2.1.12
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.12/Changes
8a4a710
- upstream patch for http://forge.fusioninventory.org/issues/1161
8a4a710
8a4a710
* Sat Aug 06 2011 Remi Collet <remi@fedoraproject.org> - 2.1.9-3
8a4a710
- adapt filter
8a4a710
8a4a710
* Mon Jul 25 2011 Petr Sabata <contyk@redhat.com> - 2.1.9-2
8a4a710
- Perl mass rebuild
8a4a710
8a4a710
* Sun Jun 26 2011 Remi Collet <Fedora@famillecollet.com> 2.1.9-1
8a4a710
- missing dist tag
8a4a710
8a4a710
* Wed Jun 15 2011 Remi Collet <Fedora@famillecollet.com> 2.1.9-1
8a4a710
- update to 2.1.9
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.9/Changes
8a4a710
8a4a710
* Sat Jun 11 2011 Remi Collet <Fedora@famillecollet.com> 2.1.9-0.1.git9bd1238
8a4a710
- update to 2.1.9 from git
8a4a710
- improved init script for systemd
8a4a710
- improved comment for use with glpi-fusioninventory
8a4a710
8a4a710
* Thu Mar 31 2011 Remi Collet <Fedora@famillecollet.com> 2.1.8-2
8a4a710
- revert change for issue 656 which breaks compatibility
8a4a710
8a4a710
* Wed Mar 30 2011 Remi Collet <Fedora@famillecollet.com> 2.1.8-1
8a4a710
- update to 2.1.8
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.8/Changes
8a4a710
8a4a710
* Thu Dec 30 2010 Remi Collet <Fedora@famillecollet.com> 2.1.7-2
8a4a710
- add the yum-plugin sub-package
8a4a710
8a4a710
* Mon Dec 13 2010 Remi Collet <Fedora@famillecollet.com> 2.1.7-1
8a4a710
- update to 2.1.7
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.7/Changes
8a4a710
8a4a710
* Sun Nov 28 2010 Remi Collet <Fedora@famillecollet.com> 2.1.7-0.1.beta1
8a4a710
- update to 2.1.7 beta1
8a4a710
8a4a710
* Sat Nov 13 2010 Remi Collet <Fedora@famillecollet.com> 2.1.6-1.1
8a4a710
- fix perl filter on EL-6
8a4a710
8a4a710
* Wed Oct 06 2010 Remi Collet <Fedora@famillecollet.com> 2.1.6-1
8a4a710
- update to 2.1.6
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.6/Changes
8a4a710
- fix init script for multi-server in daemon mode
8a4a710
- workaround for http://forge.fusioninventory.org/issues/414
8a4a710
8a4a710
* Wed Sep 15 2010 Remi Collet <Fedora@famillecollet.com> 2.1.5-1
8a4a710
- update to 2.1.5
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.5/Changes
8a4a710
8a4a710
* Fri Sep 10 2010 Remi Collet <Fedora@famillecollet.com> 2.1.3-2
8a4a710
- add %%check
8a4a710
8a4a710
* Sat Sep 04 2010 Remi Collet <Fedora@famillecollet.com> 2.1.3-1
8a4a710
- update to 2.1.3
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.3/Changes
8a4a710
8a4a710
* Wed Aug 25 2010 Remi Collet <Fedora@famillecollet.com> 2.1.2-1
8a4a710
- update to 2.1.2
8a4a710
  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.2/Changes
8a4a710
8a4a710
* Wed Aug 18 2010 Remi Collet <Fedora@famillecollet.com> 2.1.1-1
8a4a710
- update to 2.1.1
8a4a710
8a4a710
* Wed Aug 18 2010 Remi Collet <Fedora@famillecollet.com> 2.1-2.gita7532c0
8a4a710
- update to git snaphost which fix EL issues
8a4a710
- fix init script
8a4a710
- adapt perl filter for recent/old fedora or EL
8a4a710
8a4a710
* Mon Aug 16 2010 Remi Collet <Fedora@famillecollet.com> 2.1-1
8a4a710
- update to 2.1
8a4a710
- switch download URL back to CPAN
8a4a710
- add %%{perl_vendorlib}/auto
8a4a710
- filter perl(Win32*) from Requires
8a4a710
- add patch (from git) to reopen the file logger if needed
8a4a710
8a4a710
* Sat May 29 2010 Remi Collet <Fedora@famillecollet.com> 2.0.6-1
8a4a710
- update to 2.0.6
8a4a710
- swicth download URL to forge
8a4a710
8a4a710
* Wed May 12 2010 Remi Collet <Fedora@famillecollet.com> 2.0.5-1
8a4a710
- update to 2.0.5
8a4a710
8a4a710
* Tue May 11 2010 Remi Collet <Fedora@famillecollet.com> 2.0.4-4.gitf7c5492
8a4a710
- git snapshot fix perl 5.8.8 (EL5) issue
8a4a710
8a4a710
* Sat May 08 2010 Remi Collet <Fedora@famillecollet.com> 2.0.4-4.gitddfdeaf
8a4a710
- git snapshot fix daemon issue
8a4a710
- add FUSINVOPT for global options (p.e.--debug)
8a4a710
8a4a710
* Sat May 08 2010 Remi Collet <Fedora@famillecollet.com> 2.0.4-3
8a4a710
- add support for daemon mode
8a4a710
8a4a710
* Fri May 07 2010 Remi Collet <Fedora@famillecollet.com> 2.0.4-2
8a4a710
- info about perl-FusionInventory-Agent-Task-OcsDeploy
8a4a710
- spec cleanup
8a4a710
- french translation
8a4a710
- set Net::CUPS and Archive::Extract optionnal on RHEL4
8a4a710
8a4a710
* Fri May 07 2010 Remi Collet <Fedora@famillecollet.com> 2.0.4-1
8a4a710
- update to 2.0.4 which fixes important bugs when cron is used
8a4a710
8a4a710
* Sat May 01 2010 Remi Collet <Fedora@famillecollet.com> 2.0.3-1
8a4a710
- initial spec
8a4a710