From b863ccc987c77759436c3c8ef3cc55ef8f7a0bb3 Mon Sep 17 00:00:00 2001 From: t_feng Date: Wed, 18 Mar 2020 21:19:20 +0800 Subject: [PATCH] remove fbdev in x86_64 --- xorg-x11-drivers.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index 9f6a23b..7c4d5f3 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,17 +1,21 @@ Name: xorg-x11-drivers Version: 7.7 -Release: 26 +Release: 27 License: MIT Summary: X.Org X11 driver installation package Requires: xorg-x11-drv-ati xorg-x11-drv-dummy xorg-x11-drv-evdev xorg-x11-drv-libinput -Requires: xorg-x11-drv-fbdev xorg-x11-drv-modesetting xorg-x11-drv-nouveau +Requires: xorg-x11-drv-modesetting xorg-x11-drv-nouveau Requires: xorg-x11-drv-v4l xorg-x11-drv-wacom %ifnarch aarch64 Requires: xorg-x11-drv-qxl %endif +%ifnarch %{ix86} x86_64 +Requires: xorg-x11-drv-fbdev +%endif + %ifarch %{ix86} x86_64 Requires: xorg-x11-drv-vesa xorg-x11-drv-intel xorg-x11-drv-vmware %endif @@ -31,6 +35,9 @@ individual driver packages to be installed. %defattr(-,root,root) %changelog +* Wed Mar 17 2020 fengtao - 7.7-27 +- remove fbdev in x86_64 + * Tue Mar 10 2020 songnannan - 7.7-26 - add some requires in x86_64