- Fix the i810 ifarch to include all the relevant arches.

This commit is contained in:
Adam Jackson 2007-02-26 16:42:40 +00:00
parent 709c772c55
commit 1510b3f22d

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 driver installation package Summary: X.Org X11 driver installation package
Name: xorg-x11-drivers Name: xorg-x11-drivers
Version: 7.2 Version: 7.2
Release: 2%{?dist} Release: 3%{?dist}
License: MIT License: MIT
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -75,7 +75,7 @@ Requires: xorg-x11-drv-amd xorg-x11-drv-cyrix xorg-x11-drv-nsc
%endif %endif
# So far i810 is onboard-only. # So far i810 is onboard-only.
%ifarch %{ix86} %ifarch %{ix86} x86_64 ia64
Requires: xorg-x11-drv-i810 Requires: xorg-x11-drv-i810
%endif %endif
@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%changelog %changelog
* Mon Feb 26 2007 Adam Jackson <ajax@redhat.com> 7.2-3
- Fix the i810 ifarch to include all the relevant arches.
* Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2 * Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
- Package review feedback fixes: (#226573) - Package review feedback fixes: (#226573)
- Remove URL, misleading - Remove URL, misleading