Yaniv Bronhaim has uploaded a new change for review.

Change subject: Require safelease 1.0-6 for fedora 23 due to wrong build
......................................................................

Require safelease 1.0-6 for fedora 23 due to wrong build

The spec of safelease 1.0-5 for fedora 23 doesn't include require for
packages that are mandatory for vdsm.
The build was initiated wrongly, therefore we submitted safelease 1.0-6 which
keep the same spec as in the rest of 1.0-5 builds.
This is only relevant for fedora 23 build.

Change-Id: Ia4a0e36f6da05b463b46d8c86be9b82bff78257c
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1287862
Signed-off-by: Yaniv Bronhaim <ybron...@redhat.com>
---
M vdsm.spec.in
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/28/51228/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index e7833aa..a905eed 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -130,7 +130,11 @@
 Requires: curl
 Requires: %{name}-xmlrpc = %{version}-%{release}
 Requires: %{name}-jsonrpc = %{version}-%{release}
+%if 0%{?fedora} >= 23
+Requires: safelease >= 1.0-6
+%else
 Requires: safelease >= 1.0-5
+%endif
 Requires: mom >= 0.4.5
 Requires: ovirt-vmconsole >= 1.0.0-0
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4a0e36f6da05b463b46d8c86be9b82bff78257c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybron...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to