From 296a9acf8c45906b5a30572b4d136b6c8c3acce6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 30 Sep 2008 20:49:03 +0000 Subject: [PATCH] xulrunner is still broken on sparc64 --- esc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/esc.spec b/esc.spec index 9a89ee3..2c7e1e6 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.0.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL+ URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -33,8 +33,8 @@ Requires: pcsc-lite ifd-egate coolkey nss nspr Requires: zip dbus >= 0.90 libnotify >= 0.4.2 # 390 does not have coolkey or smartCards -# Xulrunner won't compile on ppc64 right now. -ExcludeArch: s390 s390x ppc64 +# Xulrunner won't compile on ppc64 or sparc64 right now. +ExcludeArch: s390 s390x ppc64 sparc64 # We can't allow the internal xulrunner to leak out AutoReqProv: 0 @@ -195,6 +195,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Tue Sep 30 2008 Tom "spot" Callaway - 1.0.1-11 +- xulrunner still broken for sparc64 + * Tue Sep 30 2008 Tom "spot" Callaway - 1.0.1-10 - fix esc for sparc/sparc64