[sanlock] Update to sanlock 2.5

David Teigland teigland at fedoraproject.org
Mon Sep 24 20:57:39 UTC 2012


commit c764df08de7d57a1a91dea56415e0e5883492f2b
Author: David Teigland <teigland at redhat.com>
Date:   Mon Sep 24 15:57:15 2012 -0500

    Update to sanlock 2.5

 sanlock.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/sanlock.spec b/sanlock.spec
index 4c73006..41516d3 100644
--- a/sanlock.spec
+++ b/sanlock.spec
@@ -1,6 +1,6 @@
 Name:           sanlock
-Version:        2.4
-Release:        3%{?dist}
+Version:        2.5
+Release:        1%{?dist}
 Summary:        A shared disk lock manager
 
 Group:          System Environment/Base
@@ -13,9 +13,6 @@ Requires(pre):  /usr/sbin/groupadd
 Requires(pre):  /usr/sbin/useradd
 Source0:        https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz
 
-Patch0: 0001-daemon-include-resource.h.patch
-Patch1: 0002-daemon-fix-lockfile-ownership.patch
-
 %description
 sanlock uses disk paxos to manage leases on shared storage.
 Hosts connected to a common SAN can use this to synchronize their
@@ -23,8 +20,6 @@ access to the shared disks.
 
 %prep
 %setup -q
-%patch0 -p1 -b .0001-daemon-include-resource.h.patch
-%patch1 -p1 -b .0002-daemon-fix-lockfile-ownership.patch
 
 %build
 # upstream does not require configure
@@ -185,6 +180,9 @@ developing applications that use %{name}.
 %{_includedir}/sanlock_direct.h
 
 %changelog
+* Mon Sep 24 2012 David Teigland <teigland at redhat.com> - 2.5-1
+- Update to sanlock-2.5
+
 * Tue Jul 24 2012 David Teigland <teigland at redhat.com> - 2.4-3
 - fix lockfile ownership
 


More information about the scm-commits mailing list