From 0d54301f84d5401398adb2e89448cd3f8249d942 Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Tue, 19 Nov 2024 16:47:14 +0800 Subject: [PATCH] Fix compilation warning:The explicit %attr() mode is not applicable to symbolic links. --- BSC-extrae.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/BSC-extrae.spec b/BSC-extrae.spec index 17ede13..0de3cb6 100644 --- a/BSC-extrae.spec +++ b/BSC-extrae.spec @@ -2,7 +2,7 @@ Name: extrae Version: 4.0.6 -Release: 1 +Release: 2 Summary: Instrumentation framework to generate execution traces of the parallel runtimes License: LGPL-2.1 @@ -113,13 +113,13 @@ find %{buildroot}%{_libdir} -maxdepth 1 -type l -print0 | %files %license COPYING %doc README NEWS RELEASE-PROCEDURE -%attr(0755, -, -) %{_bindir}/* -%attr(0755, -, -) %{_libdir}/*-%{version}.so +%{_bindir}/* +%{_libdir}/*-%{version}.so %{_libexecdir}/pyextrae %dir %{_datadir}/%{name} %{_datadir}/%{name}/example %dir %{_sysconfdir}/%{name} -%attr(0644, -, -) %{_sysconfdir}/%{name}/*.sh +%{_sysconfdir}/%{name}/*.sh %{_sysconfdir}/%{name}/extrae_uncore_template.xml @@ -133,5 +133,8 @@ find %{buildroot}%{_libdir} -maxdepth 1 -type l -print0 | %changelog +* Tue Nov 19 2024 xuguangmin - 4.0.6-2 +- Fix compilation warning:The explicit %attr() mode is not applicable to symbolic links. + * Fri Dec 29 2023 herengui - 4.0.6-1 - Initial package -- Gitee