From 86f240bffe1aa5b5affd4819418407c283c43ccd Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Mon, 16 May 2016 14:40:59 -0400 Subject: [PATCH] Update subscription-manager to 1.17.6-1 Resolves: #1268094 - Avoid traceback on unreg with >1 sub (alikins@redhat.com) Resolves: #1329397 - github issue #1409 (stas-fomin@yandex.ru) Resolves: #1301215 - Test proxy connection before making call 1176219: Stop before cache Resolves: #1315591 - Catches exception and allows process to continue Resolves: #1320507 - Use config entry before default for port and prefix Resolves: #1317613 - Typo in selectsla.ui (wpoteat@redhat.com) Resolves: #1321831 - Clear auto-attach dialog when consumer has been deleted --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1eca730..4f4b8ad 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /subscription-manager-1.17.2.tar.gz /subscription-manager-1.17.3.tar.gz /subscription-manager-1.17.4.tar.gz +/subscription-manager-1.17.6.tar.gz diff --git a/sources b/sources index 4eba8e7..704c767 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6b55ecb100a73428d8819e8e1c86b38 subscription-manager-1.17.4.tar.gz +8cbda9472c083ddc34fdc7ed42d4c23d subscription-manager-1.17.6.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 7be8702..7a92746 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -61,7 +61,7 @@ %endif Name: subscription-manager -Version: 1.17.4 +Version: 1.17.6 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -577,6 +577,22 @@ fi %endif %changelog +* Mon May 09 2016 Vritant Jain 1.17.6-1 +- 1268094: Avoid traceback on unreg with >1 sub (alikins@redhat.com) +- 1329397: github issue #1409 (stas-fomin@yandex.ru) +- 1301215: Test proxy connection before making call 1176219: Stop before cache + is returned when using bad proxy options (wpoteat@redhat.com) +- 1315591: Catches exception and allows process to continue + (wpoteat@redhat.com) + +* Fri Apr 22 2016 Vritant Jain 1.17.5-1 +- Added RHEL 7.3 release target (vrjain@redhat.com) +- 1320507: Use config entry before default for port and prefix + (wpoteat@redhat.com) +- 1317613: Typo in selectsla.ui (wpoteat@redhat.com) +- 1321831: Clear auto-attach dialog when consumer has been deleted + (wpoteat@redhat.com) + * Thu Mar 31 2016 Alex Wood 1.17.4-1 - 1315859: Only show one proxy dialog (csnyder@redhat.com) - 1309553: Stylish fixes for consumer fixes (csnyder@redhat.com)