[puppet/f19] Add tar as an installation requirement (BZ #994477)

Sam Kottler skottler at fedoraproject.org
Wed Aug 7 14:10:24 UTC 2013


commit 553f823d5108f1fc7c7602c4404792072fc9d88a
Author: Sam Kottler <shk at redhat.com>
Date:   Sun Aug 4 22:19:47 2013 -0400

    Add tar as an installation requirement (BZ #994477)

 puppet.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/puppet.spec b/puppet.spec
index d1c1cb5..975882e 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -22,7 +22,7 @@
 
 Name:           puppet
 Version:        3.1.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A network tool for managing many disparate systems
 License:        ASL 2.0
 URL:            http://puppetlabs.com
@@ -87,6 +87,8 @@ Requires(preun): initscripts
 Requires(postun): initscripts
 %endif
 
+Requires: tar
+
 %description
 Puppet lets you centrally manage every important aspect of your system using a
 cross-platform specification language that manages all the separate elements
@@ -366,6 +368,9 @@ fi
 rm -rf %{buildroot}
 
 %changelog
+* Wed Aug 7 2013 Sam Kottler <skottler at fedoraproject.org> - 3.1.1-7
+- Add tar as an installation requirement
+
 * Tue Jul 30 2013 Orion Poplawski <orion at cora.nwra.com> - 3.1.1-6
 - Use systemd semantics and name in NM dispatcher script
 


More information about the scm-commits mailing list