[sanlock] Update to sanlock-3.2.1

David Teigland teigland at fedoraproject.org
Thu Aug 21 18:12:27 UTC 2014


commit a3ff38c080cf858659bb3d6f2769635e85f4e4b5
Author: David Teigland <teigland at redhat.com>
Date:   Thu Aug 21 13:12:10 2014 -0500

    Update to sanlock-3.2.1

 .gitignore   |    1 +
 sanlock.spec |   11 +++++++----
 sources      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d6d5d0..1103602 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /sanlock-3.0.0.tar.gz
 /sanlock-3.1.0.tar.gz
 /sanlock-3.2.0.tar.gz
+/sanlock-3.2.1.tar.gz
diff --git a/sanlock.spec b/sanlock.spec
index f2eb2a5..aeb7722 100644
--- a/sanlock.spec
+++ b/sanlock.spec
@@ -11,7 +11,7 @@
 %endif
 
 Name:           sanlock
-Version:        3.2.0
+Version:        3.2.1
 Release:        1%{?dist}
 Summary:        A shared storage lock manager
 
@@ -20,7 +20,7 @@ License:        GPLv2 and GPLv2+ and LGPLv2+
 URL:            https://fedorahosted.org/sanlock/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libblkid-devel libaio-devel python python-devel
-ExclusiveArch:  x86_64 ppc64 aarch64
+ExclusiveArch:  x86_64 aarch64 %{power64}
 %if %{with_systemd}
 BuildRequires:  systemd-units
 %endif
@@ -35,7 +35,7 @@ Requires(postun): systemd-units
 %endif
 Source0:        http://git.fedorahosted.org/cgit/sanlock.git/snapshot/%{name}-%{version}.tar.gz
 
-Patch0: 0001-reset-install-man-pages.patch
+#Patch0: 0001-foo.patch
 
 %description
 The sanlock daemon manages leases for applications running on a cluster
@@ -43,7 +43,7 @@ of hosts with shared storage.
 
 %prep
 %setup -q
-%patch0 -p1 -b .0001-reset-install-man-pages.patch
+#%patch0 -p1 -b .0001-foo.patch
 
 %build
 # upstream does not require configure
@@ -324,6 +324,9 @@ common sanlock lockspace.
 
 
 %changelog
+* Thu Aug 21 2014 David Teigland <teigland at redhat.com> - 3.2.1-1
+- Update to sanlock-3.2.1
+
 * Mon Aug 18 2014 David Teigland <teigland at redhat.com> - 3.2.0-1
 - Update to sanlock-3.2.0
 
diff --git a/sources b/sources
index bf948b4..a6df82a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e507a5cf1c55bc38088dcf12f528fa9  sanlock-3.2.0.tar.gz
+0f1e51c3c9c8a7639a3736583c33fadb  sanlock-3.2.1.tar.gz


More information about the scm-commits mailing list