## Disabling debug package ## Can't build as noarch due to dmidecode requires %global debug_package %{nil} Name: fusioninventory-agent Summary: FusionInventory agent Group: Applications/System License: GPLv2+ URL: http://fusioninventory.org/ Version: 2.3.18 Release: 2%{?dist} Source0: https://github.com/fusioninventory/%{name}/releases/download/%{version}/FusionInventory-Agent-%{version}.tar.gz Source1: %{name}.cron #Apply https://github.com/fusioninventory/fusioninventory-agent/commit/25404f038f99bd091e0fb2368879e848500f5082 Patch0: %{name}-useless-module-cleaning Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: systemd Requires: perl-FusionInventory-Agent = %{version}-%{release} Requires: logrotate Requires: cronie %ifarch %{ix86} x86_64 Requires: dmidecode %endif Requires(post): systemd Requires(preun): systemd Requires(postun): systemd # excluding internal requires and windows stuff %global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(FusionInventory:: %global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(FusionInventory:: %global __requires_exclude %__requires_exclude|^perl\\(Win32 %description FusionInventory Agent is an application designed to help a network or system administrator to keep track of the hardware and software configurations of computers that are installed on the network. This agent can send information about the computer to a OCS Inventory NG or GLPI server with the FusionInventory for GLPI plugin. You can add additional packages for optional tasks: * fusioninventory-agent-task-network Network Discovery and Inventory support * fusioninventory-agent-inventory Local inventory support for FusionInventory * fusioninventory-agent-task-deploy Software deployment support * fusioninventory-agent-task-esx vCenter/ESX/ESXi remote inventory * fusioninventory-agent-task-collect Custom information retrieval support * fusioninventory-agent-task-wakeonlan not included due to a licensing issue for perl-Net-Write Edit the /etc/sysconfig/%{name} file for service configuration. %package -n perl-FusionInventory-Agent Summary: Libraries for Fusioninventory agent BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(LWP) Requires: perl(Net::CUPS) Requires: perl(Net::SSLeay) Requires: perl(Proc::Daemon) Requires: perl(Proc::PID::File) Requires: perl(Socket::GetAddrInfo) %description -n perl-FusionInventory-Agent Libraries for Fusioninventory agent. %package task-esx Summary: FusionInventory plugin to inventory vCenter/ESX/ESXi BuildArch: noarch Requires: fusioninventory-agent = %{version}-%{release} %description task-esx fusioninventory-agent-task-ESX ask the running service agent to inventory an VMWare vCenter/ESX/ESXi server through SOAP interface %package yum-plugin Summary: Ask FusionInventory agent to send an inventory when yum exits Group: System Environment/Base BuildArch: noarch Requires: yum Requires: %{name} %description yum-plugin fusioninventory-agent-yum-plugin asks the running service agent to send an inventory when yum exits. This requires the service to be running with the --rpc-trust-localhost option. %package task-network Summary: NetDiscovery and NetInventory task for FusionInventory Group: Applications/System BuildArch: noarch Requires: fusioninventory-agent = %{version}-%{release} %description task-network fusioninventory-task-netdiscovery and fusioninventory-task-netinventory %package task-deploy Summary: Software deployment support for FusionInventory agent Group: Applications/System BuildArch: noarch Requires: fusioninventory-agent = %{version}-%{release} Requires: perl(Archive::Extract) %description task-deploy This package provides software deployment support for FusionInventory-agent # Excluded due to the absence of perl-Net-Write # perl-Net-Write is licenced under Artistic Perl v1 licence, not accepted in Fedora #%%package task-wakeonlan #Summary: WakeOnLan task for FusionInventory #Group: Applications/System #BuildArch: noarch #Requires: fusioninventory-agent = %%{version}-%%{release} #%%description task-wakeonlan #fusioninventory-task-wakeonlan %package task-inventory Summary: Inventory task for FusionInventory Group: Applications/System Requires: fusioninventory-agent = %{version}-%{release} Requires: perl(Net::CUPS) Requires: perl(Parse::EDID) %description task-inventory fusioninventory-task-inventory %package task-collect Summary: Custom information retrieval support for FusionInventory agent Group: Applications/System Requires: %{name} = %{version}-%{release} %description task-collect This package provides custom information retrieval support for FusionInventory agent %prep %setup -q -n FusionInventory-Agent-%{version} %patch0 -p1 # This work only on older version, and is ignored on recent cat < - 2.3.18-2 - Add task-collect subpackage - Change package source according to upstream recomendations * Tue Jun 21 2016 Johan Cwiklinski - 2.3.18-1 - Last upstream release - Handle macros in comments to make rpmlint happy - Cleanup comments * Sun May 15 2016 Jitka Plesnikova - 2.3.17-3 - Perl 5.24 rebuild * Wed Feb 03 2016 Fedora Release Engineering - 2.3.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Oct 7 2015 Marianne Lombard - 2.3.17 - new version - Upstream switch to github, minor spec adaptation * Wed Jul 8 2015 Marianne Lombard - 2.3.16-5 - fix for #1240964 * Wed Jun 17 2015 Fedora Release Engineering - 2.3.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova - 2.3.16-3 - Perl 5.22 rebuild * Sun Mar 29 2015 Marianne Lombard - 2.3.16-2 - commenting un-used BuildRequires * Sun Mar 1 2015 Marianne Lombard - 2.3.16 - update to 2.3.16 - adding BuildRequires needed by test * Sun Mar 1 2015 Marianne Lombard - 2.3.15-4 - arch build (due to dmidecode dependancy in x86_64) * Fri Feb 20 2015 Marianne Lombard - 2.3.15-3 - building as noarch * Wed Feb 11 2015 Marianne Lombard - 2.3.15-2 - fix description of subpackage - using upstream systemd unit file * Mon Feb 9 2015 Marianne Lombard - 2.3.15 - new version and back in Fedora * Mon Jan 19 2015 Marianne Lombard - 2.3.14-2 - enhancing spec according to review * Wed Dec 24 2014 Marianne Lombard - 2.3.14 - new version * Mon Dec 15 2014 Marianne Lombard - 2.3.13 - new version - updating spec according to fedora-review * Tue Aug 5 2014 Marianne Lombard - 2.3.12 - new version * Tue Aug 5 2014 Marianne Lombard - 2.3.10.1-2 - adding missing requires - updating config file * Mon Aug 4 2014 Marianne Lombard - 2.3.10.1 - new version (bug fixes) * Fri Aug 1 2014 Marianne Lombard - 2.3.10 - new version * Wed Jul 23 2014 Marianne Lombard - 2.3.9.1 - new version * Tue May 20 2014 Marianne Lombard - 2.3.8-1 - enhancing spec according to Michael Schwendt review - adding missing requires * Fri May 16 2014 Marianne Lombard - 2.3.8 - new version * Wed May 14 2014 Marianne Lombard - 2.3.7.1 - new version * Sat Feb 1 2014 Marianne Lombard - 2.3.6 - new version, reintroduction in fedora and epel - cleanup of the spec (removing sysVinit stuff, old BuildRequires, old releases stuff) - 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) - task-wakeonlan is excluded (dependancy issue) * Wed Aug 8 2012 Remi Collet - 2.2.4-2 - dump release * Wed Aug 8 2012 Remi Collet - 2.2.4-1 - version 2.2.4 fixes various bugs as described in http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.4/Changes http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.3/Changes * Thu Jul 19 2012 Fedora Release Engineering - 2.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 25 2012 Petr Pisar - 2.2.2-4 - Perl 5.16 rebuild * Tue Jun 05 2012 Remi Collet - 2.2.2-3 - no need for debuginfo (not really arch, fix #828960) - yum plugin is also noarch * Thu May 31 2012 Remi Collet - 2.2.2-2 - make package "arch" - requires dmidecode when available (x86) - add sub-package perl-FusionInventory-Agent (noarch) * Wed May 30 2012 Remi Collet - 2.2.2-1 - update to 2.2.2 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.2/Changes http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.1/Changes * Fri May 11 2012 Remi Collet - 2.2.0-2 - filter private provides/requires * Thu May 10 2012 Remi Collet - 2.2.0-1 - update to 2.2.0 http://search.cpan.org/src/FUSINV/FusionInventory-Agent-2.2.0/Changes - revert change in 2.2.0: don't loose arch information see http://forge.fusioninventory.org/issues/1581 * Sun Feb 26 2012 Remi Collet - 2.1.14-1 - update to 2.1.14 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.14/Changes * Fri Jan 13 2012 Fedora Release Engineering - 2.1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Nov 28 2011 Remi Collet - 2.1.12-1 - update to 2.1.12 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.12/Changes - upstream patch for http://forge.fusioninventory.org/issues/1161 * Sat Aug 06 2011 Remi Collet - 2.1.9-3 - adapt filter * Mon Jul 25 2011 Petr Sabata - 2.1.9-2 - Perl mass rebuild * Sun Jun 26 2011 Remi Collet 2.1.9-1 - missing dist tag * Wed Jun 15 2011 Remi Collet 2.1.9-1 - update to 2.1.9 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.9/Changes * Sat Jun 11 2011 Remi Collet 2.1.9-0.1.git9bd1238 - update to 2.1.9 from git - improved init script for systemd - improved comment for use with glpi-fusioninventory * Thu Mar 31 2011 Remi Collet 2.1.8-2 - revert change for issue 656 which breaks compatibility * Wed Mar 30 2011 Remi Collet 2.1.8-1 - update to 2.1.8 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.8/Changes * Thu Dec 30 2010 Remi Collet 2.1.7-2 - add the yum-plugin sub-package * Mon Dec 13 2010 Remi Collet 2.1.7-1 - update to 2.1.7 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.7/Changes * Sun Nov 28 2010 Remi Collet 2.1.7-0.1.beta1 - update to 2.1.7 beta1 * Sat Nov 13 2010 Remi Collet 2.1.6-1.1 - fix perl filter on EL-6 * Wed Oct 06 2010 Remi Collet 2.1.6-1 - update to 2.1.6 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.6/Changes - fix init script for multi-server in daemon mode - workaround for http://forge.fusioninventory.org/issues/414 * Wed Sep 15 2010 Remi Collet 2.1.5-1 - update to 2.1.5 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.5/Changes * Fri Sep 10 2010 Remi Collet 2.1.3-2 - add %%check * Sat Sep 04 2010 Remi Collet 2.1.3-1 - update to 2.1.3 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.3/Changes * Wed Aug 25 2010 Remi Collet 2.1.2-1 - update to 2.1.2 http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.2/Changes * Wed Aug 18 2010 Remi Collet 2.1.1-1 - update to 2.1.1 * Wed Aug 18 2010 Remi Collet 2.1-2.gita7532c0 - update to git snaphost which fix EL issues - fix init script - adapt perl filter for recent/old fedora or EL * Mon Aug 16 2010 Remi Collet 2.1-1 - update to 2.1 - switch download URL back to CPAN - add %%{perl_vendorlib}/auto - filter perl(Win32*) from Requires - add patch (from git) to reopen the file logger if needed * Sat May 29 2010 Remi Collet 2.0.6-1 - update to 2.0.6 - swicth download URL to forge * Wed May 12 2010 Remi Collet 2.0.5-1 - update to 2.0.5 * Tue May 11 2010 Remi Collet 2.0.4-4.gitf7c5492 - git snapshot fix perl 5.8.8 (EL5) issue * Sat May 08 2010 Remi Collet 2.0.4-4.gitddfdeaf - git snapshot fix daemon issue - add FUSINVOPT for global options (p.e.--debug) * Sat May 08 2010 Remi Collet 2.0.4-3 - add support for daemon mode * Fri May 07 2010 Remi Collet 2.0.4-2 - info about perl-FusionInventory-Agent-Task-OcsDeploy - spec cleanup - french translation - set Net::CUPS and Archive::Extract optionnal on RHEL4 * Fri May 07 2010 Remi Collet 2.0.4-1 - update to 2.0.4 which fixes important bugs when cron is used * Sat May 01 2010 Remi Collet 2.0.3-1 - initial spec