From e71910ec9ecddf64bd11061df3575a06963a5493 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Fri, 7 Mar 2025 15:54:40 +0800 Subject: [PATCH] fix sw_64 build error (cherry picked from commit 64c77966c89b7164cb97515a826a21dfea1e8bc0) --- xorg-x11-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index b217ea6..add333f 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -16,7 +16,7 @@ Name: xorg-x11-server Version: 1.20.11 -Release: 35 +Release: 36 Summary: X.Org X11 X server License: MIT and GPLv2 URL: https://www.x.org @@ -425,7 +425,7 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %{_libdir}/xorg/modules/libshadowfb.so %{_libdir}/xorg/modules/libvgahw.so %{_libdir}/xorg/modules/libwfb.so -%ifarch %{ix86} x86_64 +%ifarch %{ix86} x86_64 sw_64 %{_libdir}/xorg/modules/libint10.so %{_libdir}/xorg/modules/libvbe.so %endif @@ -473,6 +473,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %{_mandir}/man*/* %changelog +* Fri Mar 07 2025 mahailiang - 1.20.11-36 +- fix sw_64 build error + * Mon Nov 25 2024 lingsheng - 1.20.11-35 - xfree86: fbdevhw: fix pci detection on recent Linux -- Gitee