From 892adeeb365b5ddfcc819773a30a8a62e95a70e7 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 9 Apr 2015 10:01:25 -0400 Subject: [PATCH] Update subscription-manager to 1.14.3-1 Resolves: #1170314 - Clarify that manage_repos 0 will delete redhat.repo. Resolves: #1207958 - Fix traceback when contract # is None (alikins@redhat.com) Resolves: #1200972 - Fixed grammar issue with error message in the attach command Resolves: #1204012 - Added missing documentation for the --release option Resolves: #1209519 - Removed erroneous information in help message for subman Resolves: #1198369 - refresh_compliance_status now has a default value for state Resolves: #1180273 - Allow migration without requiring RHN credentials (awood@redhat.com) Resolves: #1201727 - Handle reasons with expired ent id (alikins@redhat.com) --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 21 +++++++++++++++++++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0d90e5..b6bf89f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /subscription-manager-1.13.13.tar.gz /subscription-manager-1.14.1.tar.gz /subscription-manager-1.14.2.tar.gz +/subscription-manager-1.14.3.tar.gz diff --git a/sources b/sources index 038b1e0..f074868 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d4f3b55261d32556c3b0848eb524b45 subscription-manager-1.14.2.tar.gz +94bc3eccb450d1ea7465daba1c9ac332 subscription-manager-1.14.3.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 45056cb..7f71af1 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -21,7 +21,7 @@ %endif Name: subscription-manager -Version: 1.14.2 +Version: 1.14.3 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -40,7 +40,7 @@ Requires: python-ethtool Requires: python-iniparse Requires: pygobject2 Requires: virt-what -Requires: python-rhsm >= 1.13.10 +Requires: python-rhsm >= 1.14.2 Requires: dbus-python Requires: yum >= 3.2.19-15 Requires: usermode @@ -485,6 +485,23 @@ fi %endif %changelog +* Thu Apr 09 2015 Alex Wood 1.14.3-1 +- 1170314: Clarify that manage_repos 0 will delete redhat.repo. + (dgoodwin@redhat.com) +- 1207958: Fix traceback when contract # is None (alikins@redhat.com) +- 1117525,1189950,1188961 latest strings from zanata (alikins@redhat.com) +- 1200972: Fixed grammar issue with error message in the attach command + (crog@redhat.com) +- Bumping required python-rhsm version (mstead@redhat.com) +- 1204012: Added missing documentation for the --release option + (crog@redhat.com) +- 1209519: Removed erroneous information in help message for subman + (crog@redhat.com) +- 1198369: refresh_compliance_status now has a default value for state + (crog@redhat.com) +- 1180273: Allow migration without requiring RHN credentials (awood@redhat.com) +- 1201727: Handle reasons with expired ent id (alikins@redhat.com) + * Mon Mar 09 2015 Alex Wood 1.14.2-1 - Move to fileConfig based logging. (alikins@redhat.com) - Ignore glib warnings about class properties. (alikins@redhat.com)