[heat-cfntools/f21] Add requires for external commands

Jeff Peeler jpeeler at fedoraproject.org
Wed Aug 20 16:29:13 UTC 2014


commit 31f8b0fc93cb75c750a8c61ab2ef9bc64231d93a
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Tue Aug 19 18:34:39 2014 -0400

    Add requires for external commands
    
    Resolves: rhbz #1130964

 heat-cfntools.spec |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/heat-cfntools.spec b/heat-cfntools.spec
index 3fb7187..22f52c6 100644
--- a/heat-cfntools.spec
+++ b/heat-cfntools.spec
@@ -1,6 +1,6 @@
 Name: heat-cfntools
 Version: 1.2.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Tools required to be installed on Heat provisioned cloud instances
 Group: System Environment/Base
 License: ASL 2.0
@@ -12,9 +12,21 @@ BuildRequires: python2-devel
 BuildRequires: python-setuptools
 BuildRequires: python-pbr >= 0.5.20
 
+# imported by cfn_helper
 Requires: python-boto
 Requires: python-psutil
 
+# external commands
+Requires: bzip2
+Requires: coreutils
+Requires: curl
+Requires: gzip
+Requires: python-setuptools
+Requires: shadow-utils
+Requires: tar
+Requires: wget
+Requires: yum
+
 %description
 Tools required to be installed on Heat provisioned cloud instances
 
@@ -37,6 +49,9 @@ mkdir -p %{buildroot}/%{_sharedstatedir}/%{name}
 %dir %{_sharedstatedir}/%{name}
 
 %changelog
+* Tue Aug 19 2014 Jeff Peeler <jpeeler at redhat.com> 1.2.7-3
+- fix dependencies to include external commands (rhbz#1130964)
+
 * Sat Jul 12 2014 Tom Callaway <spot at fedoraproject.org> 1.2.7-2
 - fix license handling
 


More information about the scm-commits mailing list