Debrand for AlmaLinux

This commit is contained in:
Eduard Abdullin 2026-08-24 13:43:20 +00:00 committed by root
commit dd6bb50449
3 changed files with 79 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
4ba510ca991a08b81f07df336eca026f82bc15f3 SOURCES/subscription-manager-1.29.50.tar.gz
b29a5809bf903a99c618f00713ed10eaa8d16e43 SOURCES/subscription-manager-1.29.54.tar.gz

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.50
Version: 1.29.54
Release: 1%{?dist}.alma.1
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -758,9 +758,84 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Mon Mar 30 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.50-1.alma.1
* Mon Aug 24 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1.29.54-1.alma.1
- Debrand for AlmaLinux
* Wed Jul 08 2026 Christopher Snyder <csnyder@redhat.com> 1.29.54-1
- fix: Invalidate and update CurrentOwnerCache when owner change is detected
(csnyder@redhat.com)
- ci: bump actions/checkout from 6 to 7
(49699333+dependabot[bot]@users.noreply.github.com)
* Thu Jul 02 2026 Jiri Hnidek <jhnidek@redhat.com> 1.29.53-1
- docs: add caution for certificate_algorithms configuration (CCT-2704)
(jsefler@redhat.com)
- chore: Added more debug prints about closing connections (jhnidek@redhat.com)
- fix: Set timeout before trying to close TLS connection (jhnidek@redhat.com)
- fix(test): Update StubUEP updateConsumer() (jhnidek@redhat.com)
- feat(pqc): update crypto capabilities from 'refresh' command
(jlocash@redhat.com)
- feat(pqc): update crypto capabilities from 'identity --regenerate' command
(jlocash@redhat.com)
- style: fix flake8 lint error (jlocash@redhat.com)
- test: Fixed one unit test related to inotify (jhnidek@redhat.com)
- feat(pqc): update crypto capabilities in candlepin from rhsmcertd-worker
(jlocash@redhat.com)
- fix: Do not send JSON document with empty signature (jhnidek@redhat.com)
- chore: style formatting fixes in rhsmcertd worker (jajerome@redhat.com)
- fix: updated rhsmcertd to detect when auto-registration is terminated early
(jajerome@redhat.com)
- fix: updated rhsmcertd to detect when system is already registered
(jajerome@redhat.com)
- feat(pqc): implement cache for crypto capabilities (jlocash@redhat.com)
- fix(unit-tests): mock isdir so rhsm_debug tests are env agnostic
(csnyder@redhat.com)
- fix(test): Fixed unit tests to be compatible with 1.29 branch
(jhnidek@redhat.com)
- fix(pqc): update warning to indicate fallback (jlocash@redhat.com)
- fix(pqc): raise RuntimeError when get_signature_algorithms or
get_public_key_algorithms throw (jlocash@redhat.com)
- feat(pqc): print warning when setting invalid `certificate_algorithms` value
(jlocash@redhat.com)
- docs: Document `rhsm.certificate_algorithms` config option in rhsm.conf man
pages (jlocash@redhat.com)
- fix: drop __smoke_test__ and __main__ from pqc.py (jlocash@redhat.com)
- style: fix linting error in connection.py (jlocash@redhat.com)
- test: fix broken tests for registerConsumer (jlocash@redhat.com)
- feat(pqc): Use C bindings to retrieve public-key and signature algorithms in
pqc.py (jlocash@redhat.com)
- feat: POC: Add support for PQC (jhnidek@redhat.com)
- test: Added C unit tests of _certificate.so (jhnidek@redhat.com)
- feat: Added .pyi file for certificate.c (jhnidek@redhat.com)
- chore: Not all .py* files should be ignored (jhnidek@redhat.com)
- test: Created unit tests for certificate.c (jhnidek@redhat.com)
- feat: Added 2 methods for listing crypto algorithms (jhnidek@redhat.com)
* Wed Apr 22 2026 Jason Jerome <jajerome@redhat.com> 1.29.52-1
- Translated using Weblate (Italian) (ali.ciloqlu@murena.io)
- Translated using Weblate (Czech) (pavel.borecki@gmail.com)
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- Translated using Weblate (Czech) (noreply-mt-weblate-translation-
memory@weblate.org)
- 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)
* Wed Apr 22 2026 Jason Jerome <jajerome@redhat.com> 1.29.51-1
- integration-tests: Run the subman-cockpit tests with 2 GB RAM
(marius.vollmer@gmail.com)
- fix(backport): skip package profile upload when disabled in config
(jajerome@redhat.com)
- fix: allow system to be registered with broken insights-client
(jlocash@redhat.com)
- ci: bump actions/upload-artifact from 6 to 7
(49699333+dependabot[bot]@users.noreply.github.com)
- fix: Handle non-existence of /var/cache/cloud-what gracefully
(jhnidek@redhat.com)
- fix(unit-tests): Fixed unit tests for rhsm-debug (jhnidek@redhat.com)
- feat: Add /var/cache/cloud-what/ to sos-report (jhnidek@redhat.com)
* Wed Jan 28 2026 Jiri Hnidek <jhnidek@redhat.com> 1.29.50-1
- fix: Print list of environments without --set/--list (jhnidek@redhat.com)