Update subscription-manager to subscription-manager-1.29.54-1

Related: RHEL-158889

Signed-off-by: Christopher Snyder <csnyder@redhat.com>
This commit is contained in:
Christopher Snyder 2026-07-09 21:04:55 -04:00
parent d88e8829b2
commit a6605f90c8
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.29.53.tar.gz) = 2ea84236fcc547580994406324371e36d80a20aa1bf68d8fb186f64d441a1694e81180e4ec7323e92c970abcea2ea51e89c71b06b45c5641417afcc2c2aab9ab
SHA512 (subscription-manager-1.29.54.tar.gz) = 26b0987367fc3609412a701346f2189d0bc5aacbc9fcf9ae4fca0978c69122653fa13f48d06136d2ac6682d819595f38d3a530a252cbfc545dcd0fc8c4ab0464

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.53
Version: 1.29.54
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
* 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)
- ci: bump actions/checkout from 6 to 7
(49699333+dependabot[bot]@users.noreply.github.com)
* Thu Jul 02 2026 Jiri Hnidek <jhnidek@redhat.com> 1.29.53-1
- docs: add caution for certificate_algorithms configuration (CCT-2704)
(jsefler@redhat.com)