New upstream version 1.16.

Add upstream patch which completes support for AWS.
Update RPM description section with complete list of supported guests.
This commit is contained in:
Richard W.M. Jones 2017-07-31 14:35:00 +01:00
parent 357303f35c
commit 5a37330e7b
3 changed files with 65 additions and 3 deletions

View File

@ -0,0 +1,34 @@
From d37de7dd898538137998a28bda2a6d1e63e747b8 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Mon, 31 Jul 2017 14:32:51 +0100
Subject: [PATCH] =?UTF-8?q?Document=20=E2=80=98aws=E2=80=99=20meaning=20Am?=
=?UTF-8?q?azon=20Web=20Services=20cloud=20guest.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates commit dc32228184622b28f412f527c0f353347db029b8.
---
virt-what.pod | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/virt-what.pod b/virt-what.pod
index 78e5655..ebfc190 100644
--- a/virt-what.pod
+++ b/virt-what.pod
@@ -25,6 +25,12 @@ don't know about or cannot detect.
=over 4
+=item B<aws>
+
+Amazon Web Services cloud guest.
+
+Status: contributed by Qi Guo.
+
=item B<bhyve>
This is a bhyve (FreeBSD hypervisor) guest.
--
2.13.2

View File

@ -1 +1 @@
35d19ca3305e8ae88c1985fbd8388f53 virt-what-1.15.tar.gz SHA512 (virt-what-1.16.tar.gz) = 3f764d79cc677f45413be79df355c217777700c1e27a4a0fab5a055f2b22756f78acf000212d3cd7ec1c88d18f24b8ecc35eff966259dd813bd8768c14b89173

View File

@ -1,12 +1,15 @@
Name: virt-what Name: virt-what
Version: 1.15 Version: 1.16
Release: 6%{?dist} Release: 1%{?dist}
Summary: Detect if we are running in a virtual machine Summary: Detect if we are running in a virtual machine
License: GPLv2+ License: GPLv2+
URL: http://people.redhat.com/~rjones/virt-what/ URL: http://people.redhat.com/~rjones/virt-what/
Source0: http://people.redhat.com/~rjones/virt-what/files/%{name}-%{version}.tar.gz Source0: http://people.redhat.com/~rjones/virt-what/files/%{name}-%{version}.tar.gz
# Upstream patch which completes support for AWS.
Patch0001: 0001-Document-aws-meaning-Amazon-Web-Services-cloud-guest.patch
# This is provided by the build root, but we make it explicit # This is provided by the build root, but we make it explicit
# anyway in case this was dropped from the build root in future. # anyway in case this was dropped from the build root in future.
BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2man
@ -39,15 +42,34 @@ know about or can't detect.
Current types of virtualization detected: Current types of virtualization detected:
- aws Amazon Web Services cloud guest
- bhyve FreeBSD hypervisor
- docker Docker container
- hyperv Microsoft Hyper-V - hyperv Microsoft Hyper-V
- ibm_power-kvm
IBM POWER KVM
- ibm_power-lpar_shared
- ibm_power-lpar_dedicated
IBM POWER LPAR (hardware partition)
- ibm_systemz-*
IBM SystemZ Direct / LPAR / z/VM / KVM
- ldoms Oracle VM Server for SPARC Logical Domains
- linux_vserver
Linux VServer container
- lxc Linux LXC container
- kvm Linux Kernel Virtual Machine (KVM) - kvm Linux Kernel Virtual Machine (KVM)
- lkvm LKVM / kvmtool
- openvz OpenVZ or Virtuozzo - openvz OpenVZ or Virtuozzo
- ovirt oVirt node
- parallels Parallels Virtual Platform
- powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator - powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator
- qemu QEMU (unaccelerated) - qemu QEMU (unaccelerated)
- rhev Red Hat Enterprise Virtualization
- uml User-Mode Linux (UML) - uml User-Mode Linux (UML)
- virtage Hitachi Virtualization Manager (HVM) Virtage LPAR - virtage Hitachi Virtualization Manager (HVM) Virtage LPAR
- virtualbox VirtualBox - virtualbox VirtualBox
- virtualpc Microsoft VirtualPC - virtualpc Microsoft VirtualPC
- vmm vmm OpenBSD hypervisor
- vmware VMware - vmware VMware
- xen Xen - xen Xen
- xen-dom0 Xen dom0 (privileged domain) - xen-dom0 Xen dom0 (privileged domain)
@ -57,6 +79,7 @@ Current types of virtualization detected:
%prep %prep
%setup -q %setup -q
%patch0001 -p1
%build %build
@ -80,6 +103,11 @@ make check
%changelog %changelog
* Mon Jul 31 2017 Richard W.M. Jones <rjones@redhat.com> - 1.16-1
- New upstream version 1.16.
- Add upstream patch which completes support for AWS.
- Update RPM description section with complete list of supported guests.
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-6 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild