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/applications/koffice | |
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/applications/koffice')
-rw-r--r-- | redhat/applications/koffice/koffice.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/applications/koffice/koffice.spec b/redhat/applications/koffice/koffice.spec index 49024b66a..411dd344e 100644 --- a/redhat/applications/koffice/koffice.spec +++ b/redhat/applications/koffice/koffice.spec @@ -635,8 +635,8 @@ For additional database drivers take a look at %{name}-kexi-driver-* %{tde_tdelibdir}/kexi.* # moved here to workaround bug #394101, alternative is to move libkexi(db|dbparser|utils) to -libs) %{tde_tdelibdir}/libkspreadkexiimport.* -%{tde_confdir}/kexirc -%{tde_confdir}/magic/kexi.magic +%config(noreplace) %{tde_confdir}/kexirc +%config(noreplace) %{tde_confdir}/magic/kexi.magic %{tde_datadir}/mimelnk/application/* %{tde_datadir}/servicetypes/kexi*.desktop %{tde_datadir}/services/kexi/ @@ -649,7 +649,7 @@ For additional database drivers take a look at %{name}-kexi-driver-* %{tde_tdelibdir}/krosskexiapp.* %{tde_tdelibdir}/krosskexidb.* %endif -%{tde_confdir}/magic/kexi.magic.mgc +%config(noreplace) %{tde_confdir}/magic/kexi.magic.mgc ########## |