Drop xorg-x11-drv-vmmouse there is a kernel driver for this which makes the

device show up as a regular evdev input device now, and which does not need
  iopl
This commit is contained in:
Hans de Goede 2016-09-29 15:01:13 +02:00
parent bd72f09137
commit e100ba4004

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 driver installation package
Name: xorg-x11-drivers
Version: 7.7
Release: 17%{?dist}
Release: 18%{?dist}
License: MIT
Group: User Interface/X Hardware Support
@ -32,52 +32,12 @@ Requires: xorg-x11-drv-vesa
Requires: xorg-x11-drv-intel
%endif
# vmware soft drivers. yes, vmmouse really isn't ia64-enabled.
# vmware soft drivers.
%ifarch %{ix86} x86_64 ia64
Requires: xorg-x11-drv-vmware
%endif
%ifarch %{ix86} x86_64
Requires: xorg-x11-drv-vmmouse
%endif
# irrelevant hardware
%if !0%{?rhel}
%if 0%{?fedora} < 21
# These have KMS drivers for everything RHEL cares about
Requires: xorg-x11-drv-cirrus
Requires: xorg-x11-drv-mga
Requires: xorg-x11-drv-apm
Requires: xorg-x11-drv-glint
Requires: xorg-x11-drv-i128
Requires: xorg-x11-drv-i740
Requires: xorg-x11-drv-mach64
Requires: xorg-x11-drv-r128
Requires: xorg-x11-drv-rendition
Requires: xorg-x11-drv-s3virge
Requires: xorg-x11-drv-savage
Requires: xorg-x11-drv-siliconmotion
Requires: xorg-x11-drv-sis
Requires: xorg-x11-drv-sisusb
Requires: xorg-x11-drv-tdfx
Requires: xorg-x11-drv-trident
Requires: xorg-x11-drv-voodoo
# This chipset has long since been EOLd, and afaik was only ever in x86 laptops
%ifarch %{ix86}
Requires: xorg-x11-drv-neomagic
%endif
# ARM kit
%ifarch %{arm}
Requires: xorg-x11-drv-omap
Requires: xorg-x11-drv-armsoc
Requires: xorg-x11-drv-freedreno
Requires: xorg-x11-drv-opentegra
%endif
%endif
# rhel-only exclusions that have maintainers in f21+: geode, openchrome
# cyrix and nsc used to be here too, but are deprecated upstream and
@ -105,15 +65,15 @@ individual driver packages to be installed.
%prep
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%changelog
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> - 7.7-18
- Drop xorg-x11-drv-vmmouse there is a kernel driver for this which makes the
device show up as a regular evdev input device now, and which does not need
iopl
* Mon May 23 2016 Peter Hutterer <peter.hutterer@redhat.com> 7.7-16
- Drop synaptics but install xorg-x11-drv-libinput instead (#1338583)