Update subscription-manager to 1.29.31-1

Resolves: #2125227 - Fixed incorrect registration warning with yum/dnf
Resolves: #2094942 - Fixed expected message for manual attach case (jajerome@redhat.com)
Resolves: #2094942 - Improve warning message (auto-attach in SCA mode)
Resolves: #2101510 - Fix D-Bus Register() and update entitlement certs
Resolves: #2120744 - Close keycloak connection properly (jhnidek@redhat.com)
Resolves: #2094942 - [RFE] Improve the message, when  SCA is enabled (jhnidek@redhat.com)
This commit is contained in:
Christopher Snyder 2022-10-20 14:05:34 -04:00
parent fdd249fa30
commit bca81b2709
3 changed files with 49 additions and 3 deletions

1
.gitignore vendored
View File

@ -155,3 +155,4 @@
/subscription-manager-cockpit-1.29.26.tar.gz
/subscription-manager-1.29.29.tar.gz
/subscription-manager-1.29.30.tar.gz
/subscription-manager-1.29.31.tar.gz

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.29.30.tar.gz) = b98df9642bbc219fe866b95c3e6e4605a860611bde48084825521270ae8d5c4273277dcfb57c9dc8ed200c80452a49f0e504aad1d3be223ae4c33220367bfda7
SHA512 (subscription-manager-1.29.31.tar.gz) = 955b7889220c602574910330758c49b144a8cd4ff12e5b92f26a2985732a45ef17795e2fb0b1d34ec053dfb4f0f0b8c77b2ccdcd82d9391a686fa3ee0f1e9426

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.30
Version: 1.29.31
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -187,7 +187,6 @@ BuildRequires: openssl-devel
BuildRequires: gcc
BuildRequires: %{py_package_prefix}-setuptools
BuildRequires: gettext
BuildRequires: libnotify-devel
%if 0%{?suse_version}
BuildRequires: distribution-release
@ -736,6 +735,52 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Wed Oct 19 2022 Christopher Snyder <csnyder@redhat.com> 1.29.31-1
- warning: refname 'subscription-manager-1.29.30-1' is ambiguous.
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- tests: fix typos in test method names (ptoscano@redhat.com)
- 2125227: Fixed incorrect registration warning with yum/dnf
(jajerome@redhat.com)
- 2094942: Fixed expected message for manual attach case (jajerome@redhat.com)
- ENT-5102: Type-hint rhsmlib/facts (mhorky@redhat.com)
- 2094942: Improve warning message (auto-attach in SCA mode)
(jhnidek@redhat.com)
- Update INSTALL.md (mhorky@redhat.com)
- Remove unused classes of DBus tests (mhorky@redhat.com)
- ENT-5317: Update DBus tests of Unregister objects (mhorky@redhat.com)
- ENT-5317: Update DBus tests of Register objects (mhorky@redhat.com)
- ENT-5317: Update DBus tests of Products object (mhorky@redhat.com)
- ENT-5317: Update DBus tests of AllFacts object (mhorky@redhat.com)
- ENT-5317: Update DBus tests of Entitlement object (mhorky@redhat.com)
- Fix typo in method name of EntitlementService (mhorky@redhat.com)
- ENT-5317: Update DBus tests of Consumer object (mhorky@redhat.com)
- ENT-5317: Update DBus tests of Attach object (mhorky@redhat.com)
- Fix possible parsing issues of dmidecode output (mhorky@redhat.com)
- ENT-5317: New way to test DBus methods, starting with Config
(mhorky@redhat.com)
- cockpit: disable the reference branch for sub-man-cockpit
(ptoscano@redhat.com)
- TESTING.md: Remove mention of pytest-xdist (mhorky@redhat.com)
- INSTALL.md: Update list of packages to be installed (mhorky@redhat.com)
- Stop calling pytest with --failed-first (mhorky@redhat.com)
- GCP: Better computing of cached token TTL (jhnidek@redhat.com)
- 2101510: Fix D-Bus Register() and update entitlement certs
(jhnidek@redhat.com)
- 2120744: Close keycloak connection properly (jhnidek@redhat.com)
- 2094942: [RFE] Improve the message, when SCA is enabled (jhnidek@redhat.com)
- Replaced list[] with List[] and dict[] with Dict[]. (jhnidek@redhat.com)
- Update TESTING.md (mhorky@redhat.com)
- Update README.md (mhorky@redhat.com)
- Add INSTALL.md (mhorky@redhat.com)
- Added type hints to package rhsmlib.service (jhnidek@redhat.com)
- Added some missing imports. (jhnidek@redhat.com)
- Reformated using black. (jhnidek@redhat.com)
- Added one FIXME to redeem.py (jhnidek@redhat.com)
- Added type hints and FIXMEs to rhsm package. (jhnidek@redhat.com)
- [wip] ENT-5100: Type hint rhsm (mhorky@redhat.com)
- Added type hints to syspurpose package (jhnidek@redhat.com)
- Drop libnotify-devel usage (ptoscano@redhat.com)
* Tue Aug 09 2022 Christopher Snyder <csnyder@redhat.com> 1.29.30-1
- Fix issue, when connection is not shared (jhnidek@redhat.com)
- Unit tests: Add stub class for SyspurposeComplianceStatusCache