Update to sanlock-2.2

This commit is contained in:
David Teigland 2012-05-07 11:15:28 -05:00
parent 07c40392ed
commit a16b207b77
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/sanlock-1.6.tar.gz
/sanlock-1.8.tar.gz
/sanlock-2.1.tar.gz
/sanlock-2.2.tar.gz

View File

@ -1,6 +1,6 @@
Name: sanlock
Version: 2.1
Release: 2%{?dist}
Version: 2.2
Release: 1%{?dist}
Summary: A shared disk lock manager
Group: System Environment/Base
@ -49,6 +49,9 @@ install -Dm 0644 src/limits.conf \
install -Dm 0644 src/logrotate.sanlock \
$RPM_BUILD_ROOT/etc/logrotate.d/sanlock
install -Dm 0644 src/sysconfig.sanlock \
$RPM_BUILD_ROOT/etc/sysconfig/sanlock
%clean
rm -rf $RPM_BUILD_ROOT
@ -83,6 +86,7 @@ fi
%{_mandir}/man8/sanlock*
/etc/security/limits.d/90-sanlock.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/sanlock
%config(noreplace) %{_sysconfdir}/sysconfig/sanlock
%package lib
Summary: A shared disk lock manager library
@ -141,6 +145,9 @@ developing applications that use %{name}.
%{_includedir}/sanlock_direct.h
%changelog
* Mon May 07 2012 David Teigland <teigland@redhat.com> - 2.2-1
- Update to sanlock-2.2
* Thu Apr 05 2012 David Teigland <teigland@redhat.com> - 2.1-2
- Install service files instead of init files

View File

@ -1 +1 @@
4e3af4aa5a2c0aaff15fb0b1a38a00ee sanlock-2.1.tar.gz
00e1fb3131a66bdb7ed7418de5abc9c8 sanlock-2.2.tar.gz