Compare commits

...

2 Commits

Author SHA1 Message Date
Pino Toscano 8633e2eca0 Update subscription-manager to 1.29.39-1 2024-01-17 06:41:10 +00:00
Pino Toscano 04a55c3a3e Update subscription-manager to 1.29.38-1
Resolves: #2189543
2023-09-14 10:05:00 +02:00
3 changed files with 32 additions and 4 deletions

View File

@ -0,0 +1 @@
018a080bd7753164d8f62b986366c6f4e4ee38dc subscription-manager-1.29.39.tar.gz

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.29.37.tar.gz) = 02c8c41fb05dfa6912cca63a2cc5a93e2b56314dd6a84eda613da09a9994dbde3d699ac956e5962bfcbeb9cbbb014866edf49a9ecfc8813aae2df6dfc79b3d19
SHA512 (subscription-manager-1.29.39.tar.gz) = d3466f0bfd34e71f1f243d851259a3daa9827726a931de204736da152c6977d14e929c1f7e277776a8ee521f0e833b80802f951e5693013d1f08f114990d9f94

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.37
Version: 1.29.39
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -156,10 +156,9 @@ Requires: python3-gobject-base
%endif
# rhel 8 has different naming for setuptools going forward
# on newer rhels and Fedora setuptools is not needed on runtime at all
%if (0%{?rhel} && 0%{?rhel} == 8)
Requires: platform-python-setuptools
%else
Requires: %{py_package_prefix}-setuptools
%endif
%if %{use_dnf}
@ -735,6 +734,34 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Thu Nov 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.39-1
- tito: drop bz requirement (ptoscano@redhat.com)
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (jsefler@redhat.com)
- RHEL-7206: Small change of message printed by dnf plugin (jhnidek@redhat.com)
- CCT-118: Fix flake8 error E721 (mhorky@redhat.com)
- Fix type hint in rhsm (mhorky@redhat.com)
- Simplify autoregistration test setup (mhorky@redhat.com)
- RHEL-9435: Get AWS metadata via IMDSv2 (mhorky@redhat.com)
- Fixed inappropriate logical expression (ataf@openrefactory.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)
- RPM: Avoid needless runtime requirement on python3-setuptools
(miro@hroncok.cz)
- 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)
- 2225403: Parse URL properly (jhnidek@redhat.com)
* Thu Sep 14 2023 Pino Toscano <ptoscano@redhat.com> 1.29.38-1
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (ptoscano@redhat.com)
- ci: bump actions/checkout from 3 to 4
(49699333+dependabot[bot]@users.noreply.github.com)
- ENT-5603: Fix a typo in a comment (mhorky@redhat.com)
* Wed Aug 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.37-1
- Translated using Weblate (Korean) (simmon@nplob.com)
- Update translation files (noreply@weblate.org)