diff --git a/dnfdaemon.spec b/dnfdaemon.spec index 3a28aab..29cd312 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -3,7 +3,7 @@ Name: dnfdaemon Version: 0.3.18 -Release: 6%{?dist} +Release: 7%{?dist} Summary: DBus daemon for dnf package actions License: GPLv2+ @@ -50,7 +50,7 @@ Summary: Python 2 api for communicating with the dnf-daemon DBus service BuildRequires: python2-devel Requires: %{name} = %{version}-%{release} -Requires: pygobject3 +Requires: python2-gobject %{?python_provide:%python_provide python2-%{name}} @@ -136,6 +136,10 @@ fi %changelog +* Tue Feb 20 2018 Iryna Shcherbina - 0.3.18-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.3.18-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild