Update subscription-manager to subscription-manager-1.30.9

Resolves: RHEL-105102
This commit is contained in:
Jiri Hnidek 2025-07-23 17:11:30 +02:00
parent 89232bf0ac
commit 30cd6b9188
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.30.8.tar.gz) = 1b8ae761796edbc96414fcb2a7ba49348f8280710788133ed45ad463543aba3b807f3f145c9cf76f5672d2038bd0d5eb32640e9b478a1f7d479c7c394b2f03ad SHA512 (subscription-manager-1.30.9.tar.gz) = 99634d9eb22d8a4af4fe15c95631b0dde978f73b84d0201f2ea370e7d0a7956ca32b602a8e6eb4389ece232708cc9e80021bdc6accce76ae213d272736c1e876

View File

@ -83,7 +83,7 @@
%global exclude_packages %{exclude_packages}" %global exclude_packages %{exclude_packages}"
Name: subscription-manager Name: subscription-manager
Version: 1.30.8 Version: 1.30.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version} %if 0%{?suse_version}
@ -677,6 +677,10 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json
rm -f /var/lib/rhsm/cache/content_access_mode.json rm -f /var/lib/rhsm/cache/content_access_mode.json
%changelog %changelog
* Wed Jul 23 2025 Jiri Hnidek <jhnidek@redhat.com> 1.30.9-1
- feat: Call random.seed() at begining of auto-register (jhnidek@redhat.com)
- feat: Better control over auto-reg waiting game (jhnidek@redhat.com)
* Mon Jul 14 2025 Jiri Hnidek <jhnidek@redhat.com> 1.30.8-1 * Mon Jul 14 2025 Jiri Hnidek <jhnidek@redhat.com> 1.30.8-1
- fix: Enable content during auto-registration v2 (jhnidek@redhat.com) - fix: Enable content during auto-registration v2 (jhnidek@redhat.com)
- CCT-1490: blackified repolib.py (jstavel@redhat.com) - CCT-1490: blackified repolib.py (jstavel@redhat.com)