[xorg-x11-drivers] Hide ast/cirrus/mga in RHEL

Adam Jackson ajax at fedoraproject.org
Thu Jan 3 18:17:16 UTC 2013


commit 56a05f649bfdfd8d7827159864d7e64dd70dca0b
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jan 3 13:17:12 2013 -0500

    Hide ast/cirrus/mga in RHEL

 xorg-x11-drivers.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec
index a4b7eec..764fd79 100644
--- a/xorg-x11-drivers.spec
+++ b/xorg-x11-drivers.spec
@@ -1,7 +1,7 @@
 Summary: X.Org X11 driver installation package
 Name: xorg-x11-drivers
 Version: 7.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: User Interface/X Hardware Support
 
@@ -18,13 +18,10 @@ ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
 # relevant hardware 
 
-Requires: xorg-x11-drv-ast
 Requires: xorg-x11-drv-ati
-Requires: xorg-x11-drv-cirrus
 Requires: xorg-x11-drv-dummy
 Requires: xorg-x11-drv-evdev
 Requires: xorg-x11-drv-fbdev
-Requires: xorg-x11-drv-mga
 Requires: xorg-x11-drv-modesetting
 Requires: xorg-x11-drv-nouveau
 Requires: xorg-x11-drv-qxl
@@ -55,6 +52,11 @@ Requires: xorg-x11-drv-vmmouse
 
 %if !0%{?rhel}
 
+# These have KMS drivers for everything RHEL cares about
+Requires: xorg-x11-drv-ast
+Requires: xorg-x11-drv-cirrus
+Requires: xorg-x11-drv-mga
+
 Requires: xorg-x11-drv-apm
 Requires: xorg-x11-drv-glint
 Requires: xorg-x11-drv-i128
@@ -130,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 
 %changelog
+* Thu Jan 03 2013 Adam Jackson <ajax at redhat.com> 7.7-2
+- Hide ast/cirrus/mga in RHEL
+
 * Wed Jan 02 2013 Adam Jackson <ajax at redhat.com> 7.7-1
 - Superstition bump to 7.7
 - Drop intel from ia64, apparently that was never a thing


More information about the scm-commits mailing list