Delete the permission(750) setting for eu-*
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
This commit is contained in:
parent
5b66b8c9a1
commit
72ee96b149
@ -1,7 +1,7 @@
|
|||||||
# -*- rpm-spec from http://elfutils.org/ -*-
|
# -*- rpm-spec from http://elfutils.org/ -*-
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.185
|
Version: 0.185
|
||||||
Release: 13
|
Release: 14
|
||||||
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
||||||
@ -162,18 +162,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%doc README TODO CONTRIBUTING
|
%doc README TODO CONTRIBUTING
|
||||||
%{_bindir}/eu-elfcompress
|
%{_bindir}/eu-elfcompress
|
||||||
%{_bindir}/eu-strip
|
%{_bindir}/eu-strip
|
||||||
%attr(750,root,root) %{_bindir}/eu-addr2line
|
%{_bindir}/eu-addr2line
|
||||||
%attr(750,root,root) %{_bindir}/eu-ar
|
%{_bindir}/eu-ar
|
||||||
%attr(750,root,root) %{_bindir}/eu-elfclassify
|
%{_bindir}/eu-elfclassify
|
||||||
%attr(750,root,root) %{_bindir}/eu-elfcmp
|
%{_bindir}/eu-elfcmp
|
||||||
%attr(750,root,root) %{_bindir}/eu-elflint
|
%{_bindir}/eu-elflint
|
||||||
%attr(750,root,root) %{_bindir}/eu-findtextrel
|
%{_bindir}/eu-findtextrel
|
||||||
%attr(750,root,root) %{_bindir}/eu-make-debug-archive
|
%{_bindir}/eu-make-debug-archive
|
||||||
%attr(750,root,root) %{_bindir}/eu-ranlib
|
%{_bindir}/eu-ranlib
|
||||||
%attr(750,root,root) %{_bindir}/eu-size
|
%{_bindir}/eu-size
|
||||||
%attr(750,root,root) %{_bindir}/eu-stack
|
%{_bindir}/eu-stack
|
||||||
%attr(750,root,root) %{_bindir}/eu-strings
|
%{_bindir}/eu-strings
|
||||||
%attr(750,root,root) %{_bindir}/eu-unstrip
|
%{_bindir}/eu-unstrip
|
||||||
%{_libdir}/libasm-%{version}.so
|
%{_libdir}/libasm-%{version}.so
|
||||||
%{_libdir}/libasm.so.*
|
%{_libdir}/libasm.so.*
|
||||||
%{_libdir}/libdw-%{version}.so
|
%{_libdir}/libdw-%{version}.so
|
||||||
@ -254,6 +254,12 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 20 2022 hubin <hubin73@huawei.com> - 0.185-13
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user