diff --git a/gala-gopher.spec b/gala-gopher.spec index 1ca40fc4f14f214e3b3a9f35ad22d5eabe12d99e..4da2ed359f03519948e4b57f7dea8aee691ca28a 100644 --- a/gala-gopher.spec +++ b/gala-gopher.spec @@ -6,7 +6,7 @@ Summary: Intelligent ops toolkit for openEuler Name: gala-gopher Version: 1.0.0 -Release: 10 +Release: 11 License: Mulan PSL v2 URL: https://gitee.com/openeuler/gala-gopher Source: %{name}-%{version}.tar.gz @@ -68,6 +68,7 @@ popd %{_bindir}/* %config(noreplace) /opt/gala-gopher/*.conf /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/*.pyo /opt/gala-gopher/meta/* @@ -75,6 +76,9 @@ popd /usr/lib/systemd/system/gala-gopher.service %changelog +* Wed Dec 6 2022 Zhen Chen - 1.0.0-11 +- add %config(noreplace) to conf files of extend_probes + * Tue Dec 6 2022 Zhen Chen - 1.0.0-10 - simplify vmlinux.h management with different kernel versions