From 39fd6801934429b9b2bf34c96964bf418af85837 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 15 Feb 2022 15:39:41 -0500 Subject: [PATCH] Remove redundant Requires --- python-dbus-python-client-gen.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-dbus-python-client-gen.spec b/python-dbus-python-client-gen.spec index 38d6f94..6297310 100644 --- a/python-dbus-python-client-gen.spec +++ b/python-dbus-python-client-gen.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python Library for Generating dbus-python Client Code License: MPLv2.0 @@ -23,8 +23,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-dbus BuildRequires: python3-into-dbus-python >= 0.08 -Requires: python3-dbus -Requires: python3-into-dbus-python >= 0.08 %description -n python3-%{srcname} %{_description} @@ -49,6 +47,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verb %{python3_sitelib}/dbus_python_client_gen-*.egg-info/ %changelog +* Tue Feb 15 2022 mulhern - 0.8-6 +- Remove redundant Requires + * Fri Jan 21 2022 Fedora Release Engineering - 0.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild