Update to sanlock-3.2.1
This commit is contained in:
parent
b6cadd813d
commit
a3ff38c080
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
sanlock.spec
11
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@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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user