From 866c5b3cd8d7a102e436d3cc82c72a54d1081cfb Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 13 May 2025 14:30:26 +0000 Subject: [PATCH] import UBI subscription-manager-1.29.45-1.el9 --- .gitignore | 2 +- .subscription-manager.metadata | 2 +- SPECS/subscription-manager.spec | 43 ++++++++++++++++++++++++++++++++- 3 files changed, 44 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8bc380d..1f454f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/subscription-manager-1.29.42.tar.gz +SOURCES/subscription-manager-1.29.45.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index 19e51df..174bef8 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1 +1 @@ -96fe0bb71a717a9b248374f7252505e74d61f3f8 SOURCES/subscription-manager-1.29.42.tar.gz +2d08de5742a7355bdf3c6126e74b22cf9ecafe86 SOURCES/subscription-manager-1.29.45.tar.gz diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index a4f6a5d..6f08e3c 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.29.42 +Version: 1.29.45 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -735,6 +735,47 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non- rm -f /var/lib/rhsm/cache/rhsm_icon.json %changelog +* Tue Feb 11 2025 Pino Toscano 1.29.45-1 +- fix: Do not upload profile from DNF, when it is disabled in conf + (jhnidek@redhat.com) +- feat: dnf plugin - outsource uploading of profile to rhsmcertd. + (jhnidek@redhat.com) +- feat: Enable register with environment names and environment types + (jhnidek@redhat.com) +- feat: support registering specifying environments with activation keys + (ryanverdile@gmail.com) +- chore: Remove auto-assign CI job (mhorky@redhat.com) +- feat: [1.29] Added basic configuration for Packit (jhnidek@redhat.com) + +* Fri Jan 24 2025 Pino Toscano 1.29.44-1 +- Revert "feat: Disable anonymous cloud registration temporarily" + (ptoscano@redhat.com) +- Revert "feat: forcefully switch automatic cloud registration to v1" + (ptoscano@redhat.com) +- Translated using Weblate (Chinese (Simplified) (zh_CN)) (ptoscano@redhat.com) +- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) +- Translated using Weblate (Korean) (simmon@nplob.com) +- Translated using Weblate (French) (leane.grasser@proton.me) +- Update translation files (noreply@weblate.org) +- New extraction for translatable strings (ptoscano@redhat.com) +- Translated using Weblate (Italian) (info@salvatorecocuzza.it) +- Translated using Weblate (French) (leane.grasser@proton.me) +- Translated using Weblate (German) (atalanttore@googlemail.com) +- Translated using Weblate (Korean) (simmon@nplob.com) +- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) + +* 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)