!3 [Bugfix] 对so文件增加strip操作,修复存在not stripped不安全标志的问题。

From: @xiongzhou4 
Reviewed-by: @li-yancheng 
Signed-off-by: @li-yancheng
This commit is contained in:
openeuler-ci-bot 2023-03-07 12:41:10 +00:00 committed by Gitee
commit 3f4ec9e789
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: optimized-routines Name: optimized-routines
Version: 21.02 Version: 21.02
Release: 1 Release: 2
Summary: Optimized implementations of various library functions for ARM architecture processors. Summary: Optimized implementations of various library functions for ARM architecture processors.
License: MIT License: MIT
URL: https://github.com/ARM-software/optimized-routines URL: https://github.com/ARM-software/optimized-routines
@ -24,6 +24,7 @@ sed -i "s/SUBS = math string networking/SUBS = math string/g" config.mk
%install %install
%make_install libdir=%{_libdir} %make_install libdir=%{_libdir}
strip %{buildroot}%{_libdir}/lib*.so*
%check %check
make check make check
@ -35,6 +36,12 @@ make check
%{_libdir}/* %{_libdir}/*
%changelog %changelog
* Tue Mar 7 2023 xiongzhou <xiongzhou4@huawei.com> - 21.02-2
- Type:Bugfix
- ID:NA
- SUG:NA
- DESC:Add strip operation to shared objects.
* Sat Sep 3 2022 xiongzhou <xiongzhou4@huawei.com> - 21.02-1 * Sat Sep 3 2022 xiongzhou <xiongzhou4@huawei.com> - 21.02-1
- Type:Init - Type:Init
- ID:NA - ID:NA