Remove extra link args, hopefully fixing python build
This commit is contained in:
parent
5cfea2e98e
commit
762de8143c
@ -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 <nsoffer@redhat.com> - 3.8.1-6
|
||||
- Removing extra linkeer args, hopefully fix python build
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user