]> git.pld-linux.org Git - packages/abrt.git/commitdiff
- path to pld rpm key abrt-1_0_0-0_6
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Mar 2010 22:23:49 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abrt.spec -> 1.15
    rpmkey-pld.patch -> 1.1

abrt.spec
rpmkey-pld.patch [new file with mode: 0644]

index f051623b9a55da6eed5b8e96c0423d5bd8bcaa97..2f3c3a50b63774dd07dbf17a84373b147376c395 100644 (file)
--- a/abrt.spec
+++ b/abrt.spec
@@ -3,7 +3,7 @@
 Summary:       Automatic bug detection and reporting tool
 Name:          abrt
 Version:       1.0.0
-Release:       0.5
+Release:       0.6
 License:       GPL v2+
 Group:         Applications/System
 URL:           https://fedorahosted.org/abrt/
@@ -13,6 +13,7 @@ Source0:      %{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Patch0:                %{name}-rpm.patch
 Patch1:                %{name}-pld.patch
+Patch2:                rpmkey-pld.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
@@ -246,6 +247,7 @@ environments.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/rpmkey-pld.patch b/rpmkey-pld.patch
new file mode 100644 (file)
index 0000000..5c25828
--- /dev/null
@@ -0,0 +1,11 @@
+--- abrt-1.0.0/src/Daemon/abrt.conf~   2009-11-22 21:50:18.000000000 +0200
++++ abrt-1.0.0/src/Daemon/abrt.conf    2010-03-15 00:19:44.286779419 +0200
+@@ -6,7 +6,7 @@
+ # only crashes in signed packages will be analyzed.
+ OpenGPGCheck = no
+ # GPG keys
+-OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
++OpenGPGPublicKeys = /etc/pki/rpm-gpg/PLD-3.0-Th-GPG-key.asc
+ # Blacklisted packages
+ BlackList = nspluginwrapper
+ # Enabled plugins. There has to be exactly one database plugin
This page took 0.10127 seconds and 4 git commands to generate.