From a7bb463085b7de190a612683fb9cf76003df7b62 Mon Sep 17 00:00:00 2001 From: Zhen Chen Date: Wed, 7 Dec 2022 19:32:03 +0800 Subject: [PATCH] add %config(noreplace) to conf files of extend_probes (cherry picked from commit 89ae27a4254114f148c5ebea1236aff1b16804f6) --- gala-gopher.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gala-gopher.spec b/gala-gopher.spec index 1ca40fc..4da2ed3 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 -- Gitee