Update subscription-manager to subscription-manager-1.29.53
Resolves: RHEL-170691 Resolves: RHEL-186383 Signed-off-by: Jiri Hnidek <jhnidek@redhat.com>
This commit is contained in:
parent
6db2ef5560
commit
d88e8829b2
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (subscription-manager-1.29.52.tar.gz) = 3a38b14c30fd6b58217f3cdd3192949681970042fc0d7e6aa6d3d5eb7694577fb44bd6de748fa504e9e6f738028c0fe272cb5fb4dbe79abfef32e415ebce8cc9
|
||||
SHA512 (subscription-manager-1.29.53.tar.gz) = 2ea84236fcc547580994406324371e36d80a20aa1bf68d8fb186f64d441a1694e81180e4ec7323e92c970abcea2ea51e89c71b06b45c5641417afcc2c2aab9ab
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
%global exclude_packages %{exclude_packages}"
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.29.52
|
||||
Version: 1.29.53
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
@ -737,6 +737,50 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
|
||||
rm -f /var/lib/rhsm/cache/rhsm_icon.json
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user