diff --git a/sanlock.spec b/sanlock.spec index 47d92b7..36be06b 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 3.8.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A shared storage lock manager License: GPLv2 and GPLv2+ and LGPLv2+ @@ -21,12 +21,14 @@ 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 # This package mixes PIC/PIE objects which causes errors in LTO mode. @@ -183,6 +185,9 @@ common sanlock lockspace. %changelog +* Sun Aug 02 2020 Nir Soffer - 3.8.1-6 +- Removing extra linkeer args, hopefully fix python build + * Sat Aug 01 2020 Fedora Release Engineering - 3.8.1-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild