Sandro Bonazzola has uploaded a new change for review.

Change subject: packaging: spec: require iptables-services
......................................................................

packaging: spec: require iptables-services

On Fedora >= 21 and EL >= 7.0 iptables-services is needed
for having iptables working properly.

Change-Id: I12139f9a9f5d4d542e42de00c7a479a2fcc0ccce
Signed-off-by: Sandro Bonazzola <[email protected]>
---
M ovirt-hosted-engine-setup.spec.in
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup 
refs/changes/61/37661/1

diff --git a/ovirt-hosted-engine-setup.spec.in 
b/ovirt-hosted-engine-setup.spec.in
index a8db29e..a820238 100644
--- a/ovirt-hosted-engine-setup.spec.in
+++ b/ovirt-hosted-engine-setup.spec.in
@@ -61,10 +61,16 @@
 
 %if 0%{?fedora}
 Requires:       qemu-img
+%if %{fedora} >= 21
+Requires:       iptables-services
+%endif
 %endif
 
 %if 0%{?rhel}
 Requires:       qemu-img-rhev >= 0.12.1.2-2.415
+%if 0%{?rhel} >= 7
+Requires:       iptables-services
+%endif
 %endif
 
 %description


-- 
To view, visit http://gerrit.ovirt.org/37661
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12139f9a9f5d4d542e42de00c7a479a2fcc0ccce
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: ovirt-hosted-engine-setup-1.2
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to