Update to sanlock-3.2.4
This commit is contained in:
parent
e68913bdc9
commit
27b16d452a
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/sanlock-3.2.0.tar.gz
|
||||
/sanlock-3.2.1.tar.gz
|
||||
/sanlock-3.2.2.tar.gz
|
||||
/sanlock-3.2.4.tar.gz
|
||||
|
23
sanlock.spec
23
sanlock.spec
@ -11,7 +11,7 @@
|
||||
%endif
|
||||
|
||||
Name: sanlock
|
||||
Version: 3.2.2
|
||||
Version: 3.2.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A shared storage lock manager
|
||||
|
||||
@ -37,8 +37,7 @@ Source0: http://git.fedorahosted.org/cgit/sanlock.git/snapshot/%{name}-%{
|
||||
#Patch0: 0001-foo.patch
|
||||
|
||||
%description
|
||||
The sanlock daemon manages leases for applications running on a cluster
|
||||
of hosts with shared storage.
|
||||
The sanlock daemon manages leases for applications on hosts using shared storage.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -89,11 +88,14 @@ install -D -m 0755 init.d/fence_sanlockd $RPM_BUILD_ROOT/%{_initddir}/fence_sanl
|
||||
install -D -m 0644 src/logrotate.sanlock \
|
||||
$RPM_BUILD_ROOT/etc/logrotate.d/sanlock
|
||||
|
||||
install -D -m 0644 src/sanlock.conf \
|
||||
$RPM_BUILD_ROOT/etc/sanlock/sanlock.conf
|
||||
|
||||
install -D -m 0644 init.d/sanlock.sysconfig \
|
||||
$RPM_BUILD_ROOT/etc/sysconfig/sanlock
|
||||
|
||||
install -D -m 0644 init.d/wdmd.sysconfig \
|
||||
$RPM_BUILD_ROOT/etc/sysconfig/wdmd
|
||||
$RPM_BUILD_ROOT/etc/sysconfig/wdmd
|
||||
|
||||
install -Dd -m 0755 $RPM_BUILD_ROOT/etc/wdmd.d
|
||||
install -Dd -m 0775 $RPM_BUILD_ROOT/%{_localstatedir}/run/sanlock
|
||||
@ -182,16 +184,20 @@ fi
|
||||
%endif
|
||||
%{_sbindir}/sanlock
|
||||
%{_sbindir}/wdmd
|
||||
%dir /etc/wdmd.d
|
||||
%dir %{_sysconfdir}/wdmd.d
|
||||
%dir %{_sysconfdir}/sanlock
|
||||
%dir %attr(-,sanlock,sanlock) %{_localstatedir}/run/sanlock
|
||||
%{_mandir}/man8/wdmd*
|
||||
%{_mandir}/man8/sanlock*
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/sanlock
|
||||
%config(noreplace) %{_sysconfdir}/sanlock/sanlock.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/sanlock
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/wdmd
|
||||
%doc init.d/sanlock.service.native
|
||||
%doc init.d/wdmd.service.native
|
||||
|
||||
%package lib
|
||||
Summary: A shared disk lock manager library
|
||||
Summary: A shared storage lock manager library
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description lib
|
||||
@ -245,6 +251,8 @@ developing applications that use %{name}.
|
||||
%{_includedir}/sanlock_admin.h
|
||||
%{_includedir}/sanlock_resource.h
|
||||
%{_includedir}/sanlock_direct.h
|
||||
%{_libdir}/pkgconfig/libsanlock.pc
|
||||
%{_libdir}/pkgconfig/libsanlock_client.pc
|
||||
|
||||
%package -n fence-sanlock
|
||||
Summary: Fence agent using sanlock and wdmd
|
||||
@ -323,6 +331,9 @@ common sanlock lockspace.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2015 David Teigland <teigland@redhat.com> - 3.2.4-1
|
||||
- Update to sanlock-3.2.4
|
||||
|
||||
* Tue Sep 30 2014 David Teigland <teigland@redhat.com> - 3.2.2-1
|
||||
- Update to sanlock-3.2.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user