From df3f99476033c922419bde8b1720c8473ce992a8 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 6 Mar 2025 18:28:58 +0100 Subject: [PATCH] Update subscription-manager to subscription-manager-1.30.6 Resolves: RHEL-78003 --- sources | 2 +- subscription-manager.spec | 46 ++++++++++++++++++++++++++++++++++----- 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/sources b/sources index 8db3927..f720493 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (subscription-manager-1.30.5.tar.gz) = 1d7bd90dd826be975fa85a237b607f2d7e0bd4d456de404864b8db4dfd00682493172b49364f6bf18630595eac39a2c41b5d8f3934630a3f87c29615682d22c4 +SHA512 (subscription-manager-1.30.6.tar.gz) = 9122fc3c331aa883ce2ec5d2a188c611475c2059af267101dead14fce57be40fbb20b5998b8dad4db06547d9bbc3ef1c2ae1563b3f0b426fb42d791d393f470b diff --git a/subscription-manager.spec b/subscription-manager.spec index 8caa970..1123ae5 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.30.5 +Version: 1.30.6 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -232,7 +232,7 @@ platform. %if %{use_container_plugin} %package -n subscription-manager-plugin-container Summary: A plugin for handling container content -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description -n subscription-manager-plugin-container Enables handling of content of type 'containerImage' in any certificates @@ -268,8 +268,7 @@ BuildRequires: cmake BuildRequires: gcc BuildRequires: json-c-devel BuildRequires: libdnf-devel >= 0.22.5 -Requires: json-c -Requires: libdnf >= 0.22.5 +Requires: libdnf%{?_isa} >= 0.22.5 %endif Requires: python3-dnf-plugins-core @@ -304,7 +303,7 @@ Summary: A plugin for handling OSTree content. Requires: %{py_package_prefix}-gobject-base # plugin needs a slightly newer version of python-iniparse for 'tidy' Requires: %{py_package_prefix}-iniparse >= 0.4 -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description -n subscription-manager-plugin-ostree Enables handling of content of type 'ostree' in any certificates @@ -736,6 +735,43 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json rm -f /var/lib/rhsm/cache/content_access_mode.json %changelog +* Thu Mar 06 2025 Pino Toscano 1.30.6-1 +- Translated using Weblate (Italian) (toscano.pino@tiscali.it) +- Translated using Weblate (Japanese) (ptoscano@redhat.com) +- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) +- Translated using Weblate (French) (leane.grasser@proton.me) +- Translated using Weblate (Korean) (simmon@nplob.com) +- Translated using Weblate (Korean) (noreply-mt-weblate-translation- + memory@weblate.org) +- Translated using Weblate (Korean) (simmon@nplob.com) +- Update translation files (noreply@weblate.org) +- spec: Remove an unnecessary explicit dependency on json-c + (debarshir@gnome.org) +- spec: Require shared libraries with architecture-specific dependencies + (debarshir@gnome.org) +- Revert "ci: temporarily install 'which' on CentOS Stream 10" + (ptoscano@redhat.com) +- build: cockpit: fix installation of sub-man with newer Fedora + (ptoscano@redhat.com) +- spec: Require the base package with architecture-specific dependencies + (debarshir@gnome.org) +- New extraction for translatable strings (ptoscano@redhat.com) +- feat: drop the --ondate option of "status" (ptoscano@redhat.com) +- feat: drop non-SCA support in status command (ptoscano@redhat.com) +- tests: fix mocking of get_terminal_width() in TestColumnize + (ptoscano@redhat.com) +- feat: print compliance errors & syspurpose status only in entitlement mode + (ptoscano@redhat.com) +- feat: print "registered" as status when using SCA (ptoscano@redhat.com) +- feat: print "not registered" on status when not registered + (ptoscano@redhat.com) +- tests: force syspurpose tests in test_status to non-SCA (ptoscano@redhat.com) +- refactor: move determination of content access mode in own method + (ptoscano@redhat.com) +- tests: move StubIdentity to stubs (ptoscano@redhat.com) +- tests: cleanup dead/broken bits in test_status (ptoscano@redhat.com) +- chore: move banner printing to its own function (ptoscano@redhat.com) + * 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)