- Add linuxwacom and synaptics to the default set.
This commit is contained in:
parent
b02680380f
commit
9e99aad523
@ -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: 6%{?dist}
|
Release: 7%{?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)
|
||||||
@ -14,6 +14,8 @@ ExcludeArch: s390 s390x
|
|||||||
# where we really do know that it's arch-specific. Those go at the end of
|
# where we really do know that it's arch-specific. Those go at the end of
|
||||||
# this list.
|
# this list.
|
||||||
|
|
||||||
|
Requires: linuxwacom
|
||||||
|
Requires: synaptics
|
||||||
Requires: xorg-x11-drv-acecad
|
Requires: xorg-x11-drv-acecad
|
||||||
Requires: xorg-x11-drv-aiptek
|
Requires: xorg-x11-drv-aiptek
|
||||||
Requires: xorg-x11-drv-apm
|
Requires: xorg-x11-drv-apm
|
||||||
@ -84,7 +86,9 @@ Requires: xorg-x11-drv-i810
|
|||||||
Requires: xorg-x11-drv-neomagic
|
Requires: xorg-x11-drv-neomagic
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Thus far via chips are only on x86 and amd64 motherboards
|
# Thus far via chips are only on x86 and amd64 motherboards. This might be
|
||||||
|
# the driver that ends up supporting the S3 Chrome cards, so don't be
|
||||||
|
# surprised if this changes.
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: xorg-x11-drv-via
|
Requires: xorg-x11-drv-via
|
||||||
%endif
|
%endif
|
||||||
@ -117,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 07 2007 Adam Jackson <ajax@redhat.com> 7.2-7
|
||||||
|
- Add linuxwacom and synaptics to the default set.
|
||||||
|
|
||||||
* Fri May 11 2007 Adam Jackson <ajax@redhat.com> 7.2-6
|
* Fri May 11 2007 Adam Jackson <ajax@redhat.com> 7.2-6
|
||||||
- Add xorg-x11-drv-nouveau. If this bothers you, uninstall the metapackage.
|
- Add xorg-x11-drv-nouveau. If this bothers you, uninstall the metapackage.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user