diff options
Diffstat (limited to 'redhat/main/tdebase')
-rw-r--r-- | redhat/main/tdebase/tdebase.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/main/tdebase/tdebase.spec b/redhat/main/tdebase/tdebase.spec index 688fc7380..be68c4eeb 100644 --- a/redhat/main/tdebase/tdebase.spec +++ b/redhat/main/tdebase/tdebase.spec @@ -2244,7 +2244,7 @@ already. Most users won't need this. %dir %{tdm_datadir}/sessions %{tdm_datadir}/sessions/*.desktop %{tdm_datadir}/themes/ -%{tde_confdir}/%{tdm} +%config(noreplace) %{tde_confdir}/%{tdm} %if 0%{?with_selinux_policy} %exclude %{tde_confdir}/%{tdm}/tdm.pp %endif @@ -2288,7 +2288,7 @@ already. Most users won't need this. # SELINUX policy %if 0%{?with_selinux_policy} -%{tde_confdir}/%{tdm}/tdm.pp +%config %{tde_confdir}/%{tdm}/tdm.pp %endif # Logrotate configuration |