From b975a65538a1f6b1fdbd51bae494bb73f73582b3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Sep 2010 20:31:53 +0200 Subject: fusioninventory-agent-2.1.5-1 --- fusioninventory-agent.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec index 23ec0c1..5a2e99a 100644 --- a/fusioninventory-agent.spec +++ b/fusioninventory-agent.spec @@ -4,7 +4,7 @@ Name: fusioninventory-agent Summary: FusionInventory agent Summary(fr): Agent FusionInventory -Version: 2.1.3 +Version: 2.1.5 %if 0%{?gitver:1} Release: 2.git%{gitver}%{?dist} @@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Module::Install) # For tests -BuildRequires: perl(Time::HiRes) perl(XML::Simple) perl(UNIVERSAL::require) +BuildRequires: perl(Time::HiRes) perl(XML::Simple) perl(UNIVERSAL::require) perl(Test::More) %if %{?fedora}%{?rhel} > 4 BuildRequires: perl(XML::TreePP) %endif @@ -36,8 +36,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(LWP) perl(Net::IP) perl(HTTP::Status) perl(Net::SSLeay) perl(Crypt::SSLeay) Requires: perl(Proc::Daemon) perl(Proc::PID::File) # Not yet available in EPEL ... -%if %{?fedora}%{?rhel} > 4 Requires: perl(Archive::Extract) +%if %{?fedora}%{?rhel} > 4 Requires: perl(Net::CUPS) %endif Requires(post): /sbin/chkconfig @@ -229,6 +229,10 @@ exit 0 %changelog +* 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 -- cgit