!34 [sync] PR-32: remove debug_package %{nil} to strip files and provide debug packages

From: @openeuler-sync-bot 
Reviewed-by: @dowzyx 
Signed-off-by: @dowzyx
This commit is contained in:
openeuler-ci-bot 2022-12-12 08:36:14 +00:00 committed by Gitee
commit 86e571b284
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,4 +1,3 @@
%define debug_package %{nil}
%define __os_install_post %{nil} %define __os_install_post %{nil}
%define vmlinux_ver 5.10.0-126.0.0.66.oe2203.%{_arch} %define vmlinux_ver 5.10.0-126.0.0.66.oe2203.%{_arch}
@ -6,7 +5,7 @@
Summary: Intelligent ops toolkit for openEuler Summary: Intelligent ops toolkit for openEuler
Name: gala-gopher Name: gala-gopher
Version: 1.0.0 Version: 1.0.0
Release: 11 Release: 12
License: Mulan PSL v2 License: Mulan PSL v2
URL: https://gitee.com/openeuler/gala-gopher URL: https://gitee.com/openeuler/gala-gopher
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
@ -76,6 +75,9 @@ popd
/usr/lib/systemd/system/gala-gopher.service /usr/lib/systemd/system/gala-gopher.service
%changelog %changelog
* Mon Dec 12 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-12
- remove debug_package %{nil} to strip files and provide debug packages
* Wed Dec 6 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-11 * Wed Dec 6 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-11
- add %config(noreplace) to conf files of extend_probes - add %config(noreplace) to conf files of extend_probes