diff --git a/virt-who.spec b/virt-who.spec index e66a194..9612484 100644 --- a/virt-who.spec +++ b/virt-who.spec @@ -21,13 +21,13 @@ Name: virt-who Version: 1.31.26 -Release: %{release_number}%{?dist}.14 +Release: %{release_number}%{?dist} Summary: Agent for reporting virtual guest IDs to subscription-manager Group: System Environment/Base # GPL for virt-who proper and LGPL for incorporated suds -License: GPL-2.0-or-later AND LGPL-3.0-or-later +License: GPLv2+ and LGPLv3+ URL: https://github.com/candlepin/virt-who Source0: %{name}-%{version}.tar.gz @@ -36,6 +36,7 @@ BuildRequires: %{python_ver}-devel BuildRequires: %{python_ver}-setuptools BuildRequires: %{python_ver}-pyyaml +Requires: %{python_ver}-setuptools # libvirt python required for libvirt support %if (0%{?rhel} && 0%{?rhel} > 7 || 0%{?fedora}) Requires: %{python_ver}-libvirt @@ -56,6 +57,7 @@ Requires: python3-cryptography Requires: m2crypto %endif Requires: %{python_ver}-requests +Requires: %{python_ver}-six # python-argparse is required for Python 2.6 on EL6 %{?el6:Requires: python-argparse} Requires: openssl @@ -163,48 +165,6 @@ fi %changelog -* Fri Jul 17 2026 Fedora Release Engineering - 1.31.26-1.14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Sat Jun 13 2026 Yaakov Selkowitz - 1.31.26-1.13 -- Rebuilt for openssl 4.0 - -* Wed Jun 03 2026 Python Maint - 1.31.26-1.12 -- Rebuilt for Python 3.15 - -* Sat Jan 17 2026 Fedora Release Engineering - 1.31.26-1.11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Sep 19 2025 Python Maint - 1.31.26-1.10 -- Rebuilt for Python 3.14.0rc3 bytecode - -* Fri Aug 15 2025 Python Maint - 1.31.26-1.9 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Fri Jul 25 2025 Fedora Release Engineering - 1.31.26-1.8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Sun Jun 15 2025 Yaakov Selkowitz - 1.31.26-1.7 -- Drop unused six dependency - -* Mon Jun 02 2025 Python Maint - 1.31.26-1.6 -- Rebuilt for Python 3.14 - -* Tue Apr 01 2025 Miro HronĨok - 1.31.26-1.5 -- Drop unused runtime requirement on python3-setuptools - -* Sun Jan 19 2025 Fedora Release Engineering - 1.31.26-1.4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Jul 20 2024 Fedora Release Engineering - 1.31.26-1.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 1.31.26-1.2 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 1.31.26-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - * Wed Feb 01 2023 Jiri Hnidek 1.31.26-1 - Fix stylish issue in migrateconfiguration.py (jhnidek@redhat.com) - Added next rhel-9.x subversion to releasers.conf file. (jhnidek@redhat.com)