[xorg-x11-drv-vmware] ABI magic

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


commit a1770ed99eae946caeb8ddddbd096ec865672941
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 27 12:24:17 2010 -0400

    ABI magic

 xorg-x11-drv-vmware.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/xorg-x11-drv-vmware.spec b/xorg-x11-drv-vmware.spec
index c8124da..24d8938 100644
--- a/xorg-x11-drv-vmware.spec
+++ b/xorg-x11-drv-vmware.spec
@@ -5,11 +5,10 @@
 Summary:    Xorg X11 vmware video driver
 Name:	    xorg-x11-drv-vmware
 Version:    11.0.1
-Release:    1%{?dist}
+Release:    2%{?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:    vmware.xinf
@@ -23,8 +22,8 @@ BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
 BuildRequires: libdrm-devel
 
 Requires:  hwdata
-Requires:  xorg-x11-server-Xorg >= 1.4.99.1
-Requires:  libdrm
+Requires: Xorg %(xserver-sdk-abi-requires ansic)
+Requires: Xorg %(xserver-sdk-abi-requires videodrv)
 
 %description 
 X.Org X11 vmware video driver.
@@ -62,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/vmware.4*
 
 %changelog
+* Wed Oct 27 2010 Adam Jackson <ajax at redhat.com> 11.0.1-2
+- Add ABI requires magic (#542742)
+
 * Tue Aug 10 2010 Dave Airlie <airlied at redhat.com> 11.0.1-1
 - Latest upstream release.
 


More information about the scm-commits mailing list