[mesa/f17] Revert "disable HW on PPC on Fedora similar to RHEL"

Karsten Hopp karsten at fedoraproject.org
Wed May 9 14:10:31 UTC 2012


commit 341fd4a78c6b379dbc95619af24594bf415ce9c7
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed May 9 14:22:03 2012 +0200

    Revert "disable HW on PPC on Fedora similar to RHEL"
    
    This reverts commit bfa3a88ca15ac2b665b75a9fcf0a4f1f4a0291f2.

 mesa.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index fb93d91..5b805e2 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -1,6 +1,9 @@
+%if 0%{?rhel}
+%define rhel_no_hw_arches ppc ppc64
+%endif
+
 # S390 doesn't have video cards, but we need swrast for xserver's GLX
-# disable hw on PPC, too as only very special configurations have video cards
-%ifarch s390 s390x ppc ppp64
+%ifarch s390 s390x %{?rhel_no_hw_arches}
 %define with_hardware 0
 %define dri_drivers --with-dri-drivers=swrast
 %else
@@ -29,7 +32,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 8.0.2
-Release: 5%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -559,9 +562,6 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
-* Thu May 03 2012 Karsten Hopp <karsten at redhat.com> 8.0.2-5
-- disable HW on PPC, this also disables LLVM usage and dri drivers
-
 * Thu Apr 26 2012 Adam Jackson <ajax at redhat.com> 8.0.2-4
 - Don't build vmware stuff on PPC (#815444)
 


More information about the scm-commits mailing list