Douglas Schilling Landgraf has uploaded a new change for review.
Change subject: vdsm.spec.in: fix req for glusterfs and f19 ......................................................................
vdsm.spec.in: fix req for glusterfs and f19
F19 doesn't have a 3.4.0 build yet. Koji system keep sharing that vdsm has broken dependencies for glusterfs. This patch will temporary move glusterfs 3.4.0 requirement for F20.
Change-Id: I87bd79bc732ae6a5638ac9357d0bf73b1b70e5b6 Signed-off-by: Douglas Schilling Landgraf dougsland@redhat.com --- M vdsm.spec.in 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/39/13339/1
diff --git a/vdsm.spec.in b/vdsm.spec.in index 3f7397a..ccb5c5d 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -458,7 +458,11 @@ BuildArch: noarch
Requires: %{name} = %{version}-%{release} +%if 0%{?fedora} > 19 Requires: glusterfs >= 3.4.0 +%else +Requires: glusterfs = 3.3.1 +%endif Requires: glusterfs-server Requires: glusterfs-fuse Requires: glusterfs-rdma
-- To view, visit http://gerrit.ovirt.org/13339 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange Gerrit-Change-Id: I87bd79bc732ae6a5638ac9357d0bf73b1b70e5b6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf dougsland@redhat.com