diff --git a/.gitignore b/.gitignore index 7782a60..70d6a90 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sanlock-1.6.tar.gz /sanlock-1.8.tar.gz /sanlock-2.1.tar.gz +/sanlock-2.2.tar.gz diff --git a/sanlock.spec b/sanlock.spec index 42adb61..6a536f7 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -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 - 2.2-1 +- Update to sanlock-2.2 + * Thu Apr 05 2012 David Teigland - 2.1-2 - Install service files instead of init files diff --git a/sources b/sources index 0724b23..7f9dca4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e3af4aa5a2c0aaff15fb0b1a38a00ee sanlock-2.1.tar.gz +00e1fb3131a66bdb7ed7418de5abc9c8 sanlock-2.2.tar.gz