- Remove -nsc and -cyrix.

This commit is contained in:
Adam Jackson 2008-04-04 19:01:48 +00:00
parent 2f14b54835
commit 7927dfb0f8

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.3 Version: 7.3
Release: 3%{?dist} Release: 4%{?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)
@ -80,9 +80,10 @@ Requires: xorg-x11-drv-wiimote
Requires: synaptics Requires: synaptics
%endif %endif
# XXX These are all basically the same driver, and should get unified someday # cyrix and nsc used to be here too, but are deprecated upstream and
# should eventually get folded into -amd / -geode.
%ifarch %{ix86} %ifarch %{ix86}
Requires: xorg-x11-drv-amd xorg-x11-drv-cyrix xorg-x11-drv-nsc Requires: xorg-x11-drv-amd
%endif %endif
# So far i810 is onboard-only. # So far i810 is onboard-only.
@ -130,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%changelog %changelog
* Fri Apr 04 2008 Adam Jackson <ajax@redhat.com> 7.3-4
- Remove -nsc and -cyrix.
* Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 7.3-3 * Mon Mar 03 2008 Adam Jackson <ajax@redhat.com> 7.3-3
- Drop magictouch, it can not work and can never have worked. - Drop magictouch, it can not work and can never have worked.