[python-taboot/el5] Update to 0.4.0-1

Timothy Bielawa tbielawa at fedoraproject.org
Fri Jan 20 21:47:28 UTC 2012


commit db360e4a88c024e3b4d26346f7d5a4d7cf52eccf
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Fri Jan 20 16:46:04 2012 -0500

    Update to 0.4.0-1

 .gitignore         |    1 +
 python-taboot.spec |   36 +++++++++++++++++++++++++++++++++---
 sources            |    2 +-
 3 files changed, 35 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 344a375..6494639 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-taboot-0.3.1.tar.gz
 /python-taboot-0.3.2.tar.gz
+/python-taboot-0.4.0.tar.gz
diff --git a/python-taboot.spec b/python-taboot.spec
index e891be1..f54c249 100644
--- a/python-taboot.spec
+++ b/python-taboot.spec
@@ -3,7 +3,7 @@
 
 Name:           python-taboot
 %define _name   taboot
-Version:        0.3.2
+Version:        0.4.0
 Release:        1%{?dist}
 Summary:        Client utility for scripted multi-system administration over Func
 
@@ -63,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
@@ -72,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.*
 
 
@@ -85,6 +88,33 @@ mod_jk via it's xml web api.
 
 
 %changelog
+* 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
diff --git a/sources b/sources
index 4c159fb..593c14e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fe0ba29200b288ae040eab70de7bc68  python-taboot-0.3.2.tar.gz
+bd81ce31254da41e3844d1b0d5082777  python-taboot-0.4.0.tar.gz


More information about the scm-commits mailing list