From b2bb176cbeb58c825698f7ceae68bac4cd33d03b Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 4 Feb 2025 10:55:30 +0100 Subject: [PATCH] Update subscription-manager to subscription-manager-1.30.5 --- sources | 2 +- subscription-manager.spec | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/sources b/sources index b80e217..8db3927 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (subscription-manager-1.30.4.tar.gz) = cb6c8b4c5ff9e23ef29481fc86cd0e7370c1454007b95618bfcfbd230e6393d5b439274478c230d63a91248073647238699e771978bfb5ec429deacf9ed2feb0 +SHA512 (subscription-manager-1.30.5.tar.gz) = 1d7bd90dd826be975fa85a237b607f2d7e0bd4d456de404864b8db4dfd00682493172b49364f6bf18630595eac39a2c41b5d8f3934630a3f87c29615682d22c4 diff --git a/subscription-manager.spec b/subscription-manager.spec index e167ca8..8caa970 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.30.4 +Version: 1.30.5 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -736,6 +736,17 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json rm -f /var/lib/rhsm/cache/content_access_mode.json %changelog +* Tue Feb 04 2025 Pino Toscano 1.30.5-1 +- fix: Disabling of content in D-Bus methods Register*() (jhnidek@redhat.com) +- chore: logging.warn() -> logging.warning() (ptoscano@redhat.com) +- Feat CCT-467: Add explanatory info about the source of overrides in repo- + overrides command (mgrunwal@mgrunwal-thinkpadp1gen3.rmtcz.csb) +- feat: Allow to call RegisterWithActivationKeys() with enable_content + (jhnidek@redhat.com) +- refactor: Small changes of _enable_content (jhnidek@redhat.com) +- fix: It is possible to disable content using enable_content option + (jhnidek@redhat.com) + * Wed Jan 22 2025 Pino Toscano 1.30.4-1 - Revert "feat: Disable anonymous cloud registration temporarily" (ptoscano@redhat.com)