Update to sanlock 2.5
This commit is contained in:
parent
59eef4ec93
commit
c764df08de
12
sanlock.spec
12
sanlock.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sanlock
|
Name: sanlock
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A shared disk lock manager
|
Summary: A shared disk lock manager
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -13,9 +13,6 @@ Requires(pre): /usr/sbin/groupadd
|
|||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz
|
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
|
%description
|
||||||
sanlock uses disk paxos to manage leases on shared storage.
|
sanlock uses disk paxos to manage leases on shared storage.
|
||||||
Hosts connected to a common SAN can use this to synchronize their
|
Hosts connected to a common SAN can use this to synchronize their
|
||||||
@ -23,8 +20,6 @@ access to the shared disks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .0001-daemon-include-resource.h.patch
|
|
||||||
%patch1 -p1 -b .0002-daemon-fix-lockfile-ownership.patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# upstream does not require configure
|
# upstream does not require configure
|
||||||
@ -185,6 +180,9 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/sanlock_direct.h
|
%{_includedir}/sanlock_direct.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 24 2012 David Teigland <teigland@redhat.com> - 2.4-3
|
||||||
- fix lockfile ownership
|
- fix lockfile ownership
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user