Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dbda23348 | ||
|
|
600b394d63 | ||
|
|
efe9d87fc2 | ||
|
|
cfef6dda8f | ||
|
|
043bd2039f | ||
|
|
08a13549fe | ||
|
|
687e2c6772 | ||
|
|
1ad4d77a95 | ||
|
|
c42b9d5737 | ||
|
|
74afc96f0b | ||
|
|
0adcefbbfb | ||
|
|
5ea29b1ca8 | ||
|
|
94581da7b4 | ||
|
|
0cd05d80c5 | ||
|
|
6306f27790 | ||
|
|
f4c6ae1146 | ||
|
|
d9202c84d3 | ||
|
|
17aea8f335 | ||
|
|
6356aefca3 | ||
|
|
dc22a70768 |
3 changed files with 72 additions and 35 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -1,23 +1 @@
|
|||
/virt-who-0.8.tar.gz
|
||||
/virt-who-0.17.tar.gz
|
||||
/virt-who-0.21.2.tar.gz
|
||||
/virt-who-0.22.1.tar.gz
|
||||
/virt-who-0.22.2.tar.gz
|
||||
/virt-who-0.24.0.tar.gz
|
||||
/virt-who-0.24.1.tar.gz
|
||||
/virt-who-0.24.2.tar.gz
|
||||
/virt-who-0.29.0.tar.gz
|
||||
/virt-who-0.31.0.tar.gz
|
||||
/build-rpm-no-ahv.patch
|
||||
/virt-who-0.31.1.tar.gz
|
||||
/virt-who-0.31.2.tar.gz
|
||||
/virt-who-1.31.3.tar.gz
|
||||
/virt-who-1.31.4.tar.gz
|
||||
/virt-who-1.31.5.tar.gz
|
||||
/virt-who-1.31.6.tar.gz
|
||||
/virt-who-1.31.7.tar.gz
|
||||
/virt-who-1.31.8.tar.gz
|
||||
/virt-who-1.31.9.tar.gz
|
||||
/virt-who-1.31.18.tar.gz
|
||||
/virt-who-1.31.19.tar.gz
|
||||
/virt-who-1.31.21.tar.gz
|
||||
/virt-who-*.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (virt-who-1.31.21.tar.gz) = e7294660d7cd5259f628cd7acd39fae4fcb10f1d56e5a9973626ea4c2e2f31d9988cf41abadcb5eb4656aa0c4347ba316ab0c25a46bbc07ac0d8206b8edfcd29
|
||||
SHA512 (virt-who-1.31.26.tar.gz) = 3c412adc3063c4208c3975549166de5087dd07a78615bf9ddfc4a7e64ced7e3c397a5d0bc014a3573d2c3a37b0186f0eabe8d7a54f4882638c9672d9462afff7
|
||||
|
|
|
|||
|
|
@ -20,13 +20,14 @@
|
|||
|
||||
|
||||
Name: virt-who
|
||||
Version: 1.31.21
|
||||
Release: %{release_number}%{?dist}.3
|
||||
Version: 1.31.26
|
||||
Release: %{release_number}%{?dist}.14
|
||||
|
||||
Summary: Agent for reporting virtual guest IDs to subscription-manager
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
# GPL for virt-who proper and LGPL for incorporated suds
|
||||
License: GPL-2.0-or-later AND LGPL-3.0-or-later
|
||||
URL: https://github.com/candlepin/virt-who
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
|
|
@ -35,7 +36,6 @@ 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,7 +56,6 @@ 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
|
||||
|
|
@ -78,6 +77,7 @@ Requires(preun): chkconfig
|
|||
# This is for /sbin/service
|
||||
Requires(preun): initscripts
|
||||
%endif
|
||||
Provides: bundled(python-suds) = 0.8.4
|
||||
|
||||
%description
|
||||
Agent that collects information about virtual guests present in the system and
|
||||
|
|
@ -163,14 +163,73 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.21-1.3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.26-1.14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.21-1.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.31.26-1.13
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.31.21-1.1
|
||||
- Rebuilt for Python 3.11
|
||||
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.31.26-1.12
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.26-1.11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.31.26-1.10
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.31.26-1.9
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.26-1.8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jun 15 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 1.31.26-1.7
|
||||
- Drop unused six dependency
|
||||
|
||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 1.31.26-1.6
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Tue Apr 01 2025 Miro Hrončok <mhroncok@redhat.com> - 1.31.26-1.5
|
||||
- Drop unused runtime requirement on python3-setuptools
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.26-1.4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.26-1.3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.31.26-1.2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.26-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Feb 01 2023 Jiri Hnidek <jhnidek@redhat.com> 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)
|
||||
- 2158710: Migrated virt-who.conf, when necessary (jhnidek@redhat.com)
|
||||
- Added documentation for the 'rhsm_insecure' option, for insecure connections
|
||||
(fernandez.santos.d@gmail.com)
|
||||
- Added configuration for rhel-9.x into releasers.conf (jhnidek@redhat.com)
|
||||
|
||||
* Thu Oct 06 2022 William Poteat <wpoteat@redhat.com> 1.31.25-1
|
||||
- 2099925: Drop support for RHEVM on RHEL 9 (jhnidek@redhat.com)
|
||||
- Update virt-who-config.5 (s10w.1ife.31@gmail.com)
|
||||
- Big optimization and refactoring of Nutanix code (jhnidek@redhat.com)
|
||||
|
||||
* Thu Sep 01 2022 William Poteat <wpoteat@redhat.com> 1.31.24-1
|
||||
- 2118253: Nutanix: Gather information about VMs correctly (jhnidek@redhat.com)
|
||||
|
||||
* Thu Apr 21 2022 William Poteat <wpoteat@redhat.com> 1.31.23-1
|
||||
- 2054504: Use usedforsecurity=False for md5() calls to make suds work on FIPS
|
||||
enabled systems (oalbrigt@redhat.com)
|
||||
|
||||
* Wed Mar 16 2022 William Poteat <wpoteat@redhat.com> 1.31.22-1
|
||||
- 2060949: Indicate that virt-who provides python-suds in the spec file
|
||||
(wpoteat@redhat.com)
|
||||
- Run complex tests as forked for consistent results (wpoteat@redhat.com)
|
||||
- Update releasers for current needs (wpoteat@redhat.com)
|
||||
|
||||
* Tue Feb 08 2022 William Poteat <wpoteat@redhat.com> 1.31.21-1
|
||||
- 1987247: The connection value shows null for kubevirt mode in virt-who status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue