[sanlock/f18] Update to sanlock-2.5

David Teigland teigland at fedoraproject.org
Mon Sep 24 19:23:08 UTC 2012


commit aacb875dc205897d71520abc64ca3e85b9fa6bde
Author: David Teigland <teigland at redhat.com>
Date:   Mon Sep 24 14:22:55 2012 -0500

    Update to sanlock-2.5

 .gitignore   |    1 +
 sanlock.spec |   12 +++++-------
 sources      |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 752fbf1..cd20e8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /sanlock-2.2.tar.gz
 /sanlock-2.3.tar.gz
 /sanlock-2.4.tar.gz
+/sanlock-2.5.tar.gz
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
 
diff --git a/sources b/sources
index 1855327..8a29efe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d056f13f1bec99c858867910b557380  sanlock-2.4.tar.gz
+d89e5f22f4b2b4c08fcc9af74949647a  sanlock-2.5.tar.gz


More information about the scm-commits mailing list