From 411358af2762aefcb83336f1f01df1e7a54134f7 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Fri, 7 Mar 2025 15:57:14 +0800 Subject: [PATCH] fix sw_64 build error --- 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 32dfcf7..9fdb92b 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -16,7 +16,7 @@ Name: xorg-x11-server Version: 1.20.11 -Release: 37 +Release: 38 Summary: X.Org X11 X server License: MIT and GPLv2 URL: https://www.x.org @@ -422,7 +422,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 @@ -470,6 +470,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %{_mandir}/man*/* %changelog +* Fri Mar 07 2025 mahailiang - 1.20.11-38 +- fix sw_64 build error + * Sat Dec 07 2024 Funda Wang - 1.20.11-37 - change to correct buildrequires -- Gitee