[spacecmd] Rebase to spacecmd-2.0.2-1.fc19 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jul 22 07:52:15 UTC 2013


commit 6158a6708791e36cb65e3e30b7cdcccb133568be
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jul 22 09:51:23 2013 +0200

    Rebase to spacecmd-2.0.2-1.fc19 in rawhide.

 .gitignore    |    1 +
 sources       |    2 +-
 spacecmd.spec |   33 ++++++++++++++++++++++++++++++++-
 3 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d674ae..f828d0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ spacecmd-0.5.4.tar.gz
 /spacecmd-1.7.7.tar.gz
 /spacecmd-1.8.15.tar.gz
 /spacecmd-1.9.4.tar.gz
+/spacecmd-2.0.2.tar.gz
diff --git a/sources b/sources
index 6e04555..822475b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0dd9dc5fe332a9c6da7d220f84e6f2e  spacecmd-1.9.4.tar.gz
+489e825d8d7a929b99a812e13d5aa1d6  spacecmd-2.0.2.tar.gz
diff --git a/spacecmd.spec b/spacecmd.spec
index c931081..e4b7dbd 100644
--- a/spacecmd.spec
+++ b/spacecmd.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:        spacecmd
-Version:     1.9.4
+Version:     2.0.2
 Release:     1%{?dist}
 Summary:     Command-line interface to Spacewalk and Satellite servers
 
@@ -16,6 +16,10 @@ BuildRoot:   %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:   noarch
 
 BuildRequires: python-devel
+%if 0%{?rhel} == 5
+Requires:    python-simplejson
+%endif
+Requires:    python
 
 %description
 spacecmd is a command-line interface to Spacewalk and Satellite servers
@@ -60,6 +64,33 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py
 %doc %{_mandir}/man1/spacecmd.1.gz
 
 %changelog
+* Thu Jul 18 2013 Miroslav Suchý <msuchy at redhat.com> 2.0.2-1
+- 985530 - require python and python-simplejson
+
+* Wed Jul 17 2013 Tomas Kasparek <tkasparek at redhat.com> 2.0.1-1
+- Bumping package versions for 2.0.
+
+* Thu Jul 11 2013 Stephen Herr <sherr at redhat.com> 1.10.6-1
+- 983400 - fixing spacecmd ssm 'list' has no attribute 'keys' error
+
+* Wed Jun 12 2013 Tomas Kasparek <tkasparek at redhat.com> 1.10.5-1
+- rebrading RHN Satellite to Red Hat Satellite
+
+* Sun Apr 28 2013 Aron Parsons <aronparsons at gmail.com> 1.10.4-1
+- 947829 - spacecmd errors out when trying to add script to kickstart
+
+* Fri Apr 26 2013 Michael Mraka <michael.mraka at redhat.com> 1.10.3-1
+- provide support for user.setDetails()
+
+* Tue Apr 16 2013 Stephen Herr <sherr at redhat.com> 1.10.2-1
+- Make spacecmd able to specify config channel label
+
+* Wed Mar 13 2013 Aron Parsons <aronparsons at gmail.com> 1.10.1-1
+- fix directory export in configchannel_export
+- use 755 as default permissions for directories in
+  configfile_getinfo
+- fix directory creation in configchannel_addfile
+
 * Sun Mar 03 2013 Aron Parsons <aronparsons at gmail.com> 1.9.4-1
 - spacecmd: allow globbing in activationkey_{en,dis}able
 - spacecmd: add functions to disable/enable activation keys


More information about the scm-commits mailing list