From a1770ed99eae946caeb8ddddbd096ec865672941 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 27 Oct 2010 12:24:17 -0400 Subject: [PATCH] ABI magic --- xorg-x11-drv-vmware.spec | 10 ++++++---- 1 file 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 11.0.1-2 +- Add ABI requires magic (#542742) + * Tue Aug 10 2010 Dave Airlie 11.0.1-1 - Latest upstream release.