From 320db6693c94a121e902c1deb4e7d120db05415c Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Nov 20 2020 12:34:57 +0000 Subject: Disabling LTO as a temporary measure for rhbz#1898912 --- diff --git a/rsync.spec b/rsync.spec index bf51ca9..42341d5 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,6 +1,7 @@ %global _hardened_build 1 %define isprerelease 0 +%define _lto_cflags %{nil} %if %isprerelease %define prerelease pre1 @@ -9,7 +10,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.2.3 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://rsync.samba.org/ Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz @@ -116,6 +117,9 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service %systemd_postun_with_restart rsyncd.service %changelog +* Fri Nov 20 2020 Michal Ruprich - 3.2.3-3 +- Disabling LTO as a temporary measure for rhbz#1898912 + * Thu Nov 19 2020 Michal Ruprich - 3.2.3-2 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro