[vdsm] Adding configure sanlock on force patch and bump the release

Yaniv Bronhaim bronhaim at fedoraproject.org
Thu Feb 6 15:33:49 UTC 2014


commit f41b6ad56e09357b204f3150bbf763f1959a8942
Author: Yaniv Bronhaim <ybronhei at redhat.com>
Date:   Thu Feb 6 17:36:00 2014 +0200

    Adding configure sanlock on force patch and bump the release

 vdsm.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/vdsm.spec b/vdsm.spec
index 2f16ef1..91bd2db 100644
--- a/vdsm.spec
+++ b/vdsm.spec
@@ -50,7 +50,7 @@
 
 Name:           %{vdsm_name}
 Version:        4.14.1
-Release:        3%{?dist}%{?extra_release}
+Release:        4%{?dist}%{?extra_release}
 Summary:        Virtual Desktop Server Manager
 
 Group:          Applications/System
@@ -64,6 +64,8 @@ Url:            http://www.ovirt.org/wiki/Vdsm
 #  ./autogen.sh --system
 #  make VERSION={version}-{vdsm_release} dist
 Source0:        %{vdsm_name}-%{version}%{?vdsm_relttag}.tar.gz
+# ovirt-3.4 patches
+Patch0:         0001-Adding-configure-sanlock-on-force.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -605,6 +607,9 @@ Gluster plugin enables VDSM to serve Gluster functionalities.
 
 %prep
 %setup -q
+# ovirt-3.4 patches
+%patch0 -p1
+
 %if 0%{?rhel} == 6
 sed -i '/ su /d' vdsm/vdsm-logrotate.conf.in
 %endif
@@ -1443,6 +1448,9 @@ exit 0
 %endif
 
 %changelog
+* Thu Feb 06 2014 Yaniv Bronhaim <ybronhei at redhat.com - 4.14.1-4
+- Adding configure sanlock on force
+
 * Wed Feb 05 2014 Douglas Schilling Landgraf <dougsland at redhat.com> - 4.14.1-3
 - execCmd with sudo=root raise require tty fault when running as root
 - sysvinit: Ensure that iscsid is started (BZ#1056948)


More information about the scm-commits mailing list