From 79b728b4c6bf561bcc46aa18463fe23a2145a42b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 1 Sep 2022 13:24:44 -0400 Subject: [PATCH] Drop vesa and fbdev for https://fedoraproject.org/wiki/Changes/LegacyXorgDriverRemoval --- xorg-x11-drivers.spec | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec index 07d8a18..e19cdc3 100644 --- a/xorg-x11-drivers.spec +++ b/xorg-x11-drivers.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 driver installation package Name: xorg-x11-drivers Version: 2022 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT # relevant hardware @@ -11,11 +11,6 @@ Requires: xorg-x11-drv-evdev Requires: xorg-x11-drv-libinput Requires: xorg-x11-drv-modesetting -# only non-s390x -%ifnarch s390x -Requires: xorg-x11-drv-fbdev -%endif - %if !0%{?rhel} %ifnarch aarch64 s390x @@ -29,11 +24,6 @@ Requires: xorg-x11-drv-nouveau Requires: xorg-x11-drv-wacom %endif -# only build vesa on machines where we support vbe -%ifarch %{ix86} x86_64 -Requires: xorg-x11-drv-vesa -%endif - # So far intel is onboard-only. %ifarch %{ix86} x86_64 Requires: xorg-x11-drv-intel @@ -64,6 +54,9 @@ individual driver packages to be installed. %files %changelog +* Thu Sep 01 2022 Adam Jackson - 2022-3 +- Drop vesa and fbdev for https://fedoraproject.org/wiki/Changes/LegacyXorgDriverRemoval + * Sat Jul 23 2022 Fedora Release Engineering - 2022-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild