diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-29 17:18:44 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-29 17:18:44 +0100 |
commit | f241ad21e43624aaf0b059885a81794b732f1a94 (patch) | |
tree | 7e80a80af806efff7062d1b26a0eb297bce3752c /abrt.spec | |
parent | 6b0894cdb41d9698e593af717f4857313ea81c22 (diff) | |
download | abrt-f241ad21e43624aaf0b059885a81794b732f1a94.tar.gz abrt-f241ad21e43624aaf0b059885a81794b732f1a94.tar.xz abrt-f241ad21e43624aaf0b059885a81794b732f1a94.zip |
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
Diffstat (limited to 'abrt.spec')
-rw-r--r-- | abrt.spec | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |