#2 Update Python 2 dependency declarations to new packaging standards
Closed 5 years ago by mkutlak. Opened 6 years ago by ishcherb.
rpms/ ishcherb/abrt pyambiguous  into  master

file modified
+8 -4
@@ -29,7 +29,7 @@ 

  Summary: Automatic bug detection and reporting tool

  Name: abrt

  Version: 2.10.8

- Release: 2%{?dist}

+ Release: 3%{?dist}

  License: GPLv2+

  Group: Applications/System

  URL: https://abrt.readthedocs.org/
@@ -101,9 +101,9 @@ 

  #dbus

  BuildRequires: polkit-devel

  #python2-abrt

- BuildRequires: python-nose

- BuildRequires: python-sphinx

- BuildRequires: libreport-python

+ BuildRequires: python2-nose

+ BuildRequires: python2-sphinx

+ BuildRequires: python2-libreport

  #python2-abrt-doc

  BuildRequires: python2-devel

  #python3-abrt
@@ -1140,6 +1140,10 @@ 

  %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh

  

  %changelog

+ * Tue Apr 17 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 2.10.8-3

+ - Update Python 2 dependency declarations to new packaging standards

+   (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

+ 

  * Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 2.10.8-2

  - Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28

  

This is a follow up PR for https://src.fedoraproject.org/rpms/abrt/pull-request/1

Some of the changed dependencies were overwritten by one of the recent updates, and this PR fixes it. Please consider applying the fix.

Pull-Request has been closed by mkutlak

5 years ago