Debrand for AlmaLinux

This commit is contained in:
Eduard Abdullin 2026-03-30 15:07:28 +00:00 committed by root
commit 38935e1551
3 changed files with 46 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/subscription-manager-1.29.47.tar.gz
SOURCES/subscription-manager-1.29.50.tar.gz

View File

@ -1 +1 @@
403d7a305268c2643b5387e51cad01158bd05f89 SOURCES/subscription-manager-1.29.47.tar.gz
4ba510ca991a08b81f07df336eca026f82bc15f3 SOURCES/subscription-manager-1.29.50.tar.gz

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.47
Version: 1.29.50
Release: 1%{?dist}.alma.1
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -139,6 +139,7 @@ Requires: %{py_package_prefix}-decorator
Requires: virt-what
Requires: %{rhsm_package_name} = %{version}
Requires: subscription-manager-rhsm-certificates
Requires(post): findutils
%ifarch %{dmidecode_arches}
Requires: dmidecode
%endif
@ -190,6 +191,7 @@ BuildRequires: gcc
BuildRequires: %{py_package_prefix}-setuptools
BuildRequires: gettext
BuildRequires: glib2-devel
BuildRequires: findutils
%if 0%{?suse_version}
BuildRequires: distribution-release
@ -756,9 +758,49 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Mon Sep 15 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.47-1.alma.1
* Mon Mar 30 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.50-1.alma.1
- Debrand for AlmaLinux
* Wed Jan 28 2026 Jiri Hnidek <jhnidek@redhat.com> 1.29.50-1
- fix: Print list of environments without --set/--list (jhnidek@redhat.com)
* Tue Jan 27 2026 Jiri Hnidek <jhnidek@redhat.com> 1.29.49-1
- RHEL-126157: Update GCP to Google Cloud in log messages (crag@redhat.com)
- fix: Update user-facing GCP refrences to Google Cloud (crag@redhat.com)
- feat: check if --set arg is empty when the environments module is called
(manuelcanorojo@gmail.com)
- feat: Added more debug prints to cloud-what (jhnidek@redhat.com)
- fix(test): Fix unit test of aws (jhnidek@redhat.com)
- fix: Fix getting AWS IMDSv2 signature (jhnidek@redhat.com)
- chore: Make new black happy again (jhnidek@redhat.com)
- chore: Increased log level of messages (jhnidek@redhat.com)
- fix: Use IMDSv2 for signature first (jhnidek@redhat.com)
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- Translated using Weblate (Georgian) (noreply-mt-weblate-translation-
memory@weblate.org)
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- Added translation using Weblate (Finnish) (noreply-addon-
languages@weblate.org)
- fix: TypeError in _get_tls_handshake_info type hinting (macano@redhat.com)
- feat: added signature type log in TLS handshake (macano@redhat.com)
- feat: added internal method to get tls handshake info
(manuelcanorojo@gmail.com)
- ci: bump actions/upload-artifact from 5 to 6
(49699333+dependabot[bot]@users.noreply.github.com)
- Fix profile upload because of missing self.cp (suttner@atix.de)
- Fix upload profile if rhsmcertd is not running at all (suttner@atix.de)
- ci: bump actions/checkout from 5 to 6
(49699333+dependabot[bot]@users.noreply.github.com)
* Wed Nov 05 2025 Jiri Hnidek <jhnidek@redhat.com> 1.29.48-1
- Translated using Weblate (Korean) (simmon@nplob.com)
- ci: bump actions/upload-artifact from 4 to 5
(49699333+dependabot[bot]@users.noreply.github.com)
- feat: [1.29] Added dnf4 warning about skewed clock (jhnidek@redhat.com)
- fix: [1.29] Require findutils in .spec file (jhnidek@redhat.com)
- ci: bump actions/checkout from 4 to 5
(49699333+dependabot[bot]@users.noreply.github.com)
* Thu Jul 31 2025 Jiri Hnidek <jhnidek@redhat.com> 1.29.47-1
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- Translated using Weblate (Spanish) (fserrador@gmail.com)