Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32538
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Fix x86 for F-11
Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/devel/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xorg-x11-drv-nvidia.spec 29 Mar 2009 15:26:09 -0000 1.20
+++ xorg-x11-drv-nvidia.spec 3 Apr 2009 19:51:21 -0000 1.21
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Version: 180.37
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -26,7 +26,11 @@
%define __find_requires %{SOURCE91}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch: i386 x86_64
+%if 0%{?fedora} >= 11
+ExclusiveArch: i586 x86_64
+%else
+ExclusiveArch: i386 x86_64
+%endif
Requires: nvidia-kmod >= %{version}
Requires(post): nvidia-kmod >= %{version}
@@ -306,6 +310,9 @@
%changelog
+* Fri Apr 3 2009 kwizart < kwizart at
gmail.com > - 180.37-3
+- Fix x86 Arch for fedora >= 11
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.37-2
- rebuild for new F11 features