From 51b66e5520780a6d2a237e2c27904461de18d083 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sun, 22 Nov 2020 18:20:12 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/rsync.git#320db6693c94a121e902c1deb4e7d120db05415c --- rsync.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rsync.spec b/rsync.spec index 2feca58..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: 1%{?dist} +Release: 3%{?dist} URL: http://rsync.samba.org/ Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz @@ -72,7 +73,7 @@ patch -p1 -i patches/copy-devices.diff %configure --disable-xxhash # --with-included-zlib=no temporary disabled because of #1043965 -make %{?_smp_mflags} +%{make_build} %check make check @@ -116,6 +117,13 @@ 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 + * Mon Aug 31 2020 Michal Ruprich - 3.2.3-1 - New version 3.2.3 - Removed upstream patches acls.diff and xattrs.diff