Move configure into build (not prep).
This commit is contained in:
parent
01f8c2e898
commit
4f94663add
@ -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@redhat.com> - 1.3-4
|
||||
- Move configure into build (not prep).
|
||||
|
||||
* Thu Oct 28 2010 Richard W.M. Jones <rjones@redhat.com> - 1.3-3
|
||||
- Initial import into Fedora.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user