diff --git a/sources b/sources index 1b79058..8225d67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (subscription-manager-1.29.42.tar.gz) = 5dd058143d9747eb1453e0de68d2fc2fbe01b5da4832e72b28c7dd15e28b4adb3bc302f5b30b18dda2002b5480af9d9eccb6e661a07f7d802c9ca83889ac63ba +SHA512 (subscription-manager-1.29.43.tar.gz) = ac7f167927533bf7ae3f2d5522c634125bd5c7bf6afd1ed0a993f5881b290e9f900d4cea4d487845bdc5c548aa1a40824b0742531bbe8f7953d724995a980d5b diff --git a/subscription-manager.spec b/subscription-manager.spec index a4f6a5d..116d70a 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.29.42 +Version: 1.29.43 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %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 %changelog +* Thu Dec 19 2024 Jiri Hnidek 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 1.29.42-1 - feat: forcefully switch automatic cloud registration to v1 (ptoscano@redhat.com)