This package fails to build in mock. build.log is attached.
Created attachment 129528 [details] mdomsch's mock buildlog
Created attachment 129665 [details] Patch for missing BR
Created attachment 129666 [details] Mock build log for patch
Changing state to ASSIGNED.
--- xorg-x11-drv-savage.spec 23 May 2006 19:17:43 -0000 1.11 +++ xorg-x11-drv-savage.spec 26 May 2006 16:46:31 -0000 @@ -13,7 +13,7 @@ Summary: Xorg X11 savage video driver Name: xorg-x11-drv-savage Version: 2.1.1 -Release: 2 +Release: 3 URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2 Source1: savage.xinf @@ -24,9 +24,10 @@ ExclusiveArch: %{ix86} x86_64 ppc BuildRequires: pkgconfig -BuildRequires: xorg-x11-server-sdk >= 1.0.99.901 +BuildRequires: xorg-x11-server-sdk >= 1.1.0-2 %if %{with_dri} BuildRequires: mesa-libGL-devel >= 6.4-4 +BuildRequires: libdrm-devel >= 2.0-1 %endif Requires: xorg-x11-server-Xorg >= 1.0.99.901 @@ -66,6 +67,9 @@ %{_mandir}/man4/savage.4* %changelog +* Fri May 26 2006 Mike A. Harris <mharris> 2.1.1-3 +- Added "BuildRequires: libdrm-devel >= 2.0-1" for DRI enabled builds (#192349) + * Tue May 23 2006 Adam Jackson <ajackson> 2.1.1-2 - Rebuild for 7.1 ABI fix.