Update to sanlock-2.5
This commit is contained in:
parent
59eef4ec93
commit
aacb875dc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/sanlock-2.2.tar.gz
|
||||
/sanlock-2.3.tar.gz
|
||||
/sanlock-2.4.tar.gz
|
||||
/sanlock-2.5.tar.gz
|
||||
|
12
sanlock.spec
12
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@redhat.com> - 2.5-1
|
||||
- Update to sanlock-2.5
|
||||
|
||||
* Tue Jul 24 2012 David Teigland <teigland@redhat.com> - 2.4-3
|
||||
- fix lockfile ownership
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user