diff --git a/virt-what.spec b/virt-what.spec index 578f0f0..2fdd917 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -1,6 +1,6 @@ Name: virt-what Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Detect if we are running in a virtual machine ExclusiveArch: %{ix86} x86_64 @@ -19,6 +19,7 @@ BuildRequires: /usr/bin/pod2man Requires: dmidecode Requires: util-linux-ng + %description virt-what is a shell script which can be used to detect if the program is running in a virtual machine. @@ -38,10 +39,10 @@ OpenVZ, Virtuozzo, User-Mode Linux (UML). %prep %setup -q -%configure %build +%configure make @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Oct 28 2010 Richard W.M. Jones - 1.3-4 +- Move configure into build (not prep). + * Thu Oct 28 2010 Richard W.M. Jones - 1.3-3 - Initial import into Fedora.