+ python-dbusmock-0.17-4
Patch from Benjamin Berg to correct the python3 subpackage deps and summary
This commit is contained in:
parent
7d63c56b6d
commit
c5b2f27916
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.17
|
Version: 0.17
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Mock D-Bus objects
|
Summary: Mock D-Bus objects
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -36,9 +36,9 @@ Requires: python2-dbus, python2-gobject, dbus-x11
|
|||||||
%description -n python2-dbusmock %_description
|
%description -n python2-dbusmock %_description
|
||||||
|
|
||||||
%package -n python3-dbusmock
|
%package -n python3-dbusmock
|
||||||
Summary: Mock D-Bus objects (in Python3)
|
Summary: %summary (Python3)
|
||||||
%description -n python3-dbusmock
|
Requires: python3-dbus, python3-gobject, dbus-x11
|
||||||
%{summary}.
|
%description -n python3-dbusmock %_description
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
@ -81,6 +81,11 @@ popd
|
|||||||
%{python3_sitelib}/*%{modname}*
|
%{python3_sitelib}/*%{modname}*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.17-3
|
||||||
- Update Python 2 dependency declarations to new packaging standards
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
Loading…
Reference in New Issue
Block a user