New upstream version 1.23

This commit is contained in:
Richard W.M. Jones 2022-06-23 13:47:34 +01:00
parent fe4afca5a8
commit 707414b213
2 changed files with 43 additions and 37 deletions

View File

@ -1,2 +1,2 @@
SHA512 (virt-what-1.22.tar.gz) = d430281edd9aaaa29f5475ab0a750ce0b2a3641fe5798769e38169e1c7879b2ee455f6c6c015cd069523045144ebcc3c4f58d205c4366b07721469a0aaa964d6
SHA512 (virt-what-1.22.tar.gz.sig) = 36f6634b599dade9fcf7fa6b45196a8738a5f209ce30dcc67427bad52c2c539ad8918adeb78793fb4fb1413d155fc62a04f60e8f2c36c00fe9ae4286bdd461f7
SHA512 (virt-what-1.23.tar.gz) = 480f32618923dbbadc82e9d066cbd3ec2ab170d8d5a16d449a3bdedcd4f0edd23b78718d0feabc9d489c63bc8cfc35d9b267aa2087550e6acf696d90570c99f6
SHA512 (virt-what-1.23.tar.gz.sig) = 16d722e3041abaa790283f78d7ebad4925a5932c63ef74cb472cd546bf65af127e125403a02b4f94e4fb17bc90a4c4945dc2ebfffe01375d069abc9a9c738d2f

View File

@ -1,6 +1,6 @@
Name: virt-what
Version: 1.22
Release: 2%{?dist}
Version: 1.23
Release: 1%{?dist}
Summary: Detect if we are running in a virtual machine
License: GPLv2+
@ -44,20 +44,20 @@ know about or can't detect.
Current types of virtualization detected:
- alibaba_cloud Alibaba cloud
- alibaba_cloud-ebm
- aws Amazon Web Services
- bhyve FreeBSD hypervisor
- docker Docker container
- google_cloud Google cloud
- hyperv Microsoft Hyper-V
- ibm_power-kvm
IBM POWER KVM
- ibm_power-lpar_shared
- ibm_power-kvm IBM POWER KVM
- ibm_power-lpar_shared IBM POWER LPAR (hardware partition)
- ibm_power-lpar_dedicated
IBM POWER LPAR (hardware partition)
- ibm_systemz-*
IBM SystemZ Direct / LPAR / z/VM / KVM
- ibm_systemz-* IBM SystemZ Direct / LPAR / z/VM / KVM
- illumos-lx Illumos with Linux syscall emulation
- ldoms Oracle VM Server for SPARC Logical Domains
- linux_vserver
Linux VServer container
- linux_vserver Linux VServer container
- lxc Linux LXC container
- kvm Linux Kernel Virtual Machine (KVM)
- lkvm LKVM / kvmtool
@ -65,8 +65,10 @@ Current types of virtualization detected:
- openvz OpenVZ or Virtuozzo
- ovirt oVirt node
- parallels Parallels Virtual Platform
- podman Podman container
- powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator
- qemu QEMU (unaccelerated)
- redhat Red Hat hypervisor
- rhev Red Hat Enterprise Virtualization
- uml User-Mode Linux (UML)
- virtage Hitachi Virtualization Manager (HVM) Virtage LPAR
@ -110,6 +112,10 @@ fi
%changelog
* Thu Jun 23 2022 Richard W.M. Jones <rjones@redhat.com> - 1.23-1
- New upstream version 1.23
- Update list of supported hypervisors
* Thu Apr 14 2022 Richard W.M. Jones <rjones@redhat.com> - 1.22-2
- New upstream version 1.22.
- Fix Source0 line.