Require 'which' program.
This commit is contained in:
parent
e934921100
commit
ec2397fc8d
@ -1,6 +1,6 @@
|
|||||||
Name: virt-what
|
Name: virt-what
|
||||||
Version: 1.15
|
Version: 1.15
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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+
|
||||||
|
|
||||||
@ -21,6 +21,9 @@ Requires: dmidecode
|
|||||||
%endif
|
%endif
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
|
|
||||||
|
# Runs the 'which' program to find the helper.
|
||||||
|
Requires: which
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
virt-what is a shell script which can be used to detect if the program
|
virt-what is a shell script which can be used to detect if the program
|
||||||
@ -77,6 +80,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2016 Richard W.M. Jones <rjones@redhat.com> - 1.15-4
|
||||||
|
- Require 'which' program.
|
||||||
|
|
||||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user