!78 【轻量级 PR】:Delete the permission(750) setting for eu-*
From: @zhangruifang2020 Reviewed-by: @hubin95 Signed-off-by: @hubin95
This commit is contained in:
commit
560e035d46
@ -1,7 +1,7 @@
|
||||
# -*- rpm-spec from http://elfutils.org/ -*-
|
||||
Name: elfutils
|
||||
Version: 0.185
|
||||
Release: 13
|
||||
Release: 14
|
||||
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
||||
URL: http://elfutils.org/
|
||||
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
||||
@ -162,18 +162,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%doc README TODO CONTRIBUTING
|
||||
%{_bindir}/eu-elfcompress
|
||||
%{_bindir}/eu-strip
|
||||
%attr(750,root,root) %{_bindir}/eu-addr2line
|
||||
%attr(750,root,root) %{_bindir}/eu-ar
|
||||
%attr(750,root,root) %{_bindir}/eu-elfclassify
|
||||
%attr(750,root,root) %{_bindir}/eu-elfcmp
|
||||
%attr(750,root,root) %{_bindir}/eu-elflint
|
||||
%attr(750,root,root) %{_bindir}/eu-findtextrel
|
||||
%attr(750,root,root) %{_bindir}/eu-make-debug-archive
|
||||
%attr(750,root,root) %{_bindir}/eu-ranlib
|
||||
%attr(750,root,root) %{_bindir}/eu-size
|
||||
%attr(750,root,root) %{_bindir}/eu-stack
|
||||
%attr(750,root,root) %{_bindir}/eu-strings
|
||||
%attr(750,root,root) %{_bindir}/eu-unstrip
|
||||
%{_bindir}/eu-addr2line
|
||||
%{_bindir}/eu-ar
|
||||
%{_bindir}/eu-elfclassify
|
||||
%{_bindir}/eu-elfcmp
|
||||
%{_bindir}/eu-elflint
|
||||
%{_bindir}/eu-findtextrel
|
||||
%{_bindir}/eu-make-debug-archive
|
||||
%{_bindir}/eu-ranlib
|
||||
%{_bindir}/eu-size
|
||||
%{_bindir}/eu-stack
|
||||
%{_bindir}/eu-strings
|
||||
%{_bindir}/eu-unstrip
|
||||
%{_libdir}/libasm-%{version}.so
|
||||
%{_libdir}/libasm.so.*
|
||||
%{_libdir}/libdw-%{version}.so
|
||||
@ -254,6 +254,12 @@ exit 0
|
||||
%systemd_postun_with_restart debuginfod.service
|
||||
|
||||
%changelog
|
||||
* Mon Oct 31 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.185-14
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:Delete the permission(750) setting for eu-*
|
||||
|
||||
* Tue Sep 20 2022 hubin <hubin73@huawei.com> - 0.185-13
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user