summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2013-02-27 15:25:43 +0100
committerDan Horák <dan@danny.cz>2013-02-27 15:25:43 +0100
commit2a4ddba5e6daf3503f518c740988e52d0ab61050 (patch)
treeb33c17e5fc4b92a0d2ef2006c0feeebe5ac77656
parent6463e257ef46bce97137ed87ad4716b10a64599f (diff)
downloadmesa-2a4ddba5e6daf3503f518c740988e52d0ab61050.tar.gz
mesa-2a4ddba5e6daf3503f518c740988e52d0ab61050.tar.xz
mesa-2a4ddba5e6daf3503f518c740988e52d0ab61050.zip
/etc/drirc is always created, so exclude it on platforms without hw drivers
-rw-r--r--mesa.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index b7b770a..8aba8ec 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -49,7 +49,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 9.1
-Release: 0.3%{?dist}
+Release: 0.4%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -476,6 +476,8 @@ rm -rf $RPM_BUILD_ROOT
%if 0%{?with_vmware}
%{_libdir}/dri/vmwgfx_dri.so
%endif
+%else
+%exclude %{_sysconfdir}/drirc
%endif
%{_libdir}/libdricore*.so*
%{_libdir}/dri/swrast_dri.so
@@ -588,6 +590,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Wed Feb 27 2013 Dan Horák <dan[at]danny.cz> - 9.1-0.4
+- /etc/drirc is always created, so exclude it on platforms without hw drivers
+
* Tue Feb 26 2013 Adam Jackson <ajax@redhat.com> 9.1-0.3
- Fix s390*'s swrast to be classic not softpipe