+ python-dbusmock-0.17-4

Patch from Benjamin Berg to correct the python3 subpackage deps
  and summary
This commit is contained in:
Bastien Nocera 2018-03-30 17:50:15 +02:00
parent 7d63c56b6d
commit c5b2f27916

View File

@ -2,7 +2,7 @@
Name: python-%{modname}
Version: 0.17
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Mock D-Bus objects
Group: Development/Libraries
@ -36,9 +36,9 @@ Requires: python2-dbus, python2-gobject, dbus-x11
%description -n python2-dbusmock %_description
%package -n python3-dbusmock
Summary: Mock D-Bus objects (in Python3)
%description -n python3-dbusmock
%{summary}.
Summary: %summary (Python3)
Requires: python3-dbus, python3-gobject, dbus-x11
%description -n python3-dbusmock %_description
%prep
%setup -q -n %{name}-%{version}
@ -81,6 +81,11 @@ popd
%{python3_sitelib}/*%{modname}*
%changelog
* Fri Mar 30 2018 Bastien Nocera <bnocera@redhat.com> - 0.17-4
+ python-dbusmock-0.17-4
- Patch from Benjamin Berg to correct the python3 subpackage deps
and summary
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.17-3
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)