Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22818
Modified Files:
xorg-x11-drv-catalyst.spec
Log Message:
* Tue May 4 2010 Stewart Adam <s.adam at diffingo.com> - 10.4-2
- Fix ExclusiveArch on F12 (use i686 instead of i586)
Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/F-12/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-catalyst.spec 4 May 2010 05:06:50 -0000 1.2
+++ xorg-x11-drv-catalyst.spec 4 May 2010 14:37:25 -0000 1.3
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-catalyst
Version: 10.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
@@ -33,7 +33,9 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%if 0%{?fedora} >= 11
+%if 0%{?fedora} > 11 || 0%{?rhel} > 5
+ExclusiveArch: i686 x86_64
+%else 0%{?fedora} == 11
ExclusiveArch: i586 x86_64
%else
ExclusiveArch: i386 x86_64
@@ -312,6 +314,9 @@
%{_includedir}/fglrx/
%changelog
+* Tue May 4 2010 Stewart Adam <s.adam at diffingo.com> - 10.4-2
+- Fix ExclusiveArch on F12 (use i686 instead of i586)
+
* Sat May 1 2010 Stewart Adam <s.adam at diffingo.com> - 10.4-1
- Update to Catalyst 10.4 (internal version 8.72.3)