Fixes for bugs in spec file

- Drop GPG patch for rawhide
 - Change dependency from python{,3}-gobject to python{,3}-gobject-base

Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
This commit is contained in:
Martin Kutlak 2017-11-16 14:39:53 +01:00
parent 6a2e254b84
commit 32cbbd0f4e
2 changed files with 7 additions and 31 deletions

View File

@ -60,7 +60,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.10.3
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@ -69,8 +69,6 @@ Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.ta
# git format-patch %%{Version} --topo-order -N -M;
# i=1; for p in `ls 0*.patch`; do printf "Patch%04d: %s\n" $i $p; ((i++)); done
# don't remove this patch, packages in rawhide are not signed!
Patch0: disable-OpenGPGCheck-in-Fedora-Rawhide.patch
Patch1: 0001-a-d-journal-core-use-pid-of-crashed-process-in-dumpd.patch
Patch2: 0004-a-d-journal-core-fix-bad-condition-in-creating-reaso.patch
Patch3: 0014-cli-dbus-Allow-polkit-to-be-optional-at-build-time.patch
@ -465,7 +463,7 @@ Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-dbus = %{version}-%{release}
Requires: dbus-python
Requires: libreport-python
Requires: python-gobject
Requires: python-gobject-base
BuildRequires: python-nose
BuildRequires: python-sphinx
BuildRequires: libreport-python
@ -493,7 +491,7 @@ Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-dbus = %{version}-%{release}
Requires: python3-dbus
Requires: libreport-python3
Requires: python3-gobject
Requires: python3-gobject-base
BuildRequires: python3-nose
BuildRequires: python3-sphinx
BuildRequires: libreport-python3
@ -1154,6 +1152,10 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Thu Nov 16 2017 Martin Kutlak <mkutlak@redhat.com> 2.10.3-4
- spec: drop gpg patch for rawhide
- spec: change dependency on python{,3}-gobject to python{,3}-gobject-base
* Wed Sep 06 2017 Julius Milan <jmilan@redhat.com> 2.10.3-3
- fix typo in .spec requiring bad python dependencies

View File

@ -1,26 +0,0 @@
From 1ef034096efe367af85f568bc982af969124003b Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Mon, 10 Feb 2014 09:39:07 +0100
Subject: [PATCH] disable OpenGPGCheck in Fedora Rawhide
Packages in Fedora Rawhide are not signed.
---
src/daemon/abrt-action-save-package-data.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/abrt-action-save-package-data.conf b/src/daemon/abrt-action-save-package-data.conf
index 3d35bb6..e3f724a 100644
--- a/src/daemon/abrt-action-save-package-data.conf
+++ b/src/daemon/abrt-action-save-package-data.conf
@@ -3,7 +3,7 @@
# Product Signing (GPG) Keys:
# https://access.redhat.com/security/team/key
#
-OpenGPGCheck = yes
+OpenGPGCheck = no
# Blacklisted packages
#
--
1.8.3.1