- Fix the i810 ifarch to include all the relevant arches.
This commit is contained in:
parent
709c772c55
commit
1510b3f22d
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 driver installation package
|
||||
Name: xorg-x11-drivers
|
||||
Version: 7.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
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
|
||||
|
||||
# So far i810 is onboard-only.
|
||||
%ifarch %{ix86}
|
||||
%ifarch %{ix86} x86_64 ia64
|
||||
Requires: xorg-x11-drv-i810
|
||||
%endif
|
||||
|
||||
@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%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
|
||||
- Package review feedback fixes: (#226573)
|
||||
- Remove URL, misleading
|
||||
|
Loading…
Reference in New Issue
Block a user