diff --git a/python-dbusmock.spec b/python-dbusmock.spec index 1191eec..b0ef612 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mock D-Bus objects Group: Development/Libraries @@ -14,8 +14,8 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-nose -BuildRequires: python-devel, python-setuptools, dbus-python, python-nose -BuildRequires: pygobject3, dbus-x11, upower +BuildRequires: python2-devel, python2-setuptools, python2-dbus, python2-nose +BuildRequires: python2-gobject, dbus-x11, upower @@ -30,7 +30,7 @@ the state of the real services to what you expect in your tests. %package -n python2-dbusmock Summary: %summary -Requires: dbus-python, pygobject3, dbus-x11 +Requires: python2-dbus, python2-gobject, dbus-x11 %{?python_provide:%python_provide python2-dbusmock} %description -n python2-dbusmock %_description @@ -81,6 +81,10 @@ popd %{python3_sitelib}/*%{modname}* %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.17-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild