Author: glen Date: Sun Mar 14 22:23:54 2010 GMT Module: packages Tag: HEAD ---- Log message: - path to pld rpm key
---- Files affected: packages/abrt: abrt.spec (1.14 -> 1.15) , rpmkey-pld.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/abrt/abrt.spec diff -u packages/abrt/abrt.spec:1.14 packages/abrt/abrt.spec:1.15 --- packages/abrt/abrt.spec:1.14 Wed Feb 3 03:01:10 2010 +++ packages/abrt/abrt.spec Sun Mar 14 23:23:49 2010 @@ -4,7 +4,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/ @@ -14,6 +14,7 @@ Source1: %{name}.init Patch0: %{name}-rpm.patch Patch1: %{name}-pld.patch +Patch2: rpmkey-pld.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bzip2-devel @@ -247,6 +248,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -446,6 +448,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2010/03/14 22:23:49 glen +- path to pld rpm key + Revision 1.14 2010/02/03 02:01:10 sparky - BR: autoconf, automake, gettext-devel, libtool, pkgconfig, python-modules, rpm-pythonprov ================================================================ Index: packages/abrt/rpmkey-pld.patch diff -u /dev/null packages/abrt/rpmkey-pld.patch:1.1 --- /dev/null Sun Mar 14 23:23:55 2010 +++ packages/abrt/rpmkey-pld.patch Sun Mar 14 23:23:49 2010 @@ -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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/abrt/abrt.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
