Debrand for AlmaLinux

This commit is contained in:
Eduard Abdullin 2025-03-07 03:40:24 +00:00 committed by root
commit 1e9a90661b
2 changed files with 43 additions and 7 deletions

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.30.5.tar.gz) = 1d7bd90dd826be975fa85a237b607f2d7e0bd4d456de404864b8db4dfd00682493172b49364f6bf18630595eac39a2c41b5d8f3934630a3f87c29615682d22c4
SHA512 (subscription-manager-1.30.6.tar.gz) = 9122fc3c331aa883ce2ec5d2a188c611475c2059af267101dead14fce57be40fbb20b5998b8dad4db06547d9bbc3ef1c2ae1563b3f0b426fb42d791d393f470b

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.30.5
Version: 1.30.6
Release: 1%{?dist}.alma.1
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -235,7 +235,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
@ -271,8 +271,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
@ -307,7 +306,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
@ -742,9 +741,46 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json
rm -f /var/lib/rhsm/cache/content_access_mode.json
%changelog
* Tue Feb 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.30.5-1.alma.1
* Fri Mar 07 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.30.6-1.alma.1
- Debrand for AlmaLinux
* Thu Mar 06 2025 Pino Toscano <ptoscano@redhat.com> 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 <ptoscano@redhat.com> 1.30.5-1
- fix: Disabling of content in D-Bus methods Register*() (jhnidek@redhat.com)
- chore: logging.warn() -> logging.warning() (ptoscano@redhat.com)