[xorg-x11-drv-nv] ABI magic

Adam Jackson ajax at fedoraproject.org
Wed Oct 27 16:27:51 UTC 2010


commit 176864180bd345e664a27f9bced1a066b043cf01
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:27:54 2010 -0400

    ABI magic

 xorg-x11-drv-nv.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-drv-nv.spec b/xorg-x11-drv-nv.spec
index 5cdf414..b719308 100644
--- a/xorg-x11-drv-nv.spec
+++ b/xorg-x11-drv-nv.spec
@@ -5,11 +5,10 @@
 Summary:   Xorg X11 nv video driver
 Name:      xorg-x11-drv-nv
 Version:   2.1.18
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Source1:   nv.xinf
@@ -20,7 +19,8 @@ BuildRequires: xorg-x11-server-devel >= 1.6.0
 BuildRequires: libdrm-devel >= 2.3.0-7
 
 Requires:  hwdata
-Requires:  xorg-x11-server-Xorg >= 1.6.0
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
 Patch4:     nv-reserve-fbarea.patch
 Patch5:	    nv-2.1.6-starvation.patch
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nv.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 2.1.18-3
+- Add ABI requires magic (#542742)
+
 * Tue Aug 24 2010 Ben Skeggs <bskeggs at redhat.com> 2.1.18-2
 - fixup patchset to apply against nv 2.1.18
 


More information about the scm-commits mailing list