[spacecmd] Rebase to spacecmd-1.6.11-1.fc16 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jan 2 14:56:40 UTC 2012


commit a0cd8a64859c107ade5772fbdc21ab55ecb2a5ef
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jan 2 15:56:35 2012 +0100

    Rebase to spacecmd-1.6.11-1.fc16 in rawhide.

 .gitignore    |    1 +
 sources       |    2 +-
 spacecmd.spec |   97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 97 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f28908..f9ae4a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ spacecmd-0.5.4.tar.gz
 /spacecmd-0.5.5.tar.gz
 /spacecmd-1.2.2.tar.gz
 /spacecmd-1.4.5.tar.gz
+/spacecmd-1.6.11.tar.gz
diff --git a/sources b/sources
index af5328d..c516eae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71d04a5cc9edc4020c44d34238ccbc85  spacecmd-1.4.5.tar.gz
+c6083620016d7c8b1a2fd0ca3b241a31  spacecmd-1.6.11.tar.gz
diff --git a/spacecmd.spec b/spacecmd.spec
index 9e365ec..fb7cd93 100644
--- a/spacecmd.spec
+++ b/spacecmd.spec
@@ -1,10 +1,10 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%if ! (0%{?fedora} || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
 Name:        spacecmd
-Version:     1.4.5
+Version:     1.6.11
 Release:     1%{?dist}
 Summary:     Command-line interface to Spacewalk and Satellite servers
 
@@ -61,6 +61,99 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py
 %doc %{_mandir}/man1/spacecmd.1.gz
 
 %changelog
+* Fri Dec 16 2011 Aron Parsons <aparsons at redhat.com> 1.6.11-1
+- fix login for clear_caches to avoid error (shardy at redhat.com)
+
+* Sun Dec 11 2011 Aron Parsons <aronparsons at gmail.com> 1.6.10-1
+- spacecmd: fix typo in activationkey_export help (shardy at redhat.com)
+- spacecmd: add configchannel_clone command (shardy at redhat.com)
+- spacecmd: add configchannel_import command (shardy at redhat.com)
+- spacecmd: add configchannel_export command (shardy at redhat.com)
+
+* Wed Nov 23 2011 Aron Parsons <parsonsa at bit-sys.com> 1.6.9-1
+- spacecmd: fix some errors in system_runscript (parsonsa at bit-sys.com)
+- spacecmd: changed some non-critical errors to warnings (parsonsa at bit-sys.com)
+- spacecmd: cleaned up error messages (parsonsa at bit-sys.com)
+- spacecmd: activationkey_clone cleanup (parsonsa at bit-sys.com)
+- spacecmd enhancement : Add activationkey_clone command (shardy at redhat.com)
+- spacecmd enhancement : Add activationkey_import command (shardy at redhat.com)
+- spacecmd enhancement : Add activationkey_export command (shardy at redhat.com)
+
+* Wed Nov 23 2011 Aron Parsons <parsonsa at bit-sys.com>
+- spacecmd: fix some errors in system_runscript (parsonsa at bit-sys.com)
+- spacecmd: changed some non-critical errors to warnings (parsonsa at bit-sys.com)
+- spacecmd: cleaned up error messages (parsonsa at bit-sys.com)
+- spacecmd: activationkey_clone cleanup (parsonsa at bit-sys.com)
+- spacecmd enhancement : Add activationkey_clone command (shardy at redhat.com)
+- spacecmd enhancement : Add activationkey_import command (shardy at redhat.com)
+- spacecmd enhancement : Add activationkey_export command (shardy at redhat.com)
+
+* Wed Nov 16 2011 Aron Parsons <aparsons at redhat.com> 1.6.7-1
+- spacecmd: remove comma from softwarechannel_setorgaccess output
+  (aparsons at redhat.com)
+- spacecmd: add tab completion to softwarechannel_{get,set}orgaccess
+  (aparsons at redhat.com)
+- spacecmd enhancement : add softwarechannel_getorgaccess command
+  (shardy at redhat.com)
+- spacecmd enhancement : add softwarechannel_setorgaccess command
+  (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_list add tree pretty print option
+  (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_list add verbose mode
+  (shardy at redhat.com)
+
+* Mon Oct 24 2011 Aron Parsons <parsonsa at bit-sys.com> 1.6.6-1
+- spacecmd: use correct variable in system_reboot (parsonsa at bit-sys.com)
+
+* Wed Sep 28 2011 Aron Parsons <parsonsa at bit-sys.com> 1.6.5-1
+- spacecmd: wrong argument in distribution_create help message (parsonsa at bit-
+  sys.com)
+- Automatic commit of package [spacecmd] release [1.6.4-1]. (parsonsa at bit-
+  sys.com)
+- spacecmd: added softwarechannel_regenerateyumcache (parsonsa at bit-sys.com)
+
+* Fri Sep 23 2011 Aron Parsons <parsonsa at bit-sys.com> 1.6.4-1
+- spacecmd: added softwarechannel_regenerateyumcache (parsonsa at bit-sys.com)
+
+* Thu Aug 11 2011 Miroslav Suchý 1.6.3-1
+- do not mask original error by raise in execption
+
+* Thu Aug 04 2011 Aron Parsons <aparsons at redhat.com> 1.6.2-1
+- Enable new 'api' module (satoru.satoh at gmail.com)
+- add utility routines for new 'api' module (satoru.satoh at gmail.com)
+- add api module to spacecmd (satoru.satoh at gmail.com)
+
+* Fri Jul 22 2011 Jan Pazdziora 1.6.1-1
+- We only support version 14 and newer of Fedora, removing conditions for old
+  versions.
+
+* Mon Jun 06 2011 Aron Parsons <aparsons at redhat.com> 1.5.3-1
+- spacecmd: remove stray debug statement (aparsons at redhat.com)
+
+* Mon Jun 06 2011 Aron Parsons <aparsons at redhat.com> 1.5.2-1
+- spacecmd: cosmetics (aparsons at redhat.com)
+- spacecmd: parse arguments the standard way in softwarechannel_list
+  (aparsons at redhat.com)
+- spacecmd: allow filtering of channels based on arguments in
+  softwarechannel_list (aparsons at redhat.com)
+- spacecmd: quote all arguments before passing them to precmd() when running a
+  single command (aparsons at redhat.com)
+- spacecmd: respect quoted arguments when looking at the line in precmd()
+  (aparsons at redhat.com)
+- spacecmd: be more precise when looking for '--help' in precmd()
+  (aparsons at redhat.com)
+- spacecmd: updated comment for precmd() (aparsons at redhat.com)
+
+* Mon Apr 18 2011 Aron Parsons <aparsons at redhat.com> 1.5.1-1
+- 696681 - fix spaces in system names in system_updatecustomvalue and
+  system_addcustomvalue (aparsons at redhat.com)
+- 696681 - allow special characters in server names
+- whitespace cleanup (aparsons at redhat.com)
+- fix handling of group names with spaces when expanding with
+  'group:' (aparsons at redhat.com)
+- added kickstart_clone (aparsons at redhat.com)
+- Bumping package versions for 1.5 (msuchy at redhat.com)
+
 * Mon Mar 28 2011 Aron Parsons <aparsons at redhat.com> 1.4.5-1
 - added 'repo' module into shell (aparsons at redhat.com)
 - added repo_list and repo_details (tljohnsn at oreillyschool.com)


More information about the scm-commits mailing list