Debrand for AlmaLinux

This commit is contained in:
Eduard Abdullin 2025-07-29 22:13:40 +00:00 committed by root
commit e5f20e05a4
2 changed files with 7 additions and 3 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}"
Name: subscription-manager
Version: 1.30.8
Version: 1.30.9
Release: 1%{?dist}.alma.1
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -683,9 +683,13 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json
rm -f /var/lib/rhsm/cache/content_access_mode.json
%changelog
* Thu Jul 17 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.30.8-1.alma.1
* Tue Jul 29 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.30.9-1.alma.1
- Debrand for AlmaLinux
* 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
- fix: Enable content during auto-registration v2 (jhnidek@redhat.com)
- CCT-1490: blackified repolib.py (jstavel@redhat.com)