[abrt/f14/master] re-enabled gpgcheck

Jiří Moskovčák jmoskovc at fedoraproject.org
Wed Nov 10 20:50:49 UTC 2010


commit f050c85fcb2c8f9c5fb18babfacf546faeafcd60
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Wed Nov 10 21:49:44 2010 +0100

    re-enabled gpgcheck

 abrt.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/abrt.spec b/abrt.spec
index 0a36213..b2a5be2 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -15,7 +15,7 @@
 %if 0%{?_buildid}
 %define pkg_release 0.%{?_buildid}%{?dist}
 %else
-%define pkg_release 2%{?dist}
+%define pkg_release 3%{?dist}
 %endif
 
 Summary: Automatic bug detection and reporting tool
@@ -28,7 +28,6 @@ URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
-Patch1: abrt_disable_gpgcheck.diff
 Patch2: blacklist.patch
 Patch3: polkit.patch
 BuildRequires: dbus-devel
@@ -238,7 +237,7 @@ Virtual package to make easy default installation on desktop environments.
 %setup -q
 %patch0 -p1 -b .hideprefs
 # rawhide packages are not signed, so we need to disable the gpg check
-%patch1 -p1 -b .disable_gpg_check
+#%patch1 -p1 -b .disable_gpg_check
 # general patches
 %patch2 -p1 -b .blacklist_mono
 %patch3 -p1 -b .polkit
@@ -496,6 +495,9 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Nov 10 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.13-3
+- enabled gpg check forgotten from rawhide
+
 * Fri Aug 20 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.13-2
 - bump release
 


More information about the scm-commits mailing list