From 0e00fa1acab21f70f0199d4f48f7ebb739ae98c4 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Wed, 6 Aug 2025 16:17:29 +0200 Subject: [PATCH] Resolves: RHEL-76181 --- sanlock.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sanlock.spec b/sanlock.spec index 0dc84c9..3fbb564 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 4.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A shared storage lock manager License: GPLv2 and GPLv2+ and LGPLv2+ @@ -53,9 +53,9 @@ make -C python \ PY_VERSION=3 -install -D -m 0644 init.d/sanlock.service.native $RPM_BUILD_ROOT/%{_unitdir}/sanlock.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 init.d/sanlock.service.native $RPM_BUILD_ROOT%{_unitdir}/sanlock.service +install -D -m 0755 init.d/systemd-wdmd $RPM_BUILD_ROOT%{_prefix}/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 -/usr/lib/systemd/systemd-wdmd +%{_prefix}/lib/systemd/systemd-wdmd %{_unitdir}/sanlock.service %{_unitdir}/wdmd.service %{_sbindir}/sanlock @@ -153,6 +153,9 @@ developing applications that use %{name}. %{_libdir}/pkgconfig/libsanlock_client.pc %changelog +* Wed Aug 06 2025 Marian Csontos - 4.0.0-2 +- Bump release. + * Thu May 01 2025 David Teigland - 4.0.0-1 - new upstream release