Alon Bar-Lev has uploaded a new change for review.

Change subject: network: iptables: install iptables-services
......................................................................

network: iptables: install iptables-services

is missing in rhel-7.1 and likely in fedora-something

Change-Id: Id2e154fe3c5298f800e44d46be3e7d495444aa9f
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M src/plugins/otopi/network/iptables.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/61/38761/1

diff --git a/src/plugins/otopi/network/iptables.py 
b/src/plugins/otopi/network/iptables.py
index b0c5957..5cf3dc8 100644
--- a/src/plugins/otopi/network/iptables.py
+++ b/src/plugins/otopi/network/iptables.py
@@ -86,6 +86,8 @@
     )
     def _packages(self):
         self.packager.install(('iptables',))
+        if self.packager.queryPackages(patterns=('iptables-services',))
+            self.packages.install(('iptables-services',))
 
     @plugin.event(
         stage=plugin.Stages.STAGE_MISC,


-- 
To view, visit https://gerrit.ovirt.org/38761
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id2e154fe3c5298f800e44d46be3e7d495444aa9f
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to