- Comment cleanup.
- Add imstt to ppc, just for giggles.
This commit is contained in:
parent
840b8f7862
commit
6fea5b701f
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 driver installation package
|
||||
Name: xorg-x11-drivers
|
||||
Version: 7.3
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: MIT
|
||||
Group: User Interface/X Hardware Support
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -16,8 +16,6 @@ ExcludeArch: s390 s390x
|
||||
# this list.
|
||||
#
|
||||
# Notable things missing:
|
||||
# - all the sun* drivers
|
||||
# - imstt, likely ppc only
|
||||
# - impact, since we don't have a mips port
|
||||
# - vermilion, the hardware is fictional
|
||||
# - poulsbo, likewise
|
||||
@ -110,6 +108,13 @@ Requires: xorg-x11-drv-vmware
|
||||
%ifarch %{ix86} x86_64
|
||||
Requires: xorg-x11-drv-vmmouse
|
||||
%endif
|
||||
|
||||
# This was a mac-only card. If you've got one, we might as well make it work.
|
||||
%ifarch ppc ppc64
|
||||
Requires: xorg-x11-drv-imstt
|
||||
%endif
|
||||
|
||||
# Sun kit, sparc-only.
|
||||
%ifarch sparc sparcv9 sparc64
|
||||
Requires: xorg-x11-drv-suntcx
|
||||
Requires: xorg-x11-drv-suncg3
|
||||
@ -140,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 7.3-7
|
||||
- Comment cleanup.
|
||||
- Add imstt to ppc, just for giggles.
|
||||
|
||||
* Tue Jul 15 2008 Warren Togami <wtogami@redhat.com> 7.3-6
|
||||
- amd was renamed to geode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user