diff --git a/virt-what.spec b/virt-what.spec index 7ab0eaa..928762e 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -1,12 +1,12 @@ Name: virt-what Version: 1.20 -Release: 2 +Release: 3 Summary: Detect if running in a virtual machine License: GPLv2+ URL: https://people.redhat.com/~rjones/virt-what/ Source0: https://people.redhat.com/~rjones/virt-what/files/%{name}-%{version}.tar.gz -BuildRequires: gcc util-linux /usr/bin/pod2man git +BuildRequires: gcc util-linux /usr/bin/pod2man Requires: dmidecode util-linux which %description @@ -16,7 +16,7 @@ is running in a virtual machine. %package_help %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -47,6 +47,9 @@ make check %{_mandir}/*/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.20-3 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Sat Sep 19 2020 yang_zhuang_zhuang - 1.20-2 - Type:enhancement - ID:NA