From f08ad179d0377520566c4df3be0766119ec45ad0 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Fri, 12 Dec 2014 12:47:00 -0500 Subject: [PATCH] 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) --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 22 +++++++++++++++++++++- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d634e9b..62c5e47 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index fee1642..554eec5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea1a3284f1f180f4827dfb4e524a74ec subscription-manager-1.13.9.tar.gz +e205e5e21d980a4a429439397018dff4 subscription-manager-1.13.12.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 6dd7d46..fb26058 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -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 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 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 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 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)