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/57/37557/1

diff --git a/ovirt-hosted-engine-setup.spec.in 
b/ovirt-hosted-engine-setup.spec.in
index 467ac29..2625f86 100644
--- a/ovirt-hosted-engine-setup.spec.in
+++ b/ovirt-hosted-engine-setup.spec.in
@@ -62,10 +62,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/37557
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: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to