Alon Bar-Lev has uploaded a new change for review. Change subject: offline: pull iptables-services where available ......................................................................
offline: pull iptables-services where available Change-Id: Ie19efdc89e13657e911271c93c7a35b1204d43fe Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1224804 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M ovirt-host-deploy-offline.spec.in 2 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/10/41410/1 diff --git a/ChangeLog b/ChangeLog index 4e04e4e..e4136f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ * tune: tuned: set the tuned profile based on environment variable, rhbz#1209418. * mgmt: new component to enable host management. + * offline: pull iptables-services where available, rhbz#1224804. 2015-01-15 - Version 1.3.1 diff --git a/ovirt-host-deploy-offline.spec.in b/ovirt-host-deploy-offline.spec.in index ed1a0fe..f2df16d 100644 --- a/ovirt-host-deploy-offline.spec.in +++ b/ovirt-host-deploy-offline.spec.in @@ -43,6 +43,7 @@ %endif %if 0%{?fedora} %if %{fedora} >= 20 +Requires: iptables-services Requires: kexec-tools >= 2.0.4-27 %endif %endif @@ -50,7 +51,8 @@ %if %{rhel} == 6 Requires: kexec-tools >= 2.0.0-273.1 %endif -%if %{rhel} == 7 +%if %{rhel} >= 7 +Requires: iptables-services Requires: kexec-tools >= 2.0.4-32.1 %endif %endif -- To view, visit https://gerrit.ovirt.org/41410 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie19efdc89e13657e911271c93c7a35b1204d43fe Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
