[heat-cfntools] Remove yum dep, it isn't available on Atomic

Ryan Brown ryansb at fedoraproject.org
Mon Nov 10 21:48:18 UTC 2014


commit 3419ff8ffac6d93f6c7f0584382341bff679a4ba
Author: Colin Walters <walters at verbum.org>
Date:   Thu Nov 6 15:28:51 2014 -0500

    Remove yum dep, it isn't available on Atomic
    
    Yum isn't installed on  Atomic hosts by default, and anyone who
    constructs a system without it was clearly intending to do so.

 heat-cfntools.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/heat-cfntools.spec b/heat-cfntools.spec
index ad00006..f2b1988 100644
--- a/heat-cfntools.spec
+++ b/heat-cfntools.spec
@@ -1,6 +1,6 @@
 Name: heat-cfntools
 Version: 1.2.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Tools required to be installed on Heat provisioned cloud instances
 Group: System Environment/Base
 License: ASL 2.0
@@ -24,7 +24,6 @@ Requires: gzip
 Requires: python-setuptools
 Requires: shadow-utils
 Requires: tar
-Requires: yum
 
 %description
 Tools required to be installed on Heat provisioned cloud instances
@@ -48,6 +47,9 @@ mkdir -p %{buildroot}/%{_sharedstatedir}/%{name}
 %dir %{_sharedstatedir}/%{name}
 
 %changelog
+* Thu Nov 06 2014 Colin Walters <walters at redhat.com> - 1.2.8-2
+- Remove yum dependency, as it will not typically be installed on Atomic hosts
+
 * Thu Aug 28 2014 Jeff Peeler <jpeeler at redhat.com> 1.2.8-1
 - rebase to 1.2.8
 - remove wget dependency as it's no longer required


More information about the scm-commits mailing list