From 9bb9f48e1bdf764e47c822b36ec76f9fb36256d0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 19 Oct 2014 13:42:13 +0100 Subject: [PATCH] Update ppc64 macro to cover little endian too --- squid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/squid.spec b/squid.spec index a43ce07..6d17803 100644 --- a/squid.spec +++ b/squid.spec @@ -2,7 +2,7 @@ Name: squid Version: 3.4.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Squid proxy caching server Epoch: 7 # See CREDITS for breakdown of non GPLv2+ code @@ -130,7 +130,7 @@ LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now" --enable-epoll \ --enable-icap-client \ --enable-ident-lookups \ - %ifnarch ppc64 ia64 x86_64 s390x aarch64 + %ifnarch %{power64} ia64 x86_64 s390x aarch64 --with-large-files \ %endif --enable-linux-netfilter \ @@ -291,6 +291,9 @@ fi %changelog +* Sun Oct 19 2014 Peter Robinson 7:3.4.7-3 +- Update ppc64 macro to cover little endian too + * Thu Sep 11 2014 Michal Luscon - 7:3.4.7-2 - Fixed: CVE-2014-6270