From 684ba6e393866cddf36e392f62b38883a9099dcd Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 13:47:34 +0300 Subject: [PATCH] import subscription-manager-1.30.3-1.el10 --- .gitignore | 2 +- .subscription-manager.metadata | 2 +- SPECS/subscription-manager.spec | 48 +++++++++++++++++++++++++++++---- 3 files changed, 45 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d6b69d8..36dad5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/subscription-manager-1.30.2.tar.gz +SOURCES/subscription-manager-1.30.3.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index 635116e..37ca3ac 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1 +1 @@ -3c41864d5ef7ad49a3b7ad12b16d6bc4e5d52e59 SOURCES/subscription-manager-1.30.2.tar.gz +73cfe29495d17d3a7dfa71df4e6610083a41f784 SOURCES/subscription-manager-1.30.3.tar.gz diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index ac6ba32..1fe6d63 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -95,8 +95,8 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.30.2 -Release: 2%{?dist} +Version: 1.30.3 +Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} Group: Productivity/Networking/System @@ -740,11 +740,49 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non- # Remove old cache files # The -f flag ensures that exit code 0 will be returned even if the file does not exist. rm -f /var/lib/rhsm/cache/rhsm_icon.json +rm -f /var/lib/rhsm/cache/content_access_mode.json %changelog -* Tue Oct 29 2024 Troy Dawson - 1.30.2-2 -- Bump release for October 2024 mass rebuild: - Resolves: RHEL-64018 +* Thu Dec 19 2024 Jiri Hnidek 1.30.3-1 +- Card ID: CCT-731 - integration tests for DBus Register method + (jstavel@redhat.com) +- chore: Remove the --token authentication (pkoprda@redhat.com) +- chore: Remove artifacts of import (stomsa@redhat.com) +- chore: Remove artifacts of redeem (stomsa@redhat.com) +- chore: Remove artifacts of remove (stomsa@redhat.com) +- chore: Remove artifacts of autoheal (glutexo@icloud.com) +- chore: Remove artifacts of --auto-attach (glutexo@icloud.com) +- chore: Remove artifacts of attach (stomsa@redhat.com) +- fix: Added missing python packages (jhnidek@redhat.com) +- fix: Fixed integration tests (jhnidek@redhat.com) +- chore: Remove auto-assign CI job (mhorky@redhat.com) +- feat: Add initial support for tmt (jhnidek@redhat.com) +- fix: Renamed integration-tests to cockpit-tests (jhnidek@redhat.com) +- Feat CCT-965: Include timezone in the logs In `subscription- + manager/src/rhsm/logutil.py`i: (mgrunwal@redhat.com) +- feat: remove content access mode cache (jajerome@redhat.com) +- feat: add GetEnvironments method to DBus register (ryanverdile@gmail.com) +- feat: Added basic configuration for Packit (jhnidek@redhat.com) +- fix: drop "autoattachinterval" from the rhsmcertd defaults + (ptoscano@redhat.com) +- feat/cct-875: Options -i and --cert-interval were removed from rhsmcertd + command autocompletion Options -i and --cert-interval were removed from + rhsmcertd command autocompletion. (mgrunwal@mgrunwal- + thinkpadp1gen3.rmtcz.csb) +- feat/cct-874: Autocompletion for option --servicelevel removed Autocompletion + for option --servicelevel (sub-man register --servicelevel) was removed. + (mgrunwal@mgrunwal-thinkpadp1gen3.rmtcz.csb) +- fix: Handle Retry-After headers better for 429 responses (mhorky@redhat.com) +- feat: Better automatic registration logging (mhorky@redhat.com) +- refactor: Moved some definition of lists from list.py (jhnidek@redhat.com) +- fix: Removed show_autosubscribe_output() method (jhnidek@redhat.com) +- feat: Remove useless CLI options from list command (jhnidek@redhat.com) +- fix: perform autoreg waiting when performing standard autoreg + (ptoscano@redhat.com) +- chore: move autoreg waiting code in own function (ptoscano@redhat.com) +- feat: support registering specifying environments with activation keys + (ryanverdile@gmail.com) +- feat: Remove autoheal functionality from rhsmcertd (jvlcek@redhat.com) * Thu Sep 26 2024 Pino Toscano 1.30.2-1 - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)