From 8c40a7da0a2f7be08264a00c7121c056eaa2a7d8 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Fri, 8 Jan 2016 14:44:56 -0500 Subject: [PATCH] Update subscription-manager to 1.16.7-1 Resolves: #1263037 - Change RHSM Icon reporting of unregistered system Resolves: #1283749 - Upgrade the dialogs to error when required fields are blank. Resolves: #1222627 - Allows removal of product certs with no active repos, given Resolves: #1163398 - Modify icon-rhsm man page to reflect the help text Resolves: #1288626 - Does not report pool ids as serial numbers, ignore duplicates Resolves: #1061407 - Avoid unwanted translations for subscription-manager by string --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 20 +++++++++++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd0b26e..b1430ca 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /subscription-manager-1.16.3.tar.gz /subscription-manager-1.16.4.tar.gz /subscription-manager-1.16.6.tar.gz +/subscription-manager-1.16.7.tar.gz diff --git a/sources b/sources index ed45311..1a2c829 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e31ab3b4f0ddad1452b771377eb3f7e2 subscription-manager-1.16.6.tar.gz +d9fb5b9e6a698bdc9770f40fc0a366fe subscription-manager-1.16.7.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index bd0cc69..cbce15d 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -61,7 +61,7 @@ %endif Name: subscription-manager -Version: 1.16.6 +Version: 1.16.7 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -577,6 +577,24 @@ fi %endif %changelog +* Fri Jan 08 2016 Alex Wood 1.16.7-1 +- 1263037: Change RHSM Icon reporting of unregistered system + (wpoteat@redhat.com) +- 1283749: Upgrade the dialogs to error when required fields are blank. + (wpoteat@redhat.com) +- 1222627: Allows removal of product certs with no active repos, given + temp_disabled_repos (csnyder@redhat.com) +- 1163398: Modify icon-rhsm man page to reflect the help text + (wpoteat@redhat.com) +- Install docs with mode 644 (csnyder@redhat.com) +- 1288626: Does not report pool ids as serial numbers, ignore duplicates + (csnyder@redhat.com) +- 1061407: Avoid unwanted translations for subscription-manager by string + substitutions (wpoteat@redhat.com) +- Output of errors now goes to stderr (csnyder@redhat.com) +- Use matches string to highlight the field(s) containing the match + (wpoteat@redhat.com) + * Fri Dec 04 2015 Alex Wood 1.16.6-1 - 1285004: Adds check for access to the required manager capabilty (csnyder@redhat.com)