From ea0affde5cd431a9893d88c492295425b300af57 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Fri, 25 Sep 2015 14:02:10 -0400 Subject: [PATCH] Update subscription-manager to 1.16.3-1 Resolves: #1249012 - fix start-end date original color (vrjain@redhat.com) Resolves: #884288 - Make register widgets handle resizing. (alikins@redhat.com) Resolves: #1185958 - Quieter ostree plugin sans ostree (alikins@redhat.com) Resolves: #1168268 - Add rhsm.conf proxy info to ostree repo (alikins@redhat.com) Resolves: #1249012 - Start-End Date of expired subscription is now in red status Resolves: #1262989 - Fix unregister action when consumer is already 'Gone' on server Resolves: #1262919 - Added convenience function for printing to stderr (crog@redhat.com) Resolves: #1248833 - Ensure the displayMessage is displayed regardless of success or Resolves: #1254550 - Fix activation key usage in gui. (alikins@redhat.com) Resolves: #1257943 - Adding a warning to repo-override command when manage_repos = 0 Resolves: #1251853 - Manage repos config entry needs to allow blank value --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 25 ++++++++++++++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c6d927..2b719ae 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /subscription-manager-1.16.0.tar.gz /subscription-manager-1.16.1.tar.gz /subscription-manager-1.16.2.tar.gz +/subscription-manager-1.16.3.tar.gz diff --git a/sources b/sources index c69657a..d206160 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -854f6d2f4608df456f637bb3d705647d subscription-manager-1.16.2.tar.gz +fd324070a581649ff83a71d3709478f1 subscription-manager-1.16.3.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index fad37b9..a845262 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -48,7 +48,7 @@ %endif Name: subscription-manager -Version: 1.16.2 +Version: 1.16.3 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -542,6 +542,29 @@ fi %endif %changelog +* Fri Sep 25 2015 Alex Wood 1.16.3-1 +- 1249012: fix start-end date original color (vrjain@redhat.com) +- 884288: Make register widgets handle resizing. (alikins@redhat.com) +- 1185958: Quieter ostree plugin sans ostree (alikins@redhat.com) +- 1168268: Add rhsm.conf proxy info to ostree repo (alikins@redhat.com) +- 1249012: Start-End Date of expired subscription is now in red status + (vrjain@redhat.com) +- 1262989: Fix unregister action when consumer is already 'Gone' on server + (fnguyen@redhat.com) +- 1262919: Added convenience function for printing to stderr (crog@redhat.com) +- Add a note about GoneException handling. (alikins@redhat.com) +- Fixed error message, removed mention of ghost --refresh (vrjain@redhat.com) +- Delete the 'release' status cache on clean all. (alikins@redhat.com) +- Fixed error message, removed mention of ghost --refresh (vrjain@redhat.com) +- 1248833: Ensure the displayMessage is displayed regardless of success or + failure (csnyder@redhat.com) +- 1254550: Fix activation key usage in gui. (alikins@redhat.com) +- Re-initialize() RegisterWidget on RegDialog show (alikins@redhat.com) +- 1257943:Adding a warning to repo-override command when manage_repos = 0 + (fnguyen@redhat.com) +- 1251853: Manage repos config entry needs to allow blank value + (wpoteat@redhat.com) + * Wed Sep 02 2015 Alex Wood 1.16.2-1 - 884288: Better registergui for initial-setup (alikins@redhat.com) - 1254349: move Resgistering to message (vrjain@redhat.com)