diff options
author | François Andriot <[email protected]> | 2019-12-03 22:08:14 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2019-12-08 16:12:08 +0100 |
commit | d257b83fd4500c4543d8768332123a895c12b29d (patch) | |
tree | 9e1b4fb6f52f66f0a2bf6ad8ffc0cb8ceb672b9e /redhat/main/tdegames/tdegames.spec | |
parent | 305f0d3d3e47c808ff20960d4c453e4dd268cbde (diff) | |
download | tde-packaging-d257b83fd4500c4543d8768332123a895c12b29d.tar.gz tde-packaging-d257b83fd4500c4543d8768332123a895c12b29d.zip |
RPM: fix configuration were overwritten during package update
Diffstat (limited to 'redhat/main/tdegames/tdegames.spec')
-rw-r--r-- | redhat/main/tdegames/tdegames.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/main/tdegames/tdegames.spec b/redhat/main/tdegames/tdegames.spec index f1d8a06ee..c7685d9cb 100644 --- a/redhat/main/tdegames/tdegames.spec +++ b/redhat/main/tdegames/tdegames.spec @@ -679,7 +679,7 @@ This package is part of Trinity, and a component of the TDE games module. %files -n trinity-kolf %defattr(-,root,root,-) -%{tde_confdir}/magic/kolf.magic +%config(noreplace) %{tde_confdir}/magic/kolf.magic %{tde_datadir}/apps/kolf/ %{tde_bindir}/kolf %{tde_tdeappdir}/kolf.desktop @@ -693,7 +693,7 @@ This package is part of Trinity, and a component of the TDE games module. %{tde_libdir}/libkolf.so.1 %{tde_libdir}/libkolf.so.1.2.0 %{tde_tdedocdir}/HTML/en/kolf/ -%{tde_confdir}/magic/kolf.magic.mgc +%config(noreplace) %{tde_confdir}/magic/kolf.magic.mgc ########## |