Bug 192349
Summary: | xorg-x11-drv-savage fails to build in mock | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael J Knox <michael> | ||||||||
Component: | xorg-x11-drv-savage | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | rawhide | CC: | dcantrell | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2006-05-26 16:39:40 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 191529 | ||||||||||
Attachments: |
|
Description
Michael J Knox
2006-05-18 23:49:16 UTC
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. |