summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-05-13 19:34:23 +0200
committerRemi Collet <fedora@famillecollet.com>2011-05-13 19:34:23 +0200
commit04c8abc40d41a796e45f9ef2bc97eb02f66c93a5 (patch)
tree6318b8c93488046e3ecc0cbceb0701d40dac809d
parent96765675f3a3689ca7b6031f4ed0506e83607cc3 (diff)
perl-FusionInventory-Agent-Task-OcsDeploy: fix fedora 15 build
-rw-r--r--perl-FusionInventory-Agent-Task-OcsDeploy.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/perl-FusionInventory-Agent-Task-OcsDeploy.spec b/perl-FusionInventory-Agent-Task-OcsDeploy.spec
index 25582e4..5e5e0dd 100644
--- a/perl-FusionInventory-Agent-Task-OcsDeploy.spec
+++ b/perl-FusionInventory-Agent-Task-OcsDeploy.spec
@@ -1,6 +1,6 @@
Name: perl-FusionInventory-Agent-Task-OcsDeploy
Version: 1.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: OCS Inventory NG Software deployment support for FusionInventory Agent
Summary(fr): Gestion du déploiement logiciel OCS Inventory NG avec FusionInventory
License: GPLv2+
@@ -27,6 +27,17 @@ Requires: perl(POE::Component::Client::HTTP)
%endif
+%if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
+# This work only on recent fedora - But only lates rpm detect this
+%{?filter_setup:
+%filter_from_requires /perl(Win32/d
+%?perl_default_filter
+}
+%else
+%{?perl_default_filter}
+%endif
+
+
%description
With this module, FusionInventory Agent can accept software deployment
request from an OCS Inventory server NG.
@@ -89,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri May 13 2011 Remi Collet <Fedora@famillecollet.com> - 1.1.0-2
+- fix f15 build (filter perl(Win32::OLE) dependency)
+
* Mon Dec 13 2010 Remi Collet <Fedora@famillecollet.com> - 1.1.0-1
- update to 1.1.0
http://cpansearch.perl.org/src/FUSINV/FusionInventory-Agent-Task-OcsDeploy-1.1.0/Changes