Update subscription-manager to 1.28.41-1

Resolves: RHEL-9435
Resolves: RHEL-13372
This commit is contained in:
Pino Toscano 2023-12-05 09:09:10 +01:00
parent 45ecd13978
commit 5988e5b94e
2 changed files with 20 additions and 3 deletions

View File

@ -1,2 +1,2 @@
SHA512 (subscription-manager-1.28.40.tar.gz) = c93ee478c5e1b0f6093af743e84071aed7f1b1ceb30471215483e482f9aef40e639c56474937e4610b4b4eb10794fdd729be2c29a75d51e934f2853b95ecbef9
SHA512 (subscription-manager-cockpit-1.28.40.tar.gz) = 2b7214d76ffbfe8007affd72e3ea06f1deb62528e8b8014865660e256981ecf7a5bf7f23ca8daa345699ee71e1369559630a9966ac4026e36acbb390821a41f2
SHA512 (subscription-manager-1.28.41.tar.gz) = fa6bc836f45911ac713ef8a124879f00c2b95a289a813504538cef91c51d6badc2a6f5d03072334d25745a7cb8aec319464c2459039a7aa8b333a2a3dc7c2a33
SHA512 (subscription-manager-cockpit-1.28.41.tar.gz) = 298bcc4220b144f72724397b078efbce3e78a162da23cda3a590c2fe0c2cadcebe9df5dea0c76827a92d35fe1e152e4e407380e7e1f34c33f7caf0ffbbec8789

View File

@ -225,7 +225,7 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.28.40
Version: 1.28.41
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -1381,6 +1381,23 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Tue Dec 05 2023 Pino Toscano <ptoscano@redhat.com> 1.28.41-1
- tito: drop bz requirement (ptoscano@redhat.com)
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (jsefler@redhat.com)
- CCT-71: Try to ping server, when --proxy is used (jhnidek@redhat.com)
- CCT-10: Ensure IPv6-based URLs are properly formatted (mhorky@redhat.com)
- cli: normalize hostname in error message (ptoscano@redhat.com)
- connection: normalize hostname in ConnectionOSErrorException
(ptoscano@redhat.com)
- Improved printing of addresses and URLs (jhnidek@redhat.com)
- Use username and password from --proxy=URL (jhnidek@redhat.com)
- Use parse_url() from utils.py for parsing URL, when --proxy is used.
(jhnidek@redhat.com)
- RHEL-13375: 1.28 Parse URL properly (jhnidek@redhat.com)
- ci: stop testing on Fedora (ptoscano@redhat.com)
- Simplify autoregistration test setup (mhorky@redhat.com)
- RHEL-9435: Get AWS metadata via IMDSv2 (mhorky@redhat.com)
* Thu Sep 14 2023 Pino Toscano <ptoscano@redhat.com> 1.28.40-1
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (ptoscano@redhat.com)