From 6046900a16a7d442941319b3a30ae1e13a7f853e Mon Sep 17 00:00:00 2001 From: orange-snn Date: Mon, 2 Mar 2020 18:53:33 +0800 Subject: [PATCH] delete the vedio requires in x86_64 --- xorg-x11-drivers.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index ed5c5bc..c12586a 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,6 +1,6 @@ Name: xorg-x11-drivers Version: 7.7 -Release: 24 +Release: 25 License: MIT Summary: X.Org X11 driver installation package @@ -12,10 +12,6 @@ Requires: xorg-x11-drv-v4l xorg-x11-drv-wacom 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 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 @@ -31,5 +27,8 @@ individual driver packages to be installed. %defattr(-,root,root) %changelog +* Mon Mar 2 2020 songnannan - 7.7-25 +- remove the vedio requires in x86_64 + * Sat Oct 12 2019 openEuler Buildteam - 7.7-24 - Package init -- Gitee