Update subscription-manager to 1.29.43-1

Resolves: RHEL-66122
This commit is contained in:
Jiri Hnidek 2024-12-19 15:08:04 +01:00
parent 98a73823e4
commit b5550e83e1
2 changed files with 14 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.29.42.tar.gz) = 5dd058143d9747eb1453e0de68d2fc2fbe01b5da4832e72b28c7dd15e28b4adb3bc302f5b30b18dda2002b5480af9d9eccb6e661a07f7d802c9ca83889ac63ba SHA512 (subscription-manager-1.29.43.tar.gz) = ac7f167927533bf7ae3f2d5522c634125bd5c7bf6afd1ed0a993f5881b290e9f900d4cea4d487845bdc5c548aa1a40824b0742531bbe8f7953d724995a980d5b

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}" %global exclude_packages %{exclude_packages}"
Name: subscription-manager Name: subscription-manager
Version: 1.29.42 Version: 1.29.43
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}
@ -735,6 +735,18 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog %changelog
* Thu Dec 19 2024 Jiri Hnidek <jhnidek@redhat.com> 1.29.43-1
- [1.29] feat/cct-868: Subset of list command options marked as deprecated *
Options --available, --all, --ondate, --servicelevel --no-overlap --match-
install, --pool-only, --afterdate were marked as deprecated in ListCommand
definition of their help string. (mgrunwal@redhat.com)
- fix: Handle Retry-After headers better for 429 responses (mhorky@redhat.com)
- feat: Better automatic registration logging (mhorky@redhat.com)
- fix: perform autoreg waiting when performing standard autoreg
(ptoscano@redhat.com)
- chore: move autoreg waiting code in own function (ptoscano@redhat.com)
- docs: update proxy details in man page (jvlcek@redhat.com)
* Thu Aug 22 2024 Pino Toscano <ptoscano@redhat.com> 1.29.42-1 * Thu Aug 22 2024 Pino Toscano <ptoscano@redhat.com> 1.29.42-1
- feat: forcefully switch automatic cloud registration to v1 - feat: forcefully switch automatic cloud registration to v1
(ptoscano@redhat.com) (ptoscano@redhat.com)