diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index c12586a..9f6a23b 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,6 +1,6 @@ Name: xorg-x11-drivers Version: 7.7 -Release: 25 +Release: 26 License: MIT Summary: X.Org X11 driver installation package @@ -9,7 +9,11 @@ Requires: xorg-x11-drv-fbdev xorg-x11-drv-modesetting xorg-x11-drv-nouveau Requires: xorg-x11-drv-v4l xorg-x11-drv-wacom %ifnarch aarch64 -Requires: xorg-x11-drv-qxl +Requires: xorg-x11-drv-qxl +%endif + +%ifarch %{ix86} x86_64 +Requires: xorg-x11-drv-vesa xorg-x11-drv-intel xorg-x11-drv-vmware %endif %description @@ -27,6 +31,9 @@ individual driver packages to be installed. %defattr(-,root,root) %changelog +* Tue Mar 10 2020 songnannan - 7.7-26 +- add some requires in x86_64 + * Mon Mar 2 2020 songnannan - 7.7-25 - remove the vedio requires in x86_64