diff --git a/python-pyudev.spec b/python-pyudev.spec index 79f513d..1c877b3 100644 --- a/python-pyudev.spec +++ b/python-pyudev.spec @@ -1,7 +1,7 @@ %global srcname pyudev Name: python-%{srcname} Version: 0.22.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A libudev binding License: LGPLv2+ @@ -32,9 +32,6 @@ BuildRequires: python3-setuptools # Needed for libudev, loaded through ctypes Requires: systemd-libs -# Used for python2/3 compatibility -Requires: python3-six - %description -n python3-%{srcname} pyudev is a LGPL licensed, pure Python binding for libudev, the device and hardware management and information library for Linux. It supports @@ -108,6 +105,9 @@ rm -rf pyudev.egg-info %{python3_sitelib}/pyudev/__pycache__/pyqt5.* %changelog +* Tue Feb 15 2022 mulhern - 0.22.0-8 +- Drop redundant Requires + * Fri Jan 21 2022 Fedora Release Engineering - 0.22.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild