[python-taboot/f14] Update to 0.3.2-1

Timothy Bielawa tbielawa at fedoraproject.org
Fri Sep 30 00:26:26 UTC 2011


commit bfb8abc15661af798b2f49e19169cb137a837a8a
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Thu Sep 29 20:25:37 2011 -0400

    Update to 0.3.2-1

 .gitignore         |    1 +
 python-taboot.spec |   12 +++++++++++-
 sources            |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6f4774..344a375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-taboot-0.3.1.tar.gz
+/python-taboot-0.3.2.tar.gz
diff --git a/python-taboot.spec b/python-taboot.spec
index a2054ba..e891be1 100644
--- a/python-taboot.spec
+++ b/python-taboot.spec
@@ -3,7 +3,7 @@
 
 Name:           python-taboot
 %define _name   taboot
-Version:        0.3.1
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        Client utility for scripted multi-system administration over Func
 
@@ -20,6 +20,7 @@ Requires:       func
 Requires:       PyYAML
 %{?fc14:Requires: python-argparse}
 %{?el5:Requires: python-argparse}
+%{?el6:Requires: python-argparse}
 
 
 %description
@@ -84,6 +85,15 @@ mod_jk via it's xml web api.
 
 
 %changelog
+* Thu Sep 29 2011 Tim Bielawa <tbielawa at redhat.com> 0.3.2-1
+- Add Nagios (Un)SilenceHost classes (Fixes: #29) (tbielawa at redhat.com)
+- Adding WaitOnInput subclass to SleepBase class for pausing until
+  user input (Fixes: #30) (jason.detiberus at redhat.com)
+- New HTMLOutput logger (Fixes: #31) (tbielawa at redhat.com)
+- 'hacking' directory in git tree has script to make development testing easier.
+- Update docs. pep8 fixes
+- Make python-argparse a Requires for el6 as well
+
 * Thu Aug 04 2011 Tim Bielawa <tbielawa at redhat.com> 0.3.1-1
 - Spelling & grammar fixes all around (Fixes #23) (tbielawa at redhat.com)
 - Added -E flag to edit script before running (Fixes #18)
diff --git a/sources b/sources
index 18acbe6..4c159fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3bfa074c52e6d8675b267a4816963c1e  python-taboot-0.3.1.tar.gz
+1fe0ba29200b288ae040eab70de7bc68  python-taboot-0.3.2.tar.gz


More information about the scm-commits mailing list