fix typo in .spec requiring bad python dependencies

Fixes typo in .spec file requiring python 2 dependencies for python 3
ABRT api.
This commit is contained in:
Julius Milan 2017-09-06 13:05:39 +02:00 committed by Matej Habrnal
commit 6a2e254b84

View file

@ -60,7 +60,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.10.3
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@ -493,7 +493,7 @@ Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-dbus = %{version}-%{release}
Requires: python3-dbus
Requires: libreport-python3
Requires: python-gobject
Requires: python3-gobject
BuildRequires: python3-nose
BuildRequires: python3-sphinx
BuildRequires: libreport-python3
@ -1154,6 +1154,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Wed Sep 06 2017 Julius Milan <jmilan@redhat.com> 2.10.3-3
- fix typo in .spec requiring bad python dependencies
* Thu Aug 31 2017 Julius Milan <jmilan@redhat.com> 2.10.3-2
- logging: rename log() to log_warning()
- Translation-updates