Dan Kenigsberg has uploaded a new change for review.

Change subject: spec: fix openvswitch dependency version
......................................................................

spec: fix openvswitch dependency version

In CentOS, where Epoch is not used, >= 2 is interpreted as >= 0:2,
that is causing dependency problems This patch changes it to >= 2.0.0

Change-Id: I23e00681e04242729125afa68f05ea7d41f27085
Signed-off-by: Petr Horáček <[email protected]>
Reviewed-on: https://gerrit.ovirt.org/46594
Reviewed-by: Sandro Bonazzola <[email protected]>
Reviewed-by: Dan Kenigsberg <[email protected]>
Continuous-Integration: Dan Kenigsberg <[email protected]>
(cherry picked from commit 99fd25ad1a1bc543a9524c75635cdc22d7e94b5b)
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/50761/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 0d9562f..3187d02 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -520,7 +520,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/50761
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23e00681e04242729125afa68f05ea7d41f27085
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to