Update subscription-manager to 1.13.12-1

Resolves: #1122530 - Removed/updated more obsoleted documentation, dates and versions
Resolves: #1159348 - Improved list error output when using list criteria
Resolves: #1142918 - Fixed proxy config button labels (crog@redhat.com)
Resolves: #1132981 - Fixed exit code when registering system with no products installed
Resolves: #1149286 - Removed obsolete CLI options from auto-completion (crog@redhat.com)
Resolves: #990183 - Spelling errors in man pages (wpoteat@redhat.com)
Resolves: #1103824 - Add a catchall excepthook for rhsmd (alikins@redhat.com)
Resolves: #1119688 - Improved exit code usage (crog@redhat.com)
This commit is contained in:
Alex Wood 2014-12-12 12:47:00 -05:00
parent aee94654ac
commit f08ad179d0
3 changed files with 23 additions and 2 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@
/subscription-manager-1.13.5.tar.gz
/subscription-manager-1.13.6.tar.gz
/subscription-manager-1.13.9.tar.gz
/subscription-manager-1.13.12.tar.gz

View File

@ -1 +1 @@
ea1a3284f1f180f4827dfb4e524a74ec subscription-manager-1.13.9.tar.gz
e205e5e21d980a4a429439397018dff4 subscription-manager-1.13.12.tar.gz

View File

@ -21,7 +21,7 @@
%endif
Name: subscription-manager
Version: 1.13.9
Version: 1.13.12
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -466,6 +466,26 @@ fi
%endif
%changelog
* Thu Dec 11 2014 William Poteat <wpoteat@redhat.com> 1.13.12-1
- Latest strings from zanata. (alikins@redhat.com)
- 1122530: Removed/updated more obsoleted documentation, dates and versions
(crog@redhat.com)
- 1159348: Improved list error output when using list criteria
(crog@redhat.com)
- 1142918: Fixed proxy config button labels (crog@redhat.com)
- Move repolibs release fetch to the last minute. (alikins@redhat.com)
* Tue Dec 09 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 1.13.11-1
- 1132981: Fixed exit code when registering system with no products installed
(crog@redhat.com)
- Add 'list --matches' example to man page. (alikins@redhat.com)
- 1149286: Removed obsolete CLI options from auto-completion (crog@redhat.com)
- 990183: Spelling errors in man pages (wpoteat@redhat.com)
* Wed Dec 03 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 1.13.10-1
- 1103824: Add a catchall excepthook for rhsmd (alikins@redhat.com)
- 1119688: Improved exit code usage (crog@redhat.com)
* Fri Nov 21 2014 William Poteat <wpoteat@redhat.com> 1.13.9-1
- Move ostree config to /etc/ostree/remotes.d/redhat.conf (alikins@redhat.com)
- 1147463: Log py.warnings to shutup gobject warning (alikins@redhat.com)