From 6158a6708791e36cb65e3e30b7cdcccb133568be Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Jul 22 2013 07:51:23 +0000 Subject: Rebase to spacecmd-2.0.2-1.fc19 in rawhide. --- 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ý 2.0.2-1 +- 985530 - require python and python-simplejson + +* Wed Jul 17 2013 Tomas Kasparek 2.0.1-1 +- Bumping package versions for 2.0. + +* Thu Jul 11 2013 Stephen Herr 1.10.6-1 +- 983400 - fixing spacecmd ssm 'list' has no attribute 'keys' error + +* Wed Jun 12 2013 Tomas Kasparek 1.10.5-1 +- rebrading RHN Satellite to Red Hat Satellite + +* Sun Apr 28 2013 Aron Parsons 1.10.4-1 +- 947829 - spacecmd errors out when trying to add script to kickstart + +* Fri Apr 26 2013 Michael Mraka 1.10.3-1 +- provide support for user.setDetails() + +* Tue Apr 16 2013 Stephen Herr 1.10.2-1 +- Make spacecmd able to specify config channel label + +* Wed Mar 13 2013 Aron Parsons 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 1.9.4-1 - spacecmd: allow globbing in activationkey_{en,dis}able - spacecmd: add functions to disable/enable activation keys