add some requires for x86_64

This commit is contained in:
orange-snn 2020-03-10 22:04:10 +08:00
parent 4998053106
commit 6f14389c51

View File

@ -1,6 +1,6 @@
Name: xorg-x11-drivers Name: xorg-x11-drivers
Version: 7.7 Version: 7.7
Release: 25 Release: 26
License: MIT License: MIT
Summary: X.Org X11 driver installation package Summary: X.Org X11 driver installation package
@ -12,6 +12,10 @@ Requires: xorg-x11-drv-v4l xorg-x11-drv-wacom
Requires: xorg-x11-drv-qxl Requires: xorg-x11-drv-qxl
%endif %endif
%ifarch %{ix86} x86_64
Requires: xorg-x11-drv-vesa xorg-x11-drv-intel xorg-x11-drv-vmware
%endif
%description %description
The purpose of this package is to require all of the individual X.Org The purpose of this package is to require all of the individual X.Org
driver rpms, to allow the OS installation software to install all drivers driver rpms, to allow the OS installation software to install all drivers
@ -27,6 +31,9 @@ individual driver packages to be installed.
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue Mar 10 2020 songnannan <songnannan2@huawei.com> - 7.7-26
- add some requires in x86_64
* Mon Mar 2 2020 songnannan<songnannan2@huawei.com> - 7.7-25 * Mon Mar 2 2020 songnannan<songnannan2@huawei.com> - 7.7-25
- remove the vedio requires in x86_64 - remove the vedio requires in x86_64