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

Sam Kottler skottler at fedoraproject.org
Wed Aug 7 13:52:16 UTC 2013


commit ad48aa39a308369a2296ad9cc048d4da7c143548
Author: Sam Kottler <shk at redhat.com>
Date:   Sun Aug 4 22:03:13 2013 -0400

    Add tar as an installation requirement (BZ #994477)

 puppet.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/puppet.spec b/puppet.spec
index 45e7759..2a42b93 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -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
@@ -363,6 +365,9 @@ fi
 rm -rf %{buildroot}
 
 %changelog
+* Wed Aug 7 2013 Sam Kottler <skottler at fedoraproject.org> - 3.1.1-6
+- Add tar as an installation requirement
+
 * Tue Jul 30 2013 Orion Poplawski <orion at cora.nwra.com> - 3.1.1-5
 - Use systemd semantics and name in NM dispatcher script
 


More information about the scm-commits mailing list