[squid] Update ppc64 macro to cover little endian too

Peter Robinson pbrobinson at fedoraproject.org
Sun Oct 19 12:42:24 UTC 2014


commit 9bb9f48e1bdf764e47c822b36ec76f9fb36256d0
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Oct 19 13:42:13 2014 +0100

    Update ppc64 macro to cover little endian too

 squid.spec |    7 +++++--
 1 files 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 <pbrobinson at fedoraproject.org> 7:3.4.7-3
+- Update ppc64 macro to cover little endian too
+
 * Thu Sep 11 2014 Michal Luscon <mluscon at redhat.com> - 7:3.4.7-2
 - Fixed: CVE-2014-6270
 


More information about the scm-commits mailing list