Change in vdsm[master]: spec: temporarily revert build dependency on non-existing bl...

danken at redhat.com danken at redhat.com
Fri Mar 20 11:58:30 UTC 2015


Dan Kenigsberg has uploaded a new change for review.

Change subject: spec: temporarily revert build dependency on non-existing blivet
......................................................................

spec: temporarily revert build dependency on non-existing blivet

commit 1a54863 added a dependency on blivet that is not yet available on
el7 and f20. Instead of completely reverting it, or waiting for a proper
support for older blivet (https://gerrit.ovirt.org/38942/) this patch
drops the build requirement, which is to be enforced during install time
only of vdsm-gluster.

Change-Id: Ia6466ca785ef93a0a7dc3b1ecc24703014aa78b6
Signed-off-by: Dan Kenigsberg <danken at redhat.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/74/38974/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 01e6d97..f4ae67f 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -121,7 +121,7 @@
 BuildRequires: python-ordereddict
 %endif
 %if 0%{?rhel} > 6 || 0%{?fedora}
-BuildRequires: python-blivet >= 0.61.14
+BuildRequires: python-blivet
 %endif
 
 # Autotools BuildRequires


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6466ca785ef93a0a7dc3b1ecc24703014aa78b6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>


More information about the vdsm-patches mailing list