Resolves: rhbz#1996885
This commit is contained in:
parent
69e31ce37f
commit
4597203f9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/sanlock-3.7.3.tar.gz
|
||||
/sanlock-3.8.0.tar.gz
|
||||
/sanlock-3.8.1.tar.gz
|
||||
/sanlock-3.8.4.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: sanlock
|
||||
Version: 3.8.1
|
||||
Release: 11%{?dist}
|
||||
Version: 3.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A shared storage lock manager
|
||||
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+
|
||||
@ -21,14 +21,12 @@ Requires(post): systemd-sysv
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz
|
||||
Patch0: 0001-python-Remove-extra-link-args.patch
|
||||
|
||||
%description
|
||||
The sanlock daemon manages leases for applications on hosts using shared storage.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -155,6 +153,9 @@ developing applications that use %{name}.
|
||||
%{_libdir}/pkgconfig/libsanlock_client.pc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 23 2021 David Teigland <teigland@redhat.com> - 3.8.4-1
|
||||
- Update rhel9 beta version to match latest rhel8
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.8.1-11
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sanlock-3.8.1.tar.gz) = 9ed6732c7ba4ba2443188671f97d0c5d9e3e88171b4e41b69e7c07c918784383c5d218f05ad00e134c5a3633159da2b042059df65a53d4e47005b7fdba995744
|
||||
SHA512 (sanlock-3.8.4.tar.gz) = 9fca2b18fd3bd504d5186de0b2626ea2c993997528de2384dc042afe52b2b68422a2e4bb79e2409c9e6eccbe5ea8d8939549eb25c5d16aa7fecf6c9a5798340c
|
||||
|
Loading…
Reference in New Issue
Block a user