summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2005-12-16 16:46:31 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2005-12-16 16:46:31 +0000
commita8389fab10f423f83d68278ffde2a6869c9a17dd (patch)
treec225b901f3fee59cbdd54e35d1a4207ef4241061 /firefox.spec
parent- Use the system NSS libraries (diff)
downloadlibrewolf-fedora-ff-a8389fab10f423f83d68278ffde2a6869c9a17dd.tar.gz
librewolf-fedora-ff-a8389fab10f423f83d68278ffde2a6869c9a17dd.tar.bz2
librewolf-fedora-ff-a8389fab10f423f83d68278ffde2a6869c9a17dd.zip
- Once again, disable ppc64 because of a new issue. See
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175944
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index ca4b0ae..bce63f4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,3 +1,6 @@
+# ppc64 still broken, see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175944
+ExcludeArch: ppc64
+
%define indexhtml file:///usr/share/doc/HTML/index.html
%define desktop_file_utils_version 0.9
%define nspr_version 4.6
@@ -9,7 +12,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5
-Release: 2
+Release: 3
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -256,6 +259,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Dec 16 2005 Christopher Aillon <caillon@redhat.com> - 1.5-3
+- Once again, disable ppc64 because of a new issue.
+ See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175944
+
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> - 1.5-2
- Use the system NSS libraries
- Build on ppc64
bgstack15