[xorg-x11-drv-intel] Disable UMS support in RHEL.

Adam Jackson ajax at fedoraproject.org
Mon May 21 15:37:44 UTC 2012


commit fadc3bfe59128be98130a0315cb7482932c7d459
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon May 21 11:37:42 2012 -0400

    Disable UMS support in RHEL.
    
    - Trim some Requires that haven't been needed since F15.

 xorg-x11-drv-intel.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec
index 53f08c9..6482f49 100644
--- a/xorg-x11-drv-intel.spec
+++ b/xorg-x11-drv-intel.spec
@@ -6,7 +6,7 @@
 Summary:   Xorg X11 Intel video driver
 Name:      xorg-x11-drv-intel
 Version:   2.19.0
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -34,11 +34,6 @@ BuildRequires: xcb-util-devel
 
 Requires: Xorg %(xserver-sdk-abi-requires ansic)
 Requires: Xorg %(xserver-sdk-abi-requires videodrv)
-Requires: libxcb >= 1.5
-Requires: xcb-util
-Requires: libdrm >= 2.4.25
-
-Requires:  kernel >= 2.6.29-0.203.rc7.fc11
 
 %description 
 X.Org X11 Intel video driver.
@@ -75,7 +70,11 @@ Debugging tools for Intel graphics chips
 # Need autoreconf also when patching a release (to pick up -ludev)
 autoreconf -vi
 
-%configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} --enable-dri --enable-xvmc
+%configure \
+    %{?rhel:--enable-kms-only} \
+    --disable-static \
+    --enable-dri \
+    --enable-xvmc
 make
 
 pushd ../intel-gpu-tools-%{gputoolsdate}
@@ -119,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Mon May 21 2012 Adam Jackson <ajax at redhat.com> 2.19.0-2
+- Disable UMS support in RHEL.
+- Trim some Requires that haven't been needed since F15.
+
 * Thu May 03 2012 Adam Jackson <ajax at redhat.com> 2.19.0-1
 - intel 2.19.0
 


More information about the scm-commits mailing list