Re-enable LTO

This commit is contained in:
Jeff Law 2021-05-09 22:29:44 -06:00
parent b091a65276
commit d2c4c22521

View File

@ -1,7 +1,6 @@
%global _hardened_build 1 %global _hardened_build 1
%define isprerelease 0 %define isprerelease 0
%define _lto_cflags %{nil}
%if %isprerelease %if %isprerelease
%define prerelease pre1 %define prerelease pre1
@ -9,7 +8,7 @@
Summary: A program for synchronizing files over a network Summary: A program for synchronizing files over a network
Name: rsync Name: rsync
Version: 3.2.3 Version: 3.2.4
Release: 6%{?dist} Release: 6%{?dist}
URL: https://rsync.samba.org/ URL: https://rsync.samba.org/
@ -116,6 +115,9 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service
%systemd_postun_with_restart rsyncd.service %systemd_postun_with_restart rsyncd.service
%changelog %changelog
* Sun May 09 2021 Jeff Law <jlaw@tachyum.com> - 3.2.3-7
- Re-enable LTO.
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.3-6 * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.3-6
- Rebuilt for updated systemd-rpm-macros - Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583. See https://pagure.io/fesco/issue/2583.