diff --git a/squid.spec b/squid.spec index 8a99ea2..f6cfa30 100644 --- a/squid.spec +++ b/squid.spec @@ -2,7 +2,7 @@ Name: squid Version: 4.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Squid proxy caching server Epoch: 7 # See CREDITS for breakdown of non GPLv2+ code @@ -108,6 +108,9 @@ lookup program (dnsserver), a program for retrieving FTP data sed -i 's|@SYSCONFDIR@/squid.conf.documented|%{_pkgdocdir}/squid.conf.documented|' src/squid.8.in %build +# This package fails its testsuite when LTO is enabled. This needs further +# investigation +%define _lto_cflags %{nil} # NIS helper has been removed because of the following bug # https://bugzilla.redhat.com/show_bug.cgi?id=1531540 @@ -294,6 +297,9 @@ fi %changelog +* Fri Aug 07 2020 Jeff law - 7:4.12-4 +- Disable LTO + * Sat Aug 01 2020 Fedora Release Engineering - 7:4.12-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild