From 9141bb47d06680ab52b0923fc95a6ee44ab16390 Mon Sep 17 00:00:00 2001 From: yangchenguang Date: Thu, 18 Jul 2024 09:54:31 +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 ab72dc2..8c3637e 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -54,7 +54,7 @@ end} Name: libdrm Version: 2.4.119 -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.119-2 +- Modify sw_64 patch use all arch + * Thu Dec 28 2023 Paul Thomas - 2.4.119-1 - update to version 2.4.119 -- Gitee