From c5b2f27916377b30e1c40fc69fa17608a99923b1 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 30 Mar 2018 17:50:15 +0200 Subject: [PATCH] + python-dbusmock-0.17-4 Patch from Benjamin Berg to correct the python3 subpackage deps and summary --- python-dbusmock.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/python-dbusmock.spec b/python-dbusmock.spec index b0ef612..7d8cb3d 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -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 - 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 - 0.17-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)