Update to sanlock-2.2
This commit is contained in:
parent
07c40392ed
commit
a16b207b77
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/sanlock-1.6.tar.gz
|
/sanlock-1.6.tar.gz
|
||||||
/sanlock-1.8.tar.gz
|
/sanlock-1.8.tar.gz
|
||||||
/sanlock-2.1.tar.gz
|
/sanlock-2.1.tar.gz
|
||||||
|
/sanlock-2.2.tar.gz
|
||||||
|
11
sanlock.spec
11
sanlock.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sanlock
|
Name: sanlock
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A shared disk lock manager
|
Summary: A shared disk lock manager
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -49,6 +49,9 @@ install -Dm 0644 src/limits.conf \
|
|||||||
install -Dm 0644 src/logrotate.sanlock \
|
install -Dm 0644 src/logrotate.sanlock \
|
||||||
$RPM_BUILD_ROOT/etc/logrotate.d/sanlock
|
$RPM_BUILD_ROOT/etc/logrotate.d/sanlock
|
||||||
|
|
||||||
|
install -Dm 0644 src/sysconfig.sanlock \
|
||||||
|
$RPM_BUILD_ROOT/etc/sysconfig/sanlock
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -83,6 +86,7 @@ fi
|
|||||||
%{_mandir}/man8/sanlock*
|
%{_mandir}/man8/sanlock*
|
||||||
/etc/security/limits.d/90-sanlock.conf
|
/etc/security/limits.d/90-sanlock.conf
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/sanlock
|
%config(noreplace) %{_sysconfdir}/logrotate.d/sanlock
|
||||||
|
%config(noreplace) %{_sysconfdir}/sysconfig/sanlock
|
||||||
|
|
||||||
%package lib
|
%package lib
|
||||||
Summary: A shared disk lock manager library
|
Summary: A shared disk lock manager library
|
||||||
@ -141,6 +145,9 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/sanlock_direct.h
|
%{_includedir}/sanlock_direct.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 05 2012 David Teigland <teigland@redhat.com> - 2.1-2
|
||||||
- Install service files instead of init files
|
- Install service files instead of init files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user