[xorg-x11-drv-intel] Don't autoreconf the driver, fixes build on F16.

Adam Jackson ajax at fedoraproject.org
Tue May 29 14:26:25 UTC 2012


commit 6fe5c7d1d37e0df8648bf50d463289218ae269e5
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue May 29 10:26:13 2012 -0400

    Don't autoreconf the driver, fixes build on F16.

 xorg-x11-drv-intel.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-intel.spec b/xorg-x11-drv-intel.spec
index 6482f49..f671734 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:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -67,8 +67,6 @@ Debugging tools for Intel graphics chips
 %build
  
 #export CFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer"
-# Need autoreconf also when patching a release (to pick up -ludev)
-autoreconf -vi
 
 %configure \
     %{?rhel:--enable-kms-only} \
@@ -118,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/intel_*.1*
 
 %changelog
+* Tue May 29 2012 Adam Jackson <ajax at redhat.com> 2.19.0-3
+- Don't autoreconf the driver, fixes build on F16.
+
 * 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.


More information about the scm-commits mailing list