From ea1ffff3dc17f3934db06403f3c6760168f86421 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 10 Mar 2016 11:10:55 -0500 Subject: [PATCH] Update subscription-manager to 1.17.3-1 Resolves: #1304427 - Fixes system path to properly import from module Resolves: #1266935 - Turn sub-man logging to INFO level. (awood@redhat.com) Resolves: #1264964 - Always use cert auth for package profile (alikins@redhat.com) Resolves: #1309553 - Do not fail on check for consumer["type"]["manifest"] Resolves: #1304680 - Include error detail in message (wpoteat@redhat.com) Resolves: #1312367 - Progress bar needs to go away on repo update connection fail Resolves: #1311935 - Emits register-message instead of register-error for display of user Resolves: #1302564 - Push 'Done' box as close to center of firstboot page as possible Resolves: #1308523 - Navigation buttons sensitivity matches the current_screen.ready Resolves: #1302775 - Navigate through all rhsm firstboot screens (csnyder@redhat.com) Resolves: #1304280 - Tab stop needed on cancel button (wpoteat@redhat.com) Resolves: #1303092 - GUI issues in Repos and Help (wpoteat@redhat.com) --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 23 ++++++++++++++++++++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 88366bc..904dc7c 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /subscription-manager-1.16.7.tar.gz /subscription-manager-1.17.1.tar.gz /subscription-manager-1.17.2.tar.gz +/subscription-manager-1.17.3.tar.gz diff --git a/sources b/sources index 74e614f..5288c83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06016406571fc60b7121d0cc943de197 subscription-manager-1.17.2.tar.gz +22736bbac210cf54e62af87477578b50 subscription-manager-1.17.3.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index b116de2..9cf8d17 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -61,7 +61,7 @@ %endif Name: subscription-manager -Version: 1.17.2 +Version: 1.17.3 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -577,6 +577,27 @@ fi %endif %changelog +* Thu Mar 10 2016 Alex Wood 1.17.3-1 +- 1304427: Fixes system path to properly import from module + subscription_manager (csnyder@redhat.com) +- 1266935: Turn sub-man logging to INFO level. (awood@redhat.com) +- register screen -> reg screen and pkg profile (alikins@redhat.com) +- 1264964: Always use cert auth for package profile (alikins@redhat.com) +- 1309553: Do not fail on check for consumer["type"]["manifest"] + (csnyder@redhat.com) +- 1304680: Include error detail in message (wpoteat@redhat.com) +- 1312367: Progress bar needs to go away on repo update connection fail + (wpoteat@redhat.com) +- 1311935: Emits register-message instead of register-error for display of user + errors (csnyder@redhat.com) +- 1302564: Push 'Done' box as close to center of firstboot page as possible + (wpoteat@redhat.com) +- 1308523: Navigation buttons sensitivity matches the current_screen.ready + (csnyder@redhat.com) +- 1302775: Navigate through all rhsm firstboot screens (csnyder@redhat.com) +- 1304280: Tab stop needed on cancel button (wpoteat@redhat.com) +- 1303092: GUI issues in Repos and Help (wpoteat@redhat.com) + * Fri Feb 19 2016 Alex Wood 1.17.2-1 - 1308732: Leave hw fact virt.uuid unset if unknown (alikins@redhat.com) - 1290885: Display formatted error if no DISPLAY exists. (awood@redhat.com)