Petr Horáček has uploaded a new change for review. Change subject: spec: fix openvswitch dependency version ......................................................................
spec: fix openvswitch dependency version >= is interpreted by RPM as >=0:2, that is causing dependency problems in CentOS where Epoch is not used. This patch changed it to >= 2.0.0 Change-Id: I23e00681e04242729125afa68f05ea7d41f27085 Signed-off-by: Petr Horáček <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/46594/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index f93bcd6..a8a30f5 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -484,7 +484,7 @@ Summary: Open vSwitch support for VDSM BuildArch: noarch Requires: %{name} = %{version}-%{release} -Requires: openvswitch >= 2 +Requires: openvswitch >= 2.0.0 %description hook-ovs Hook for Open vSwitch support. -- To view, visit https://gerrit.ovirt.org/46594 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I23e00681e04242729125afa68f05ea7d41f27085 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
