[sanlock] update to sanlock-2.7

David Teigland teigland at fedoraproject.org
Wed Mar 6 20:16:16 UTC 2013


commit 9581e6bc508b00bbd3906f6f8d1b3ecd7bd3a7f2
Author: David Teigland <teigland at redhat.com>
Date:   Wed Mar 6 14:15:54 2013 -0600

    update to sanlock-2.7

 .gitignore                                         |    1 +
 0001-fix-systemd-service-files.patch               |   57 -------
 0002-wdmd-use-mode-775-for-run-dir.patch           |   29 ----
 0003-systemd-add-wdmd-dependency-for-sanlock.patch |   26 ---
 ...dmd-make-the-watchdog-device-configurable.patch |  153 ------------------
 0005-wdmd-fix-miscellaneous-build-warnings.patch   |   59 -------
 ...ynamically-select-working-watchdog-device.patch |  164 --------------------
 sanlock.spec                                       |   24 +--
 sources                                            |    2 +-
 9 files changed, 10 insertions(+), 505 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fbebb51..0081656 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /sanlock-2.4.tar.gz
 /sanlock-2.5.tar.gz
 /sanlock-2.6.tar.gz
+/sanlock-2.7.tar.gz
diff --git a/sanlock.spec b/sanlock.spec
index 6d4aa6d..6423fdf 100644
--- a/sanlock.spec
+++ b/sanlock.spec
@@ -1,6 +1,6 @@
 Name:           sanlock
-Version:        2.6
-Release:        8%{?dist}
+Version:        2.7
+Release:        1%{?dist}
 Summary:        A shared disk lock manager
 
 Group:          System Environment/Base
@@ -17,15 +17,9 @@ ExclusiveArch:  x86_64
 Requires:       %{name}-lib = %{version}-%{release}
 Requires(pre):  /usr/sbin/groupadd
 Requires(pre):  /usr/sbin/useradd
-Source0:        https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz
-
-Patch0: 0001-fix-systemd-service-files.patch
-Patch1: 0002-wdmd-use-mode-775-for-run-dir.patch
-Patch2: 0003-systemd-add-wdmd-dependency-for-sanlock.patch
-Patch3: 0004-wdmd-make-the-watchdog-device-configurable.patch
-Patch4: 0005-wdmd-fix-miscellaneous-build-warnings.patch
-Patch5: 0006-wdmd-dynamically-select-working-watchdog-device.patch
+Source0:        http://git.fedorahosted.org/cgit/sanlock.git/snapshot/%{name}-%{version}.tar.gz
 
+#Patch0: foo.patch
 
 %description
 sanlock uses disk paxos to manage leases on shared storage.
@@ -34,12 +28,7 @@ access to the shared disks.
 
 %prep
 %setup -q
-%patch0 -p1 -b .0001-fix-systemd-service-files
-%patch1 -p1 -b .0002-wdmd-use-mode-775-for-run-dir
-%patch2 -p1 -b .0003-systemd-add-wdmd-dependency-for-sanlock
-%patch3 -p1 -b .0004-wdmd-make-the-watchdog-device-configurable
-%patch4 -p1 -b .0005-wdmd-fix-miscellaneous-build-warnings
-%patch5 -p1 -b .0006-wdmd-dynamically-select-working-watchdog-device
+#%patch0 -p1 -b .0001-foo.patch
 
 %build
 # upstream does not require configure
@@ -268,6 +257,9 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Wed Mar 06 2013 David Teigland <teigland at redhat.com> - 2.7-1
+- Update to sanlock-2.7
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index b6d8e07..71f8252 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c488b1914e0996246e3572a359093d7d  sanlock-2.6.tar.gz
+682323103d06666e4d83274b597a7b27  sanlock-2.7.tar.gz


More information about the scm-commits mailing list