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:
parent
c90eb8bb9d
commit
6a2e254b84
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue