From f241ad21e43624aaf0b059885a81794b732f1a94 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 29 Jan 2010 17:18:44 +0100 Subject: moved the gpg key list from abrt.conf to gpg_keys file - this should allow us to update the gpg_keys list when needed and will prevent the situation when user changed his abrt.conf --- abrt.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'abrt.spec') diff --git a/abrt.spec b/abrt.spec index 90b5968..cd26346 100644 --- a/abrt.spec +++ b/abrt.spec @@ -277,6 +277,7 @@ fi %{_bindir}/%{name}-debuginfo-install %{_bindir}/%{name}-backtrace %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf +%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys %config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-%{name}.conf %{_initrddir}/%{name}d %dir %attr(0755, abrt, abrt) %{_localstatedir}/cache/%{name} -- cgit