[fusioninventory-agent] update to 2.2.1

Remi Collet remi at fedoraproject.org
Wed May 30 16:11:50 UTC 2012


commit 795533f407bca5fa20e6fc90027ff0f9af78a8a1
Author: remi <fedora at famillecollet.com>
Date:   Wed May 30 18:11:42 2012 +0200

    update to 2.2.1

 .gitignore                 |    1 +
 fusioninventory-agent.spec |   20 ++++++--------------
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90b9c7a..6697533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /FusionInventory-Agent-2.1.12.tar.gz
 /FusionInventory-Agent-2.1.14.tar.gz
 /FusionInventory-Agent-2.2.0.tar.gz
+/FusionInventory-Agent-2.2.1.tar.gz
diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index d8ce25f..fa4a24f 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -11,20 +11,14 @@ Group:       Applications/System
 License:     GPLv2+
 URL:         http://fusioninventory.org/
 
-Version:     2.2.0
-Release:     2%{?dist}
+Version:     2.2.1
+Release:     1%{?dist}
 Source0:     http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-%{version}%{?prever}.tar.gz
 
 Source1:   %{name}.cron
 Source2:   %{name}.init
 Source3:   %{name}.service
 
-# See http://forge.fusioninventory.org/issues/1581
-# Upstream desagree on this patch, but it will avoid behavior change
-# until managed properly, as part of the XML file
-Patch0:    %{name}-arch.patch
-
-
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -41,9 +35,7 @@ BuildRequires: perl(HTTP::Server::Simple::Authen) perl(CGI)
 %if 0%{?fedora}>= 12 || 0%{?rhel} >= 5
 BuildRequires: perl(XML::TreePP)
 %endif
-%if 0%{?fedora}>= 10 || 0%{?rhel} >= 5
 BuildRequires: perl(JSON)
-%endif
 %if 0%{?fedora} >= 11
 BuildRequires: perl(Test::Compile) perl(HTTP::Proxy)
 %endif
@@ -54,9 +46,7 @@ BuildRequires: systemd-units
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:  perl(LWP) perl(Net::IP) perl(HTTP::Status) perl(Net::SSLeay)
 Requires:  perl(Proc::Daemon) perl(Proc::PID::File)
-%if 0%{?fedora} >= 6 || 0%{?rhel} >= 5
 Requires:  perl(Net::CUPS)
-%endif
 %if %{with_systemd}
 # We require this to be present for /etc/tmpfiles.d
 Requires: systemd-units
@@ -149,8 +139,6 @@ Le service doit ĂȘtre actif et lancĂ© avec l'option --rpc-trust-localhost.
 %prep
 %setup -q -n FusionInventory-Agent-%{version}%{?prever}
 
-%patch0 -p1 -b .rpmarch
-
 # This work only on older version, and is ignored on recent
 cat <<EOF | tee %{name}-req
 #!/bin/sh
@@ -315,6 +303,10 @@ exit 0
 
 
 %changelog
+* Wed May 30 2012 Remi Collet <remi at fedoraproject.org> - 2.2.1-1
+- update to 2.2.1
+  http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.2.1/Changes
+
 * Fri May 11 2012 Remi Collet <remi at fedoraproject.org> - 2.2.0-2
 - filter private provides/requires
 
diff --git a/sources b/sources
index 4cf67d6..3b9465e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fe514a3717653d98339cbd67ca94adf  FusionInventory-Agent-2.2.0.tar.gz
+3140719eb6cac9c8338f191e4d231a5e  FusionInventory-Agent-2.2.1.tar.gz


More information about the scm-commits mailing list