summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-01-03 16:41:28 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-01-03 16:41:28 +0000
commite6daebffcfefd9fd6b2c79254e71f9423299aa93 (patch)
treeec757b547d33706a66af390016ba6570260ac3de
parent- Once again, disable ppc64 because of a new issue. See (diff)
downloadlibrewolf-fedora-ff-e6daebffcfefd9fd6b2c79254e71f9423299aa93.tar.gz
librewolf-fedora-ff-e6daebffcfefd9fd6b2c79254e71f9423299aa93.tar.bz2
librewolf-fedora-ff-e6daebffcfefd9fd6b2c79254e71f9423299aa93.zip
- Looks like we can build ppc64 again. Happy New Year!
-rw-r--r--firefox.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index bce63f4..7a41f85 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,6 +1,3 @@
-# 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
@@ -12,7 +9,7 @@ ExcludeArch: ppc64
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5
-Release: 3
+Release: 4
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -259,6 +256,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Jan 3 2006 Christopher Aillon <caillon@redhat.com> - 1.5-4
+- Looks like we can build ppc64 again. Happy New Year!
+
* 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
bgstack15