summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-11-15 19:02:07 +0100
committerRemi Collet <fedora@famillecollet.com>2010-11-15 19:02:07 +0100
commit5dc5ce7228246893b832db2abdb5012bab85463f (patch)
tree5640c2f233d2cb0e3f70dad3f247f129830519c8
parent5b3a2c4aba7fe244a72ef45efffe8fd77282ae02 (diff)
fusioninventory-agent, fix EL-6 build
-rw-r--r--fusioninventory-agent.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index d41f920..9579406 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -11,7 +11,7 @@ Release: 2.git%{gitver}%{?dist}
# From http://github.com/fusinv/fusioninventory-agent/tarball/master
Source0: fusinv-fusioninventory-agent-2.1-48-ga7532c0.tar.gz
%else
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Source0: http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInventory-Agent-%{version}.tar.gz
%endif
@@ -45,7 +45,7 @@ Requires(preun): /sbin/chkconfig, /sbin/service
Requires(postun): /sbin/service
-%if 0%{?fedora} >= 11
+%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
# This work only on recent fedora
%{?filter_setup:
%filter_from_requires /perl(Win32/d
@@ -229,6 +229,9 @@ exit 0
%changelog
+* Sat Nov 13 2010 Remi Collet <Fedora@famillecollet.com> 2.1.6-1.1
+- fix perl filter on EL-6
+
* Wed Oct 06 2010 Remi Collet <Fedora@famillecollet.com> 2.1.6-1
- update to 2.1.6
http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-2.1.6/Changes