From ae3edfcfcf3a32bb1ef99d242c7abcbe3adc6f6d Mon Sep 17 00:00:00 2001 From: t_feng Date: Sat, 21 Mar 2020 18:47:11 +0800 Subject: [PATCH] Revert: remove fbdev in x86_64 --- xorg-x11-drivers.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index 7c4d5f3..ed16dfc 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,21 +1,17 @@ Name: xorg-x11-drivers Version: 7.7 -Release: 27 +Release: 28 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-modesetting xorg-x11-drv-nouveau +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 %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 @@ -35,6 +31,9 @@ individual driver packages to be installed. %defattr(-,root,root) %changelog +* Sat Mar 21 2020 fengtao - 7.7-28 +- Revert "remove fbdev in x86_64" + * Wed Mar 17 2020 fengtao - 7.7-27 - remove fbdev in x86_64 -- Gitee