Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
virt-who
Commits
e56feb8f
Commit
e56feb8f
authored
May 18, 2021
by
Rocky Automation
📺
Browse files
import virt-who-1.30.5-1.el8
parent
5eeb51e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e56feb8f
SOURCES/virt-who-
0.29.3
.tar.gz
SOURCES/virt-who-
1.30.5
.tar.gz
.virt-who.metadata
View file @
e56feb8f
e048a374d23752129344818a5fd5fd045bb16593
SOURCES/virt-who-
0.29.3
.tar.gz
38a18bfc42f737e2042b76733307227240bcc9a0
SOURCES/virt-who-
1.30.5
.tar.gz
SPECS/virt-who.spec
View file @
e56feb8f
...
...
@@ -20,8 +20,8 @@
Name: virt-who
Version:
0.29.3
Release:
1
%{?dist}
Version:
1.30.5
Release:
%{release_number}
%{?dist}
Summary: Agent for reporting virtual guest IDs to subscription-manager
...
...
@@ -92,7 +92,9 @@ report them to the subscription manager.
%prep
%setup -q
%if 0%{?rhel}
%patch1 -p1
%endif
%build
%{python_exec} setup.py build --rpm-version=%{version}-%{release_number}
...
...
@@ -169,28 +171,42 @@ fi
%changelog
* Mon Jul 20 2020 William Poteat <wpoteat@redhat.com> 0.29.3-1
- Correction for erroneous previous tag
* Fri Dec 18 2020 William Poteat <wpoteat@redhat.com> 1.30.5-1
- 1855550: [Remote Libvirt] The Name in Stage Candlepin cannot update based on
hypervisor_id configuration (wpoteat@redhat.com)
- 1879329: List possible values for type in man page (wpoteat@redhat.com)
* Tue Dec 08 2020 William Poteat <wpoteat@redhat.com> 1.30.4-1
-
* Wed Nov 11 2020 William Poteat <wpoteat@redhat.com> 0.30.3-1
- 1890421: Update to docs for config change (wpoteat@redhat.com)
- Tweak of patch builder (wpoteat@redhat.com)
* Wed Nov 04 2020 William Poteat <wpoteat@redhat.com> 0.30.2-1
- 1890421: New section of virt-who.conf file for environment variables
(wpoteat@redhat.com)
- 1876927: virt-who fails to parse output from hypervisor (wpoteat@redhat.com)
- Correction in patch builder for directory location (wpoteat@redhat.com)
- Update releasers (wpoteat@redhat.com)
* Mon Oct 12 2020 William Poteat <wpoteat@redhat.com> 0.30.1-1
- 1878136: Deprecation comment in config file (wpoteat@redhat.com)
- 1854829: rhsm_port and rhsm_password are missing in template.conf
(wpoteat@redhat.com)
* Wed Jun 24 2020 William Poteat <wpoteat@redhat.com> 1.29.3-1
* Thu Oct 01 2020 William Poteat <wpoteat@redhat.com> 0.30.0-1
- Add patch to remove AHV bits for RHEL builds (wpoteat@redhat.com)
- 1878136: Deprecation warning for environment variables (wpoteat@redhat.com)
- 184506: virt-who should send its version in the User-Agent header
(wpoteat@redhat.com)
- 1806572: RHEVM API url needs version specified (wpoteat@redhat.com)
- 1847792: [ESX] Virt-who is failed when run with
"filter/exclude_host_parents=" option (wpoteat@redhat.com)
- 1809098: Convert UUID to big-endian for certain esx hardware versions
(wpoteat@redhat.com)
- 1835132: support milicpus (piotr.kliczewski@gmail.com)
* Thu May 21 2020 William Poteat <wpoteat@redhat.com> 0.29.2-2
- Automatic commit of package [virt-who] minor release [0.29.1-3].
(wpoteat@redhat.com)
- Update for AHV patch (wpoteat@redhat.com)
- Automatic commit of package [virt-who] minor release [0.29.1-2].
(wpoteat@redhat.com)
- Use release tagger until branched (wpoteat@redhat.com)
- Update patch for AHV removal (khowell@redhat.com)
- Build fix (wpoteat@redhat.com)
- Prepare downstream release (wpoteat@redhat.com)
- Patch to exclude AHV from RPM (wpoteat@redhat.com)
* Thu May 21 2020 William Poteat <wpoteat@redhat.com> 0.29.2-1
- NTLM: Fix compatibility issue with Python3.8 (jhnidek@redhat.com)
- 1806572: RHEVM should only use version 4 (wpoteat@redhat.com)
...
...
@@ -198,23 +214,6 @@ fi
- 1461272: Filter virt-who hosts based on host_parents using wildcard
(wpoteat@redhat.com)
* Fri May 08 2020 William Poteat <wpoteat@redhat.com> 0.29.1-3
- Update for AHV patch (wpoteat@redhat.com)
* Fri May 08 2020 William Poteat <wpoteat@redhat.com> 0.29.1-2
- Use release tagger until branched (wpoteat@redhat.com)
- Update patch for AHV removal (khowell@redhat.com)
- Build fix (wpoteat@redhat.com)
- Prepare downstream release (wpoteat@redhat.com)
- Patch to exclude AHV from RPM (wpoteat@redhat.com)
* Fri May 08 2020 William Poteat <wpoteat@redhat.com>
- Use release tagger until branched (wpoteat@redhat.com)
- Update patch for AHV removal (khowell@redhat.com)
- Build fix (wpoteat@redhat.com)
- Prepare downstream release (wpoteat@redhat.com)
- Patch to exclude AHV from RPM (wpoteat@redhat.com)
* Fri May 08 2020 William Poteat <wpoteat@redhat.com> 0.29.1-1
- 1806572: virt-who using V3 APIs for communication with RHEVM which is
deprecated (wpoteat@redhat.com)
...
...
@@ -262,6 +261,7 @@ fi
- 1472727: Log error, when encrypted password is missing; ENT-1344
(jhnidek@redhat.com)
- 1714133: can't set data property (piotr.kliczewski@gmail.com)
- Add Nutanix AHV support for RHSS + UTs. (amir00018@gmail.com)
* Fri May 24 2019 William Poteat <wpoteat@redhat.com> 0.25.3-1
- 1530290: Remove enviroment as an input variable for the hypervisor check in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment