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

Miroslav Suchý msuchy at fedoraproject.org
Wed Mar 7 12:10:59 UTC 2012


commit e196e33163f300159cc5d65a27f48a2ce1ffe338
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Wed Mar 7 13:10:53 2012 +0100

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

 .gitignore    |    1 +
 sources       |    2 +-
 spacecmd.spec |   95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 93 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f9ae4a0..209241d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ spacecmd-0.5.4.tar.gz
 /spacecmd-1.2.2.tar.gz
 /spacecmd-1.4.5.tar.gz
 /spacecmd-1.6.11.tar.gz
+/spacecmd-1.7.7.tar.gz
diff --git a/sources b/sources
index c516eae..6ced33c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6083620016d7c8b1a2fd0ca3b241a31  spacecmd-1.6.11.tar.gz
+91231f012bb43fca384af7782dcc3424  spacecmd-1.7.7.tar.gz
diff --git a/spacecmd.spec b/spacecmd.spec
index e6f5dda..331e2a5 100644
--- a/spacecmd.spec
+++ b/spacecmd.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:        spacecmd
-Version:     1.6.11
-Release:     2%{?dist}
+Version:     1.7.7
+Release:     1%{?dist}
 Summary:     Command-line interface to Spacewalk and Satellite servers
 
 Group:       Applications/System
@@ -61,8 +61,95 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py
 %doc %{_mandir}/man1/spacecmd.1.gz
 
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.11-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Mon Feb 27 2012 Steven Hardy <shardy at redhat.com> 1.7.7-1
+- spacecmd : activationkey_details print child channels and packages sorted
+  (joerg.steffens at dass-it.de)
+- spacecmd bugfix : softwarechannel_adderrata use cloneAsOriginal
+  (shardy at redhat.com)
+- spacecmd enhancement : Add errata_findbycve function (shardy at redhat.com)
+- spacecmd enhancement : configchannel_delete add support for globbing
+  (shardy at redhat.com)
+- spacecmd : Fix error in do_activationkey_export comment (shardy at redhat.com)
+- spacecmd enhancement : activationkey_delete add support for globbing
+  (shardy at redhat.com)
+- spacecmd bugfix : softwarechannel_addpackages validate channel arg
+  (shardy at redhat.com)
+
+* Mon Feb 27 2012 Jan Pazdziora 1.7.6-1
+- 769430 - avoid using the quoted string, parse it first.
+
+* Sun Feb 19 2012 Steven Hardy <shardy at redhat.com> 1.7.5-1
+- spacecmd bugfix : bz766887 - user_create fix broken --pam option
+  (shardy at redhat.com)
+- spacecmd bugfix: recover when partial cache files occur (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_adderratabydate add publish option
+  (shardy at redhat.com)
+- spacecmd : Add usage help on date format for softwarechannel_adderratabydate
+  (shardy at redhat.com)
+- spacecmd enhancement : Add softwarechanel_listerratabydate command
+  (shardy at redhat.com)
+- spacecmd : Add warning to kickstart_import if JSON filename is passed
+  (shardy at redhat.com)
+- spacecmd enhancement: Add kickstart_importjson (shardy at redhat.com)
+- spacecmd enhancement: Add kickstart_export command (shardy at redhat.com)
+- spacecmd enhancement: Add system_comparewithchannel command
+  (shardy at redhat.com)
+- spacecmd bugfix: Don't display password in debug mode (shardy at redhat.com)
+
+* Tue Feb 14 2012 Aron Parsons <aronparsons at gmail.com> 1.7.4-1
+- spacecmd: handle server connection failures more gracefully
+  (aronparsons at gmail.com)
+
+* Mon Jan 23 2012 Aron Parsons <aronparsons at gmail.com> 1.7.3-1
+- spacecmd bugfix: configchannel_addfile fail nicely when no channel arg
+  (shardy at redhat.com)
+- spacecmd enhancement: Align configchannel_addfile usage (shardy at redhat.com)
+- spacecmd enhancement: Add softwarechannel_listlatestpackages command
+  (shardy at redhat.com)
+- spacecmd bugfix: configchannel_import detect trailing newlines
+  (shardy at redhat.com)
+- spacecmd bugfix: configchannel_import flag error when binary file can't be
+  imported (shardy at redhat.com)
+- spacecmd bugfix: system_runscript fix type when passing timeout argument
+  (shardy at redhat.com)
+- spacecmd enhancement : configchannel_addfile automatically detect trailing
+  newlines (shardy at redhat.com)
+- spacecmd enhancement : make configchannel_addfile handle binary files
+  (shardy at redhat.com)
+
+* Mon Jan 16 2012 Aron Parsons <aronparsons at gmail.com> 1.7.2-1
+- spacecmd enhancement : multiple delete for kickstart_delete
+  (shardy at redhat.com)
+- spacecmd bugfix : filter_results don't match substrings without wildcard
+  (shardy at redhat.com)
+
+* Sun Jan 15 2012 Aron Parsons <aronparsons at gmail.com> 1.7.1-1
+- spacecmd enhancement : Add activationkey_setusagelimit (shardy at redhat.com)
+- spacecmd bugfix : activationkey_setuniversaldefault zeros unlimited usage
+  (shardy at redhat.com)
+- spacecmd bugfix : activationkey_setbasechannel zeros unlimited usage
+  (shardy at redhat.com)
+- spacecmd enhancement: activationkey_details add usage_limit
+  (shardy at redhat.com)
+- spacecmd enhancement : Add softwarechannel_clonetree command
+  (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_clone add regex mode
+  (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_clone add option to copy gpg details
+  (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_listchildchannels add verbose mode
+  (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_listbasechannels add verbose mode
+  (shardy at redhat.com)
+- spacecmd documentation : Fix manpage help for a particular command
+  (shardy at redhat.com)
+- spacecmd enhancement : softwarechannel_listchildchannels list specific
+  children (shardy at redhat.com)
+- spacecmd enhancement : Modify activationkey_clone to allow globbing
+  (shardy at redhat.com)
+- spacecmd bugfix : configchannel_clone fix some variable names
+  (shardy at redhat.com)
+- Bumping package versions for 1.7. (mzazrivec at redhat.com)
 
 * 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)


More information about the scm-commits mailing list