diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index 94caad2..5c2e72d 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 driver installation package Name: xorg-x11-drivers Version: 7.3 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: User Interface/X Hardware Support BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -16,6 +16,7 @@ ExcludeArch: s390 s390x # this list. # # Notable things missing: +# - imstt, not packaged yet, probably ppc only # - impact, since we don't have a mips port # - vermilion, the hardware is fictional # - poulsbo, likewise @@ -109,11 +110,6 @@ Requires: xorg-x11-drv-vmware 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 @@ -145,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %changelog +* Wed Jul 16 2008 Adam Jackson 7.3-8 +- Tee hee, imstt isn't packaged yet. + * Tue Jul 15 2008 Adam Jackson 7.3-7 - Comment cleanup. - Add imstt to ppc, just for giggles.