[virt-what] Move configure into build (not prep).

Richard W.M. Jones rjones at fedoraproject.org
Mon Jan 17 10:44:16 UTC 2011


commit 4f94663add59fe8127c3ccb1d7aeb5dddead47ca
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jan 17 10:44:03 2011 +0000

    Move configure into build (not prep).

 virt-what.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
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 <rjones at redhat.com> - 1.3-4
+- Move configure into build (not prep).
+
 * Thu Oct 28 2010 Richard W.M. Jones <rjones at redhat.com> - 1.3-3
 - Initial import into Fedora.
 


More information about the scm-commits mailing list