Resolves: RHEL-19177
This commit is contained in:
parent
8a50a448dc
commit
6106708f01
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/sanlock-3.8.1.tar.gz
|
||||
/sanlock-3.8.4.tar.gz
|
||||
/sanlock-3.9.0.tar.gz
|
||||
/sanlock-3.9.1.tar.gz
|
||||
|
16
sanlock.spec
16
sanlock.spec
@ -1,6 +1,6 @@
|
||||
Name: sanlock
|
||||
Version: 3.9.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A shared storage lock manager
|
||||
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+
|
||||
@ -54,8 +54,8 @@ make -C python \
|
||||
|
||||
|
||||
install -D -m 0644 init.d/sanlock.service.native $RPM_BUILD_ROOT/%{_unitdir}/sanlock.service
|
||||
install -D -m 0755 init.d/wdmd $RPM_BUILD_ROOT/%{_libdir}/systemd/systemd-wdmd
|
||||
install -D -m 0644 init.d/wdmd.service.native $RPM_BUILD_ROOT/%{_unitdir}/wdmd.service
|
||||
install -D -m 0755 init.d/systemd-wdmd $RPM_BUILD_ROOT/usr/lib/systemd/systemd-wdmd
|
||||
install -D -m 0644 init.d/wdmd.service $RPM_BUILD_ROOT/%{_unitdir}/wdmd.service
|
||||
|
||||
install -D -m 0644 src/logrotate.sanlock \
|
||||
$RPM_BUILD_ROOT/etc/logrotate.d/sanlock
|
||||
@ -87,7 +87,7 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \
|
||||
%systemd_postun wdmd.service sanlock.service
|
||||
|
||||
%files
|
||||
%{_libdir}/systemd/systemd-wdmd
|
||||
/usr/lib/systemd/systemd-wdmd
|
||||
%{_unitdir}/sanlock.service
|
||||
%{_unitdir}/wdmd.service
|
||||
%{_sbindir}/sanlock
|
||||
@ -100,9 +100,6 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/sanlock
|
||||
%config(noreplace) %{_sysconfdir}/sanlock/sanlock.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/wdmd
|
||||
%doc init.d/sanlock
|
||||
%doc init.d/sanlock.service
|
||||
%doc init.d/wdmd.service
|
||||
|
||||
%package lib
|
||||
Summary: A shared storage lock manager library
|
||||
@ -156,6 +153,9 @@ developing applications that use %{name}.
|
||||
%{_libdir}/pkgconfig/libsanlock_client.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2024 David Teigland <teigland@redhat.com> - 3.9.1-1
|
||||
- upstream release, fix rpm issues
|
||||
|
||||
* Fri Dec 15 2023 David Teigland <teigland@redhat.com> - 3.9.0-3
|
||||
- fix rpm issues
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sanlock-3.9.0.tar.gz) = 16ac4333843d4cc68b8c62ca14480bda6cf7599c5bfd3cd3e008698625c9882a80db8e2d217327642abf8e029ce2a54f25672c7319e0178eb87a98d9aca06d82
|
||||
SHA512 (sanlock-3.9.1.tar.gz) = e42e60003535b22c7c9618ce5bdeac31a04ba23da551919909117802a1ad7e3831e45e3c08d6125d1c0cee07a14b4227ecfe6c6613f64627cbc501253dd521e4
|
||||
|
Loading…
Reference in New Issue
Block a user