Update subscription-manager to subscription-manager-1.29.55-1

Related: RHEL-158889
Signed-off-by: Christopher Snyder <csnyder@redhat.com>
This commit is contained in:
Christopher Snyder 2026-08-11 16:08:28 -04:00
parent b9dfcf083c
commit f6b09fb6f3
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1,2 @@
SHA512 (subscription-manager-1.29.54.tar.gz) = 26b0987367fc3609412a701346f2189d0bc5aacbc9fcf9ae4fca0978c69122653fa13f48d06136d2ac6682d819595f38d3a530a252cbfc545dcd0fc8c4ab0464
SHA512 (subscription-manager-1.29.55.tar.gz) = 6721a6b7637e6b5b2efc2dbf63b453c251c1834c9ea2f5ddbb21d51928fd320c2d4948bbac8d7ffa7e117bd470dbb9ba51be5efc47ae6d29f97bfd2afc6cf911

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.54
Version: 1.29.55
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -737,6 +737,12 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Tue Aug 11 2026 Christopher Snyder <csnyder@redhat.com> 1.29.55-1
- fix: Invalidate CurrentOwnerCache when managerlib.persist_consumer_cert used
(csnyder@redhat.com)
- fix: set exit code during subscription-manager config
--rhsm.certificate_algorithms (jlocash@redhat.com)
* Wed Jul 08 2026 Christopher Snyder <csnyder@redhat.com> 1.29.54-1
- fix: Invalidate and update CurrentOwnerCache when owner change is detected
(csnyder@redhat.com)