[VMDKstream] Fix the BuildRequires and Requires to include python.

Chris Lalancette clalance at fedoraproject.org
Thu Jul 7 13:11:01 UTC 2011


commit 7520caf08c5ca0c8df0538c71f6879067aeeae3e
Author: Chris Lalancette <clalance at redhat.com>
Date:   Thu Jul 7 09:10:33 2011 -0400

    Fix the BuildRequires and Requires to include python.
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 VMDKstream.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/VMDKstream.spec b/VMDKstream.spec
index 4dee556..4dcd714 100644
--- a/VMDKstream.spec
+++ b/VMDKstream.spec
@@ -3,12 +3,15 @@
 Summary: Python tool to convert raw disk images to stream-optimized VMDK files
 Name: VMDKstream
 Version: 0.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2
 Group: Development/Libraries
 BuildArch: noarch
 Url: https://github.com/imcleod/VMDK-stream-converter
+Requires: python
+BuildRequires: python
+BuildRequires: python-setuptools
 
 %description
 While adding support for VMWare ESX/vSphere to the Image Factory project
@@ -43,5 +46,8 @@ python setup.py install -O1 --root=$RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 07 2011 Chris Lalancette <clalance at redhat.com> - 0.2-2
+- Fix up Requires and BuildRequires
+
 * Wed Jun 29 2011 Chris Lalancette <clalance at redhat.com> - 0.2-1
 - Initial package.


More information about the scm-commits mailing list