From d257b83fd4500c4543d8768332123a895c12b29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 3 Dec 2019 22:08:14 +0100 Subject: RPM: fix configuration were overwritten during package update --- redhat/main/tdeutils/tdeutils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'redhat/main/tdeutils/tdeutils.spec') diff --git a/redhat/main/tdeutils/tdeutils.spec b/redhat/main/tdeutils/tdeutils.spec index 6f3662c21..e3ae43abc 100644 --- a/redhat/main/tdeutils/tdeutils.spec +++ b/redhat/main/tdeutils/tdeutils.spec @@ -584,7 +584,7 @@ power management, for laptops, from within TDE. %{_sbindir}/klaptop_acpi_helper %endif -%config %{tde_confdir}/kcmlaptoprc +%config(noreplace) %{tde_confdir}/kcmlaptoprc %endif @@ -690,7 +690,7 @@ connections, power, etc. %files -n trinity-ksim %defattr(-,root,root,-) -%config %{tde_confdir}/ksim_panelextensionrc +%config(noreplace) %{tde_confdir}/ksim_panelextensionrc %{tde_tdelibdir}/ksim_*.la %{tde_tdelibdir}/ksim_*.so %{tde_libdir}/libksimcore.so.* -- cgit v1.2.1