From df795200dffa808edcdb4ae5f7ccee7796cf1f12 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Wed, 23 Jul 2008 09:34:17 +0200 Subject: Add config(noreplace) to the config file in /etc. This will prevent the configuration file from being erased in case it already exists. We don't want a user's conifg file being erased when Firstaidkit is reinstalled. --- firstaidkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstaidkit.spec b/firstaidkit.spec index c79a4bf..a840e58 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -186,7 +186,7 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic %{python_sitelib}/pyfirstaidkit %{python_sitelib}/%{name}-%{version}-py2.5.egg-info %{_bindir}/firstaidkit -%{_sysconfdir}/firstaidkit/firstaidkit.conf +%config(noreplace) %{_sysconfdir}/firstaidkit/firstaidkit.conf %{_sysconfdir}/firstaidkit/about %attr(0644,root,root) %{_mandir}/man1/firstaidkit.1.gz -- cgit