msuchy pushed to spacecmd (master). "Update spacecmd to 2.3.20-1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 05:27:57 UTC 2015


>From ad4d7c0f97818368f7c749bf742070cf1e755a96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy at redhat.com>
Date: Wed, 15 Apr 2015 07:27:48 +0200
Subject: Update spacecmd to 2.3.20-1 Resolves: #1191418 - sanitize data from
 export Resolves: #1180233 - More corner cases for errata summary printing
 Resolves: #1111680 - Teach spacecmd report_errata to process all-errata in
 the absence


diff --git a/.gitignore b/.gitignore
index daacaef..ae7d11e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ spacecmd-0.5.4.tar.gz
 /spacecmd-2.0.2.tar.gz
 /spacecmd-2.1.25.tar.gz
 /spacecmd-2.2.11.tar.gz
+/spacecmd-2.3.20.tar.gz
diff --git a/sources b/sources
index 22f3afe..c944ddd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f972f50e3f6126fe3f2f371f86627ca  spacecmd-2.2.11.tar.gz
+843f94e328d69a38e27fcb31408c6da5  spacecmd-2.3.20.tar.gz
diff --git a/spacecmd.spec b/spacecmd.spec
index e54e529..8f3c9e5 100644
--- a/spacecmd.spec
+++ b/spacecmd.spec
@@ -3,8 +3,12 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
+%if 0%{?fedora}
+%{!?pylint_check: %global pylint_check 1}
+%endif
+
 Name:        spacecmd
-Version:     2.2.11
+Version:     2.3.20
 Release:     1%{?dist}
 Summary:     Command-line interface to Spacewalk and Satellite servers
 
@@ -15,7 +19,10 @@ Source:      https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.
 BuildRoot:   %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:   noarch
 
+%if 0%{?pylint_check}
 BuildRequires: spacewalk-pylint
+%endif
+BuildRequires: python
 BuildRequires: python-devel
 BuildRequires: python-simplejson
 BuildRequires: rpm-python
@@ -62,10 +69,13 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py
 %{__rm} -rf %{buildroot}
 
 %check
+%if 0%{?pylint_check}
 PYTHONPATH=$RPM_BUILD_ROOT%{python_sitelib} \
 	spacewalk-pylint $RPM_BUILD_ROOT%{python_sitelib}/spacecmd
+%endif
 
 %files
+%defattr(-,root,root)
 %{_bindir}/spacecmd
 %{python_sitelib}/spacecmd/
 %ghost %config %{_sysconfdir}/spacecmd.conf
@@ -75,6 +85,83 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python_sitelib} \
 %doc %{_mandir}/man1/spacecmd.1.gz
 
 %changelog
+* Mon Mar 23 2015 Grant Gainey 2.3.20-1
+- Standardize pylint-check to only happen on Fedora
+
+* Thu Mar 19 2015 Grant Gainey 2.3.19-1
+- Updating copyright info for 2015
+- Added a bit more documentation to softwarechannel_setsyncschedule to make it
+  more obvious what the schedule format is.
+
+* Fri Mar 13 2015 Tomas Lestach <tlestach at redhat.com> 2.3.18-1
+- Added softwarechannel_removesyncschedule to remove a sync schedule from a
+  channel.
+- Fix cli config option nossl. Before using it triggered the following error:
+
+* Tue Feb 24 2015 Grant Gainey 2.3.17-1
+- Make pylint happy
+
+* Thu Feb 19 2015 Grant Gainey 2.3.16-1
+- Fixed typo
+- add ability to specify gpg bits from spacecmd when creating software channels
+
+* Thu Feb 19 2015 Matej Kollar <mkollar at redhat.com> 2.3.15-1
+- 1191418 - sanitize data from export
+
+* Wed Jan 28 2015 Matej Kollar <mkollar at redhat.com> 2.3.14-1
+- Setting ts=4 is wrong
+
+* Mon Jan 26 2015 Matej Kollar <mkollar at redhat.com> 2.3.13-1
+- Forgotten substitution?
+- Fix Pylint on Fedora 21: manual fixes
+- Fix Pylint on Fedora 21: autopep8
+- 1180233 - More corner cases for errata summary printing
+- Let pep8 do its thing to clean up some code
+- spacecmd: added softwarechannel_errata functions
+- spacecmd: cleanup string handling
+- spacecmd: add defattr
+
+* Wed Jan 21 2015 Matej Kollar <mkollar at redhat.com> 2.3.12-1
+- Pylint fix for Fedora 21
+
+* Fri Jan 16 2015 Grant Gainey 2.3.11-1
+- fix configchannel export - do not create 'contents' key for directories
+
+* Fri Jan 16 2015 Grant Gainey 2.3.10-1
+- First custom_opts has no 'arguments' - protect against it
+- fix call of setCustomOptions()
+
+* Fri Jan 16 2015 Grant Gainey 2.3.9-1
+- Fix spacecmd schedule listing for negative deltas
+
+* Fri Jan 16 2015 Tomas Lestach <tlestach at redhat.com> 2.3.8-1
+- spacecmd: fix listupgrades
+
+* Mon Jan 12 2015 Matej Kollar <mkollar at redhat.com> 2.3.7-1
+- Getting rid of Tabs and trailing spaces in LICENSE, COPYING, and README files
+
+* Fri Dec 05 2014 Stephen Herr <sherr at redhat.com> 2.3.6-1
+- Consider all kickstartable tree channels when listing distributions
+
+* Fri Nov 28 2014 Tomas Lestach <tlestach at redhat.com> 2.3.5-1
+- address pylint complains
+
+* Fri Nov 28 2014 Tomas Lestach <tlestach at redhat.com> 2.3.4-1
+- add new function kickstart_getsoftwaredetails
+- Added feature to get installed packageversion of a system or systems managed
+  by ssm to spacecmd. Usage: spacecmd system_show_packageversion <SYSTEM>
+  <PACKAGE>
+
+* Mon Nov 03 2014 Grant Gainey 2.3.3-1
+- 1111680 - Teach spacecmd report_errata to process all-errata in the absence
+  of further args
+
+* Mon Nov 03 2014 Miroslav Suchý <msuchy at redhat.com> 2.3.2-1
+- add BR: python
+
+* Sun Sep 28 2014 Aron Parsons <aronparsons at gmail.com> 2.3.1-1
+- spacecmd: fix -p argument in distribution_update help
+
 * Fri Jul 11 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.11-1
 - fix copyright years
 
@@ -854,7 +941,7 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python_sitelib} \
 * Tue Jul 06 2010 Paul Morgan <pmorgan at redhat.com> - 0.4.1-1
 - ADD: support for builds via tito
 - CHANGE: x.y.z versioning (better for tito)
-- tagged man page as doc 
+- tagged man page as doc
 
 * Thu Jul 01 2010 Aron Parsons <aparsons at redhat.com> - 0.4-1
 - version bump
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/spacecmd.git/commit/?h=master&id=ad4d7c0f97818368f7c749bf742070cf1e755a96


More information about the scm-commits mailing list