From 20ac34aee5823290c9016cf1d0d71384f2525a4e Mon Sep 17 00:00:00 2001 From: yangchenguang Date: Thu, 18 Jul 2024 09:40:42 +0800 Subject: [PATCH] Modify sw_64 patch use all arch Signed-off-by: yangchenguang --- libdrm.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libdrm.spec b/libdrm.spec index 21914d0..9fd437b 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -54,7 +54,7 @@ end} Name: libdrm Version: 2.4.120 -Release: 1 +Release: 2 License: MIT Summary: library for direct rendering manager @@ -87,9 +87,7 @@ BuildRequires: pkgconfig(udev) Patch1001: %{name}-make-dri-perms-okay.patch Patch1002: %{name}-2.4.0-no-bc.patch -%ifarch sw_64 Patch1003: libdrm-2.4.109-sw.patch -%endif %description %{name} provides a user space library for accessing the DRM, direct rendering manager, @@ -273,6 +271,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/drmdevice %endif %changelog +* Thu Jul 18 2024 yangchenguang - 2.4.120-2 +- Modify sw_64 patch use all arch + * Tue Mar 12 2024 liweigang - 2.4.120-1 - update to version 2.4.120 -- Gitee