diff --git a/sanlock-3.8.5.tar.gz b/sanlock-3.8.5.tar.gz deleted file mode 100644 index 351e21aee22243a7459bf2686c3af4824474e4e8..0000000000000000000000000000000000000000 Binary files a/sanlock-3.8.5.tar.gz and /dev/null differ diff --git a/sanlock-3.9.2.tar.gz b/sanlock-3.9.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2d3e203093ab380963c9b1a85d0fb024f198e750 Binary files /dev/null and b/sanlock-3.9.2.tar.gz differ diff --git a/sanlock.spec b/sanlock.spec index 5ec9954aabfac33fa5128b999c8f41cd1fa8c9be..d53dcb6dde3474835c28aba20bb1e8de08e242a2 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,5 +1,5 @@ Name: sanlock -Version: 3.8.5 +Version: 3.9.2 Release: 1 Summary: A shared storage lock manager License: GPLv2 and GPLv2+ and LGPLv2+ @@ -76,8 +76,6 @@ make -C python install LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT PY_VERSION=3 make -C reset install LIBDIR=%{_libdir} DESTDIR=$RPM_BUILD_ROOT 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/usr/lib/systemd/systemd-wdmd -install -D -m 0644 init.d/wdmd.service.native $RPM_BUILD_ROOT/%{_unitdir}/wdmd.service install -D -m 0644 init.d/sanlk-resetd.service $RPM_BUILD_ROOT/%{_unitdir}/sanlk-resetd.service install -D -m 0644 src/logrotate.sanlock $RPM_BUILD_ROOT/etc/logrotate.d/sanlock install -D -m 0644 src/sanlock.conf $RPM_BUILD_ROOT/etc/sanlock/sanlock.conf @@ -108,9 +106,7 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \ %files %defattr(-,root,root,-) -/usr/lib/systemd/systemd-wdmd %{_unitdir}/sanlock.service -%{_unitdir}/wdmd.service %{_sbindir}/sanlock %{_sbindir}/wdmd %dir %{_sysconfdir}/wdmd.d @@ -152,6 +148,9 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \ %changelog +* Thu May 16 2024 tenglei - 3.9.2-1 +- update to 3.9.2 + * Wed Apr 12 2023 wangjie5911 - 3.8.5-1 - update to 3.8.5 and sync patch Add sanlk_reset command t options.