From 445f3d932df7cd4057120dd35271fda4f70cf4f5 Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Mon, 11 Nov 2024 15:57:37 +0800 Subject: [PATCH] Fix: Explicit %attr() mode not applicable to symlink. --- pin-server.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pin-server.spec b/pin-server.spec index 258d6f6..8510ed4 100644 --- a/pin-server.spec +++ b/pin-server.spec @@ -1,6 +1,6 @@ Name: pin-server Version: 0.4.0 -Release: 16 +Release: 17 Summary: Pin (Plug-IN framework) server provides plugin APIs for compiler optimization developers to develop optimization pass. License: Apache 2.0 URL: https://gitee.com/openeuler/pin-server @@ -90,14 +90,20 @@ find %{_libdir} -type f -name "libMLIRServerAPI.so" -exec strip "{}" ";" %files demo %attr(0755,root,root) %{_libdir}/libpin_user.so -%attr(0755,root,root) %{_libdir}/libMLIRPluginServer.so +%{_libdir}/libMLIRPluginServer.so %attr(0755,root,root) %{_libdir}/libMLIRPluginServer.so.17 -%attr(0755,root,root) %{_libdir}/libMLIRServerAPI.so +%{_libdir}/libMLIRServerAPI.so %attr(0755,root,root) %{_libdir}/libMLIRServerAPI.so.17 %attr(0644,root,root) %{_libdir}/libpin_user.sha256 %config(noreplace) /etc/ld.so.conf.d/%{name}-%{_arch}.conf %changelog +* Mon Nov 11 2024 xuguangmin - 0.4.0-17 +- Type:FIX +- ID:NA +- SUG:NA +- DESC: Fix: Explicit %attr() mode not applicable to symlink. + * Tue Apr 09 2024 wumingchuan - 0.4.0-16 - Type:FIX - ID:NA -- Gitee