diff --git a/abrt.spec b/abrt.spec index 4be81b5..bab66f1 100644 --- a/abrt.spec +++ b/abrt.spec @@ -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 2.10.3-3 +- fix typo in .spec requiring bad python dependencies + * Thu Aug 31 2017 Julius Milan 2.10.3-2 - logging: rename log() to log_warning() - Translation-updates