2010-10-28 12:12:03 +00:00
|
|
|
|
Name: virt-what
|
2021-04-13 10:06:14 +00:00
|
|
|
|
Version: 1.21
|
2021-04-19 12:02:16 +00:00
|
|
|
|
Release: 1%{?dist}
|
2010-10-28 12:12:03 +00:00
|
|
|
|
Summary: Detect if we are running in a virtual machine
|
|
|
|
|
License: GPLv2+
|
2013-09-11 13:13:30 +00:00
|
|
|
|
|
2010-10-28 12:12:03 +00:00
|
|
|
|
URL: http://people.redhat.com/~rjones/virt-what/
|
2021-04-19 12:02:16 +00:00
|
|
|
|
Source0: http://people.redhat.com/~rjones/virt-what/files/%%{name}-%%{version}.tar.gz
|
2021-04-13 10:06:14 +00:00
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
2018-10-31 19:47:02 +00:00
|
|
|
|
BuildRequires: git
|
2021-04-13 10:14:10 +00:00
|
|
|
|
BuildRequires: autoconf, automake, libtool
|
2018-10-31 19:47:02 +00:00
|
|
|
|
|
2010-10-28 12:12:03 +00:00
|
|
|
|
# This is provided by the build root, but we make it explicit
|
|
|
|
|
# anyway in case this was dropped from the build root in future.
|
2018-07-09 17:06:53 +00:00
|
|
|
|
BuildRequires: gcc
|
2010-10-28 12:12:03 +00:00
|
|
|
|
BuildRequires: /usr/bin/pod2man
|
|
|
|
|
|
2011-01-19 19:07:53 +00:00
|
|
|
|
# Required at build time in order to do 'make check' (for getopt).
|
2011-12-29 16:30:19 +00:00
|
|
|
|
BuildRequires: util-linux
|
2011-01-19 19:07:53 +00:00
|
|
|
|
|
2011-12-29 16:30:19 +00:00
|
|
|
|
# virt-what script uses dmidecode and getopt (from util-linux).
|
2010-10-28 12:12:03 +00:00
|
|
|
|
# RPM cannot detect this so make the dependencies explicit here.
|
2017-10-17 11:25:31 +00:00
|
|
|
|
%ifarch aarch64 %{ix86} x86_64
|
2010-10-28 12:12:03 +00:00
|
|
|
|
Requires: dmidecode
|
2012-02-29 15:24:49 +00:00
|
|
|
|
%endif
|
2011-12-29 16:30:19 +00:00
|
|
|
|
Requires: util-linux
|
2010-10-28 12:12:03 +00:00
|
|
|
|
|
2016-06-14 07:46:45 +00:00
|
|
|
|
# Runs the 'which' program to find the helper.
|
|
|
|
|
Requires: which
|
|
|
|
|
|
2011-01-17 10:44:03 +00:00
|
|
|
|
|
2010-10-28 12:12:03 +00:00
|
|
|
|
%description
|
|
|
|
|
virt-what is a shell script which can be used to detect if the program
|
|
|
|
|
is running in a virtual machine.
|
|
|
|
|
|
|
|
|
|
The program prints out a list of "facts" about the virtual machine,
|
|
|
|
|
derived from heuristics. One fact is printed per line.
|
|
|
|
|
|
|
|
|
|
If nothing is printed and the script exits with code 0 (no error),
|
|
|
|
|
then it can mean either that the program is running on bare-metal or
|
|
|
|
|
the program is running inside a type of virtual machine which we don't
|
2013-07-29 14:24:53 +00:00
|
|
|
|
know about or can't detect.
|
2010-10-28 12:12:03 +00:00
|
|
|
|
|
|
|
|
|
Current types of virtualization detected:
|
2011-01-18 15:53:28 +00:00
|
|
|
|
|
2018-10-31 19:13:48 +00:00
|
|
|
|
- aws Amazon Web Services
|
2017-07-31 13:35:00 +00:00
|
|
|
|
- bhyve FreeBSD hypervisor
|
|
|
|
|
- docker Docker container
|
2011-01-18 15:53:28 +00:00
|
|
|
|
- hyperv Microsoft Hyper-V
|
2017-07-31 13:35:00 +00:00
|
|
|
|
- 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
|
2011-01-18 15:53:28 +00:00
|
|
|
|
- kvm Linux Kernel Virtual Machine (KVM)
|
2017-07-31 13:35:00 +00:00
|
|
|
|
- lkvm LKVM / kvmtool
|
2021-04-13 10:06:14 +00:00
|
|
|
|
- nutanix_ahv Nutanix Acropolis Hypervisor (AHV)
|
2011-01-18 15:53:28 +00:00
|
|
|
|
- openvz OpenVZ or Virtuozzo
|
2017-07-31 13:35:00 +00:00
|
|
|
|
- ovirt oVirt node
|
|
|
|
|
- parallels Parallels Virtual Platform
|
2011-01-18 15:53:28 +00:00
|
|
|
|
- powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator
|
|
|
|
|
- qemu QEMU (unaccelerated)
|
2017-07-31 13:35:00 +00:00
|
|
|
|
- rhev Red Hat Enterprise Virtualization
|
2011-01-18 15:53:28 +00:00
|
|
|
|
- uml User-Mode Linux (UML)
|
|
|
|
|
- virtage Hitachi Virtualization Manager (HVM) Virtage LPAR
|
|
|
|
|
- virtualbox VirtualBox
|
|
|
|
|
- virtualpc Microsoft VirtualPC
|
2017-07-31 13:35:00 +00:00
|
|
|
|
- vmm vmm OpenBSD hypervisor
|
2011-01-18 15:53:28 +00:00
|
|
|
|
- vmware VMware
|
|
|
|
|
- xen Xen
|
|
|
|
|
- xen-dom0 Xen dom0 (privileged domain)
|
|
|
|
|
- xen-domU Xen domU (paravirtualized guest domain)
|
|
|
|
|
- xen-hvm Xen guest fully virtualized (HVM)
|
2010-10-28 12:12:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-04-19 12:02:16 +00:00
|
|
|
|
%autosetup -S git
|
2010-10-28 12:12:03 +00:00
|
|
|
|
|
2021-04-13 10:14:10 +00:00
|
|
|
|
# Always rebuild upstream autotools files.
|
|
|
|
|
autoreconf -i
|
|
|
|
|
|
2010-10-28 12:12:03 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2011-01-17 10:44:03 +00:00
|
|
|
|
%configure
|
2010-10-28 12:12:03 +00:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2020-07-14 14:45:59 +00:00
|
|
|
|
%make_install
|
2010-10-28 12:12:03 +00:00
|
|
|
|
|
|
|
|
|
|
2011-01-18 21:28:38 +00:00
|
|
|
|
%check
|
2017-10-17 11:22:41 +00:00
|
|
|
|
if ! make check ; then
|
2017-07-31 13:50:20 +00:00
|
|
|
|
cat test-suite.log
|
|
|
|
|
exit 1
|
|
|
|
|
fi
|
2011-01-18 21:28:38 +00:00
|
|
|
|
|
2010-10-28 12:12:03 +00:00
|
|
|
|
%files
|
|
|
|
|
%doc README COPYING
|
|
|
|
|
%{_sbindir}/virt-what
|
|
|
|
|
%{_libexecdir}/virt-what-cpuid-helper
|
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-04-19 12:02:16 +00:00
|
|
|
|
* Mon Apr 19 2021 Richard W.M. Jones <rjones@redhat.com> - 1.21-1
|
|
|
|
|
- New upstream version 1.21.
|
|
|
|
|
|
2021-04-13 10:06:14 +00:00
|
|
|
|
* Tue Apr 13 2021 Richard W.M. Jones <rjones@redhat.com> - 1.21-0.1
|
|
|
|
|
- Add all patches since 1.20 in preparation for 1.21 release.
|
|
|
|
|
|
2021-01-27 23:09:22 +00:00
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
2020-07-29 13:47:42 +00:00
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
2020-07-14 14:45:59 +00:00
|
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.20-3
|
|
|
|
|
- Use make macros
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
|
2020-01-31 03:15:48 +00:00
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
2019-10-03 09:24:10 +00:00
|
|
|
|
* Thu Oct 3 2019 Richard W.M. Jones <rjones@redhat.com> - 1.20-1
|
|
|
|
|
- New upstream version 1.20.
|
|
|
|
|
|
2019-07-27 03:03:55 +00:00
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
2019-02-03 11:21:14 +00:00
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
2018-10-31 19:13:48 +00:00
|
|
|
|
* Wed Oct 31 2018 Richard W.M. Jones <rjones@redhat.com> - 1.19-1
|
|
|
|
|
- New upstream version 1.19.
|
|
|
|
|
- Fixes support for AWS.
|
|
|
|
|
- Remove patches which are now upstream.
|
|
|
|
|
|
2018-07-14 08:35:22 +00:00
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
2018-02-09 20:34:25 +00:00
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
2017-10-17 13:49:40 +00:00
|
|
|
|
* Tue Oct 17 2017 Richard W.M. Jones <rjones@redhat.com> - 1.18-4
|
2017-10-17 11:16:07 +00:00
|
|
|
|
- Include upstream patches since 1.18 was released.
|
2017-10-17 11:25:31 +00:00
|
|
|
|
- dmidecode is also available on aarch64.
|
2017-10-17 11:16:07 +00:00
|
|
|
|
|
2017-07-31 14:32:26 +00:00
|
|
|
|
* Mon Jul 31 2017 Richard W.M. Jones <rjones@redhat.com> - 1.18-1
|
|
|
|
|
- New upstream version 1.18.
|
2017-07-31 13:35:00 +00:00
|
|
|
|
- Update RPM description section with complete list of supported guests.
|
2017-07-31 13:42:21 +00:00
|
|
|
|
- If ‘make check’ fails, dump ‘test-suite.log’.
|
2017-07-31 13:35:00 +00:00
|
|
|
|
|
2017-07-27 21:21:53 +00:00
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
2017-02-11 17:07:37 +00:00
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
2016-06-14 07:46:45 +00:00
|
|
|
|
* Tue Jun 14 2016 Richard W.M. Jones <rjones@redhat.com> - 1.15-4
|
|
|
|
|
- Require 'which' program.
|
|
|
|
|
|
2016-02-05 02:46:30 +00:00
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
2015-06-19 02:04:13 +00:00
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
2015-04-21 11:22:21 +00:00
|
|
|
|
* Tue Apr 21 2015 Richard W.M. Jones <rjones@redhat.com> - 1.15-1
|
2015-04-21 11:17:59 +00:00
|
|
|
|
- New upstream version 1.15.
|
|
|
|
|
- Remove patches, now upstream.
|
|
|
|
|
|
2014-08-18 07:59:31 +00:00
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
2014-06-08 03:49:45 +00:00
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
2013-10-28 11:14:52 +00:00
|
|
|
|
* Mon Oct 28 2013 Richard W.M. Jones <rjones@redhat.com> - 1.13-3
|
2013-10-28 11:13:58 +00:00
|
|
|
|
- Suppress warning message on Amazon EC2:
|
|
|
|
|
"grep: /proc/xen/capabilities: No such file or directory"
|
|
|
|
|
|
2013-09-11 13:13:30 +00:00
|
|
|
|
* Wed Sep 11 2013 Richard W.M. Jones <rjones@redhat.com> - 1.13-2
|
|
|
|
|
- Include two upstream patches for detecting Xen and Linux VServer better
|
|
|
|
|
(RHBZ#973663).
|
|
|
|
|
- Modernize the spec file.
|
|
|
|
|
|
2013-07-29 14:24:53 +00:00
|
|
|
|
* Mon Jul 29 2013 Richard W.M. Jones <rjones@redhat.com> - 1.13-1
|
|
|
|
|
- New upstream version 1.13.
|
|
|
|
|
|
2013-02-15 02:50:35 +00:00
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
2012-07-22 02:50:27 +00:00
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
2012-03-17 13:28:15 +00:00
|
|
|
|
* Sat Mar 17 2012 Richard W.M. Jones <rjones@redhat.com> - 1.12-1
|
|
|
|
|
- New upstream version 1.12.
|
|
|
|
|
|
2012-02-29 15:24:49 +00:00
|
|
|
|
* Wed Feb 29 2012 Richard W.M. Jones <rjones@redhat.com> - 1.11-3
|
|
|
|
|
- Remove ExclusiveArch, but don't require dmidecode except on
|
|
|
|
|
i?86 and x86-64 (RHBZ#791370).
|
|
|
|
|
|
2012-01-14 07:59:19 +00:00
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
2011-05-27 11:21:21 +00:00
|
|
|
|
* Fri May 27 2011 Richard W.M. Jones <rjones@redhat.com> - 1.11-1
|
|
|
|
|
- New upstream version 1.11.
|
|
|
|
|
|
2011-05-25 10:34:08 +00:00
|
|
|
|
* Wed May 25 2011 Richard W.M. Jones <rjones@redhat.com> - 1.10-1
|
|
|
|
|
- New upstream version 1.10.
|
|
|
|
|
|
2013-07-29 14:24:53 +00:00
|
|
|
|
* Tue Mar 8 2011 Richard W.M. Jones <rjones@redhat.com> - 1.9-1
|
2011-03-08 12:46:25 +00:00
|
|
|
|
- New upstream version 1.9.
|
|
|
|
|
|
2011-02-08 01:39:47 +00:00
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2011-01-31 16:31:29 +00:00
|
|
|
|
* Mon Jan 31 2011 Richard W.M. Jones <rjones@redhat.com> - 1.8-1
|
|
|
|
|
- New upstream version 1.8.
|
|
|
|
|
|
2011-01-20 16:22:25 +00:00
|
|
|
|
* Thu Jan 20 2011 Richard W.M. Jones <rjones@redhat.com> - 1.7-1
|
|
|
|
|
- New upstream version 1.7.
|
|
|
|
|
|
2011-01-19 19:07:53 +00:00
|
|
|
|
* Wed Jan 19 2011 Richard W.M. Jones <rjones@redhat.com> - 1.6-2
|
2011-01-19 18:51:57 +00:00
|
|
|
|
- New upstream version 1.6.
|
2011-01-19 19:07:53 +00:00
|
|
|
|
- BuildRequires 'getopt' from util-linux-ng.
|
2011-01-19 18:51:57 +00:00
|
|
|
|
|
2011-01-18 21:28:38 +00:00
|
|
|
|
* Tue Jan 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1.5-1
|
|
|
|
|
- New upstream version 1.5.
|
|
|
|
|
- Add 'make check' section.
|
|
|
|
|
|
2011-01-18 15:53:28 +00:00
|
|
|
|
* Tue Jan 18 2011 Richard W.M. Jones <rjones@redhat.com> - 1.4-1
|
|
|
|
|
- New upstream version 1.4.
|
|
|
|
|
- More hypervisor types detected.
|
|
|
|
|
|
2011-01-17 10:44:03 +00:00
|
|
|
|
* Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-4
|
|
|
|
|
- Move configure into build (not prep).
|
|
|
|
|
|
2010-10-28 12:12:03 +00:00
|
|
|
|
* Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-3
|
|
|
|
|
- Initial import into Fedora.
|
|
|
|
|
|
|
|
|
|
* Tue Oct 19 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-2
|
|
|
|
|
- Make changes suggested by reviewer (RHBZ#644259).
|
|
|
|
|
|
|
|
|
|
* Tue Oct 19 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-1
|
|
|
|
|
- Initial release.
|