diff --git a/.gitignore b/.gitignore index 2e64064..4d674ae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ spacecmd-0.5.4.tar.gz /spacecmd-1.6.11.tar.gz /spacecmd-1.7.7.tar.gz /spacecmd-1.8.15.tar.gz +/spacecmd-1.9.4.tar.gz diff --git a/sources b/sources index 6eaff4c..6e04555 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -932e5a7777784e07e1fc6d7c139a9ab5 spacecmd-1.8.15.tar.gz +f0dd9dc5fe332a9c6da7d220f84e6f2e spacecmd-1.9.4.tar.gz diff --git a/spacecmd.spec b/spacecmd.spec index 9ecf33f..c931081 100644 --- a/spacecmd.spec +++ b/spacecmd.spec @@ -4,8 +4,8 @@ %endif Name: spacecmd -Version: 1.8.15 -Release: 2%{?dist} +Version: 1.9.4 +Release: 1%{?dist} Summary: Command-line interface to Spacewalk and Satellite servers Group: Applications/System @@ -60,8 +60,38 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py %doc %{_mandir}/man1/spacecmd.1.gz %changelog -* Fri Feb 15 2013 Fedora Release Engineering - 1.8.15-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* 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 + +* Sun Mar 03 2013 Aron Parsons 1.9.3-1 +- update email addresses in copyright notices +- update copyright years +- add new function softwarechannel_syncrepos +- add new function repo_updateurl +- add new function repo_rename +- add new function repo_create +- add new function repo_delete +- remove some commented out code +- print the list of systems in system_runscript +- print the list of systems in system_reboot +- return a unique set from expand_systems +- print a clearer error message when duplicate system names are found +- standardize the behavior for when a system ID is not returned +- add a delay before regenerating the system cache after a delete +- handle binary files correctly in configfile_getinfo +- print the name in the confirmation message of snippet_create +- don't exit when invalid arguments are passed to a function +- don't reuse variable names in parse_arguments +- print the function's help message when -h in the argument list +- print file path in package_details + +* Thu Feb 28 2013 Michael Mraka 1.9.2-1 +- fixing broken export of configchannels with symlinks + +* Mon Feb 18 2013 Tomas Lestach 1.9.1-1 +- sort export_kickstart_getdetails right after fetching +- Bumping package versions for 1.9. * Sat Sep 29 2012 Aron Parsons 1.8.15-1 - spacecmd: add functions to manage repo filters