add %config(noreplace) to conf files of extend_probes

(cherry picked from commit 89ae27a4254114f148c5ebea1236aff1b16804f6)
This commit is contained in:
Zhen Chen 2022-12-07 19:32:03 +08:00 committed by openeuler-sync-bot
parent 090a329cf9
commit a7bb463085

View File

@ -6,7 +6,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: 10 Release: 11
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
@ -68,6 +68,7 @@ popd
%{_bindir}/* %{_bindir}/*
%config(noreplace) /opt/gala-gopher/*.conf %config(noreplace) /opt/gala-gopher/*.conf
/opt/gala-gopher/extend_probes/* /opt/gala-gopher/extend_probes/*
%config(noreplace) /opt/gala-gopher/extend_probes/*.conf
%exclude /opt/gala-gopher/extend_probes/*.pyc %exclude /opt/gala-gopher/extend_probes/*.pyc
%exclude /opt/gala-gopher/extend_probes/*.pyo %exclude /opt/gala-gopher/extend_probes/*.pyo
/opt/gala-gopher/meta/* /opt/gala-gopher/meta/*
@ -75,6 +76,9 @@ popd
/usr/lib/systemd/system/gala-gopher.service /usr/lib/systemd/system/gala-gopher.service
%changelog %changelog
* Wed Dec 6 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-11
- add %config(noreplace) to conf files of extend_probes
* Tue Dec 6 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-10 * Tue Dec 6 2022 Zhen Chen <chenzhen126@huawei.com> - 1.0.0-10
- simplify vmlinux.h management with different kernel versions - simplify vmlinux.h management with different kernel versions