!101 Remove debug info in so library

From: @wang--ge 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-04-08 11:09:12 +00:00 committed by Gitee
commit c88f491e9d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pcp
Version: 6.1.1
Release: 3
Release: 4
Summary: System-level performance monitoring and performance management
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND CC-BY-3.0
URL: https://pcp.io
@ -2049,6 +2049,10 @@ export PYTHON=python%{?default_python}
%configure %{?_with_initd} %{?_with_doc} %{?_with_dstat} %{?_with_ib} %{?_with_statsd} %{?_with_perfevent} %{?_with_bcc} %{?_with_bpf} %{?_with_bpftrace} %{?_with_json} %{?_with_mongodb} %{?_with_snmp} %{?_with_nutcracker} %{?_with_python2}
make %{?_smp_mflags} default_pcp
pushd src/pmdas/bpf/modules
ls *.so | awk '{print $1}' | for line in `xargs`;do strip $line;done
popd
%install
rm -Rf $RPM_BUILD_ROOT
BACKDIR=`pwd`
@ -3100,6 +3104,9 @@ fi
%changelog
* Mon Apr 08 2024 Ge Wang <wang__ge@126.com> - 6.1.1-4
- Remove debug info in so library
* Fri Mar 29 2024 wangkai <13474090681@163.com> - 6.1.1-3
- Fix CVE-2024-3019