From cb6f98d48d0ea05aa95af8355347f6d820a3e1f2 Mon Sep 17 00:00:00 2001 From: yangchenguang Date: Thu, 18 Jul 2024 09:35:52 +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 345504c..fc1220d 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -47,7 +47,7 @@ end} Name: libdrm Version: 2.4.109 -Release: 7 +Release: 8 License: MIT Summary: library for direct rendering manager @@ -80,9 +80,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, @@ -272,6 +270,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/drmdevice %endif %changelog +* Thu Jul 18 2024 yangchenguang - 2.4.109-8 +- Modify sw_64 patch use all arch + * Thu Dec 08 2022 zhouwenpei - 2.4.109-7 - remove rpath -- Gitee