Update subscription-manager to 1.29.34-1

Resolves: #2093291 - Make locking more reliable (jhnidek@redhat.com)
Resolves: #2093883 - Fix issue with race condition in rhsm.service (jhnidek@redhat.com)
Resolves: #2178610 - do not collect unentitled products in SCA mode (ptoscano@redhat.com)
Resolves: #2174297 - register: do a simple strip() on environment(s) input
Resolves: #2172913 - connection: restore UEPConnection.getJob() (ptoscano@redhat.com)
This commit is contained in:
Pino Toscano 2023-04-12 12:07:46 +02:00
parent 2f35352cfb
commit 30fc718966
3 changed files with 33 additions and 2 deletions

1
.gitignore vendored
View File

@ -158,3 +158,4 @@
/subscription-manager-1.29.31.tar.gz
/subscription-manager-1.29.32.tar.gz
/subscription-manager-1.29.33.tar.gz
/subscription-manager-1.29.34.tar.gz

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.29.33.tar.gz) = ef6ff02e1c0ec821cfe72aa1b67272b3bebadc84dcc0d34bc94b60cf687e11a2610837fb5f8fba49d29ab7bfe212ada3152d2d0436a3101fc6562b6cac46d390
SHA512 (subscription-manager-1.29.34.tar.gz) = d8110961cd5b443dd91d3e5d78417f11fa55d0726ed1942923fe90e36e2ff769359d65ed587dd3a630ab1688b1fe6e754a322408e576461ec3e53f1258ac6f1e

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.33
Version: 1.29.34
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -736,6 +736,36 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Wed Apr 12 2023 Pino Toscano <ptoscano@redhat.com> 1.29.34-1
- Update TESTING.md (mhorky@redhat.com)
- Improved debug print of http traffic, when proxy is used (jhnidek@redhat.com)
- ENT-5544: Remove Jenkins jobs, Containers (mhorky@redhat.com)
- ENT-5549: Remove unused code from entcertlib (mhorky@redhat.com)
- ENT-5549: Fix issues found when type-hinting (mhorky@redhat.com)
- ENT-5549: Fix return code handling of CLI (mhorky@redhat.com)
- ENT-5549: Fix found type hint issues (mhorky@redhat.com)
- ENT-5549: Fix object instantiation in EntitlementDirectory
(mhorky@redhat.com)
- ENT-5549: Refactor ProductDirectory (mhorky@redhat.com)
- ENT-5549: Change internal implementation for some Cache methods
(mhorky@redhat.com)
- ENT-5549: Clean up _sync_with_server arguments of cache objects
(mhorky@redhat.com)
- ENT-5549: Remove 'autoheal' argument from Action clients (mhorky@redhat.com)
- Refactored code a little bit (jhnidek@redhat.com)
- 2093291: Make locking more reliable (jhnidek@redhat.com)
- test: add simple test for 2178610 (ptoscano@redhat.com)
- Small improvement of debugging of http traffic (jhnidek@redhat.com)
- 2093883: Fix issue with race condition in rhsm.service (jhnidek@redhat.com)
- 2178610: do not collect unentitled products in SCA mode (ptoscano@redhat.com)
- 2174297: register: do a simple strip() on environment(s) input
(ptoscano@redhat.com)
- Stop subclassing 'object' (ptoscano@redhat.com)
- Remove pytest arguments for CentOS 9 Stream image (mhorky@redhat.com)
- tests: Install dnf-plugins-core every time (mhorky@redhat.com)
- 2169251: connection: restore UEPConnection.getJob() (ptoscano@redhat.com)
- ENT-5106: Type-hint subscription_manager/ files (mhorky@redhat.com)
* Thu Feb 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.33-1
- Translated using Weblate (French) (ljanda@redhat.com)
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)