Restore hardware drivers on ppc64{,le}

This commit is contained in:
Adam Jackson 2014-12-11 13:39:40 -05:00
parent 35be28bfb5
commit 73be3c3499
1 changed files with 6 additions and 3 deletions

View File

@ -23,11 +23,11 @@
%define with_radeonsi 1
%endif
%ifarch s390 s390x %{power64} ppc
%ifarch s390 s390x ppc
%define with_hardware 0
%define base_drivers swrast
%endif
%ifnarch s390 s390x %{power64} ppc
%ifnarch s390 s390x ppc
%define with_hardware 1
%define base_drivers swrast,nouveau,radeon,r200
%ifarch %{ix86} x86_64
@ -55,7 +55,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 10.5.0
Release: 0.devel.3.%{git}%{?dist}
Release: 0.devel.4.%{git}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
# Generate changelog using:
# git log old_commit_sha..new_commit_sha --format="- %H: %s (%an)"
%changelog
* Thu Dec 11 2014 Adam Jackson <ajax@redhat.com> 10.5.0-0.devel.4
- Restore hardware drivers on ppc64{,le}
* Tue Dec 02 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 10.5.0-0.devel.3.git29c7cf2
- 29c7cf2