diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-12-03 22:08:14 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-12-08 16:12:08 +0100 |
commit | d257b83fd4500c4543d8768332123a895c12b29d (patch) | |
tree | 9e1b4fb6f52f66f0a2bf6ad8ffc0cb8ceb672b9e /redhat/applications/amarok | |
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/amarok')
-rw-r--r-- | redhat/applications/amarok/amarok.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/amarok/amarok.spec b/redhat/applications/amarok/amarok.spec index 852bba9ad..95d8f58fd 100644 --- a/redhat/applications/amarok/amarok.spec +++ b/redhat/applications/amarok/amarok.spec @@ -285,7 +285,7 @@ Amarok is a multimedia player with: %{tde_tdeappdir}/*.desktop %{tde_datadir}/servicetypes/*.desktop %{tde_datadir}/apps/profiles/amarok.profile.xml -%{tde_confdir}/amarokrc +%config(noreplace) %{tde_confdir}/amarokrc %{tde_datadir}/config.kcfg/*.kcfg %{tde_datadir}/services/amarokitpc.protocol %{tde_datadir}/services/amaroklastfm.protocol |