[spacecmd/f21] Update spacecmd to 2.2.11-1 Resolves: #1083519 - make spacecmd funtion correctly in multi-nevra envi

Miroslav Suchý msuchy at fedoraproject.org
Fri Jul 18 12:38:04 UTC 2014


commit f5011fd6a8af25df37dc1bdf11894fbc46013787
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Fri Jul 18 14:38:27 2014 +0200

    Update spacecmd to 2.2.11-1
    Resolves: #1083519 - make spacecmd funtion correctly in multi-nevra environments
    Resolves: #893368 - set output encoding when stdout is not a tty
    Resolves: #1066109 - add script name argument when calling kickstart.profile.addScript()

 .gitignore    |    1 +
 sources       |    2 +-
 spacecmd.spec |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 56 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e052df7..daacaef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ spacecmd-0.5.4.tar.gz
 /spacecmd-1.9.4.tar.gz
 /spacecmd-2.0.2.tar.gz
 /spacecmd-2.1.25.tar.gz
+/spacecmd-2.2.11.tar.gz
diff --git a/sources b/sources
index 6ca2b32..22f3afe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23ac1937266e8586f0aa44c3439113a6  spacecmd-2.1.25.tar.gz
+6f972f50e3f6126fe3f2f371f86627ca  spacecmd-2.2.11.tar.gz
diff --git a/spacecmd.spec b/spacecmd.spec
index 8213f89..e54e529 100644
--- a/spacecmd.spec
+++ b/spacecmd.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:        spacecmd
-Version:     2.1.25
-Release:     2%{?dist}
+Version:     2.2.11
+Release:     1%{?dist}
 Summary:     Command-line interface to Spacewalk and Satellite servers
 
 Group:       Applications/System
@@ -15,7 +15,14 @@ Source:      https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.
 BuildRoot:   %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:   noarch
 
+BuildRequires: spacewalk-pylint
 BuildRequires: python-devel
+BuildRequires: python-simplejson
+BuildRequires: rpm-python
+%if 0%{?rhel} == 5
+BuildRequires: python-json
+%endif
+
 %if 0%{?rhel} == 5
 Requires:    python-simplejson
 %endif
@@ -54,6 +61,10 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py
 %clean
 %{__rm} -rf %{buildroot}
 
+%check
+PYTHONPATH=$RPM_BUILD_ROOT%{python_sitelib} \
+	spacewalk-pylint $RPM_BUILD_ROOT%{python_sitelib}/spacecmd
+
 %files
 %{_bindir}/spacecmd
 %{python_sitelib}/spacecmd/
@@ -64,8 +75,47 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py
 %doc %{_mandir}/man1/spacecmd.1.gz
 
 %changelog
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.25-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Fri Jul 11 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.11-1
+- fix copyright years
+
+* Tue Jun 24 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.10-1
+- 1083519 - make spacecmd funtion correctly in multi-nevra environments
+- make print_result a static method of SpacewalkShell
+
+* Fri Jun 06 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.9-1
+- allow bare-except (W0702) in the outer block as well
+
+* Fri Jun 06 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.8-1
+- spacecmd: new build requires needed by pylint checking
+- pylint fixes: comma and operator to be followed / preceded by space
+
+* Fri Jun 06 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.7-1
+- system: don't use python built-ins for identifiers
+- set PYTHONPATH for pylint
+
+* Thu Jun 05 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.6-1
+- add spacewalk-pylint checks to spacecmd build
+- pylint fixes
+* Thu May 29 2014 Michael Mraka <michael.mraka at redhat.com> 2.2.5-1
+- added option for downloading only latest package version with
+  softwarechannel_mirrorpackages
+- improofed error handling of softwarechannel_mirrorpackages
+- Added option to spacecmd for force a deployment of a config channel to all
+  subscribed systems
+
+* Mon May 26 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.4-1
+- added last boot message in system_details func.
+
+* Fri May 23 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.3-1
+- Added option to mirror a softwarechannel with spacecmd
+
+* Fri Apr 04 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.2-1
+- 893368 - set output encoding when stdout is not a tty
+
+* Fri Feb 28 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.1-1
+- 1066109 - add script name argument when calling kickstart.profile.addScript()
+- fix string expansion
+- adjusted the output of package_listdependencies
 
 * Fri Feb 21 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.1.25-1
 - 1060746 - make file_needs_b64_enc work for both str and unicode inputs


More information about the scm-commits mailing list