[python-taboot] Update to 0.4.0-1

Timothy Bielawa tbielawa at fedoraproject.org
Fri Jan 20 21:56:38 UTC 2012


commit 518d85d99ed0e8dac4dd6ba604db59261cba2d04
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Fri Jan 20 16:56:29 2012 -0500

    Update to 0.4.0-1

 .gitignore         |    1 +
 python-taboot.spec |   49 +++++++++++++++++++++++++++++++++++++++++++------
 sources            |    2 +-
 3 files changed, 45 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6f4774..615139d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-taboot-0.3.1.tar.gz
+/python-taboot-0.4.0.tar.gz
diff --git a/python-taboot.spec b/python-taboot.spec
index e7f4574..f54c249 100644
--- a/python-taboot.spec
+++ b/python-taboot.spec
@@ -3,8 +3,8 @@
 
 Name:           python-taboot
 %define _name   taboot
-Version:        0.3.1
-Release:        2%{?dist}
+Version:        0.4.0
+Release:        1%{?dist}
 Summary:        Client utility for scripted multi-system administration over Func
 
 Group:          Development/Languages
@@ -20,6 +20,7 @@ Requires:       func
 Requires:       PyYAML
 %{?fc14:Requires: python-argparse}
 %{?el5:Requires: python-argparse}
+%{?el6:Requires: python-argparse}
 
 
 %description
@@ -62,8 +63,9 @@ mod_jk via it's xml web api.
 %{__mv} $RPM_BUILD_ROOT%{python_sitelib}/taboot-func $RPM_BUILD_ROOT%{python_sitelib}/func/minion/modules/%{_name}
 %{__mkdir_p} %{buildroot}%{_mandir}/{man1,man5}
 %{__gzip} -c docs/man/man1/taboot.1 > %{buildroot}/%{_mandir}/man1/taboot.1.gz
+%{__ln_s} ./taboot.1.gz %{buildroot}/%{_mandir}/man1/tabootv.1.gz
 %{__gzip} -c docs/man/man5/taboot-tasks.5 > %{buildroot}/%{_mandir}/man5/taboot-tasks.5.gz
-
+%{__mv} share/edit-header %{buildroot}/%{_datadir}/%{_name}
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -71,10 +73,12 @@ mod_jk via it's xml web api.
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/taboot
+%{_bindir}/taboot*
 %{python_sitelib}/*%{_name}*
+%{_datadir}/%{_name}*
 %doc docs/rst LICENSE AUTHORS README
 %doc %{_mandir}/man1/taboot.*
+%doc %{_mandir}/man1/tabootv.*
 %doc %{_mandir}/man5/taboot-tasks.*
 
 
@@ -84,8 +88,41 @@ mod_jk via it's xml web api.
 
 
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Fri Jan 20 2012 Tim Bielawa <tbielawa at redhat.com> 0.4.0-1
+- Taboot 0.4.0, the "Farewell, Friend" release
+
+* Wed Jan 18 2012 Tim Bielawa <tbielawa at redhat.com> - 0.3.9-1rc3
+- Fix vi launching with incorrect command line parameters
+
+* Tue Jan 17 2012 Tim Bielawa <tbielawa at redhat.com> - 0.3.9-1rc2
+- Fix EDITOR export in tabootv script
+
+* Mon Jan 16 2012 Tim Bielawa <tbielawa at redhat.com> - 0.3.9-1rc1
+- Major release, lots of internal code refactoring
+- tbielawa at redhat.com:
+  Fixes #25, Should have a guide for creating new scripts
+  Fixes #26, Taboot is not DRY enough
+  Fixes #28, More verbosity for debugging & development
+  Fixes #33, Add functionality for strict ordering of hosts
+  Fixes #34, Taboot 'edit' mode should hint at the file type and give instructions
+  Fixes #35, Taboot should have a "noop" task
+  Fixes #36, Preflight not doing mega concurrency as advertised
+- jdetiber at redhat.com:
+  Fixes #38, Escape HTML Tags in HTMLOutput
+  Fixes #39, Colorize various output
+  Fixes #40, Create a tabootv wrapper to make vi default EDITOR
+  Fixes #41, Add server parameter to puppet (Safe)Run tasks
+- abutcher at redhat.com:
+  Fixes #37, Add a puppet noop task
+
+* 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)
diff --git a/sources b/sources
index 18acbe6..18822b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3bfa074c52e6d8675b267a4816963c1e  python-taboot-0.3.1.tar.gz
+fd72d5795b0c6c36b917686ae7cfdadf  python-taboot-0.4.0.tar.gz


More information about the scm-commits mailing list