[mesa/f18] /etc/drirc is always created, so exclude it on platforms without hw drivers

Adam Jackson ajax at fedoraproject.org
Tue Mar 5 18:52:04 UTC 2013


commit 61c9b0095ade4ddad21a0048951b3d3880f33bc8
Author: Dan Horák <dan at danny.cz>
Date:   Wed Feb 27 15:25:43 2013 +0100

    /etc/drirc is always created, so exclude it on platforms without hw drivers

 mesa.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index 68579fd..f08e499 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -467,6 +467,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
@@ -576,6 +578,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Feb 27 2013 Dan Horák <dan[at]danny.cz>
+- /etc/drirc is always created, so exclude it on platforms without hw drivers
+
 * Tue Feb 26 2013 Adam Jackson <ajax at redhat.com> 9.0.1-5
 - Fix swrast on s390* to be classic not softpipe
 


More information about the scm-commits mailing list