Resolves: RHEL-62650
This commit is contained in:
parent
d8a2d5cf7e
commit
8fa744e4be
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/sanlock-3.9.0.tar.gz
|
||||
/sanlock-3.9.1.tar.gz
|
||||
/sanlock-3.9.3.tar.gz
|
||||
/sanlock-3.9.5.tar.gz
|
||||
|
10
sanlock.spec
10
sanlock.spec
@ -1,6 +1,6 @@
|
||||
Name: sanlock
|
||||
Version: 3.9.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.9.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A shared storage lock manager
|
||||
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+
|
||||
@ -22,14 +22,13 @@ Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: 0001-sanlock-fix-invalid-strcpy-in-direct-dump.patch
|
||||
Patch0: 0001-systemd-wdmd-work-around-race-with-udev-setting-soft.patch
|
||||
|
||||
%description
|
||||
The sanlock daemon manages leases for applications on hosts using shared storage.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .backup0
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -153,6 +152,9 @@ developing applications that use %{name}.
|
||||
%{_libdir}/pkgconfig/libsanlock_client.pc
|
||||
|
||||
%changelog
|
||||
* Fri Oct 18 2024 David Teigland <teigland@redhat.com> - 3.9.5-1
|
||||
- upstream release 3.9.5, and udevadm settle patch
|
||||
|
||||
* Wed Aug 14 2024 David Teigland <teigland@redhat.com> - 3.9.3-2
|
||||
- fix invalid strcpy in direct dump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sanlock-3.9.3.tar.gz) = a6bcfb1af5dded548df399b36988aee8973c34eeeb7bc39b119af0fe5f5cc8dd6726f4853ebd5b835c23012633a97b5968eeccf559ab4398c08f6d1d168ef6ba
|
||||
SHA512 (sanlock-3.9.5.tar.gz) = 2342ee57d98c0e209d92ad809aae22f919c02920a2db194be2fc4f60677c32c2f27621ab0183b69c36ae1d0814753fb3461985bc4a8d1bced879b403ff0cf400
|
||||
|
Loading…
Reference in New Issue
Block a user