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

Sam Kottler skottler at fedoraproject.org
Wed Aug 7 14:13:30 UTC 2013


commit f0672b7cae04269bccf519015f85ca1b4e80e8a7
Author: Sam Kottler <shk at redhat.com>
Date:   Sun Aug 4 22:25:03 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 a6d4cc4..0ddad7f 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -23,7 +23,7 @@
 
 Name:           puppet
 Version:        3.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A network tool for managing many disparate systems
 License:        ASL 2.0
 URL:            http://puppetlabs.com
@@ -82,6 +82,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
@@ -352,6 +354,9 @@ fi
 rm -rf %{buildroot}
 
 %changelog
+* Wed Aug 7 2013 Sam Kottler <skottler at fedoraproject.org> - 3.1.1-2
+- Add tar as an installation requirement
+
 * Wed Mar 13 2013 Michael Stahnke <stahnma at puppetlabs.com> - 3.1.1-1
 - Fixes for CVE-2013-1640 CVE-2013-1652 CVE-2013-1653 CVE-2013-1654
 - CVE-2013-1655 CVE-2013-2274 CVE-2013-2275


More information about the scm-commits mailing list