Update to sanlock-3.2.1

This commit is contained in:
David Teigland 2014-08-21 13:12:10 -05:00
parent b6cadd813d
commit a3ff38c080
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 3.2.1-1
- Update to sanlock-3.2.1
* Mon Aug 18 2014 David Teigland <teigland@redhat.com> - 3.2.0-1
- Update to sanlock-3.2.0

View File

@ -1 +1 @@
0e507a5cf1c55bc38088dcf12f528fa9 sanlock-3.2.0.tar.gz
0f1e51c3c9c8a7639a3736583c33fadb sanlock-3.2.1.tar.gz