Update subscription-manager to 1.29.30-1
Resolves: #2111035 - Do not allow reusing TCP connection for rhsm.service Resolves: #2111757 - Make parsing of HTTP headers more reliable (jhnidek@redhat.com)
This commit is contained in:
parent
ee858ffa6c
commit
fdd249fa30
1
.gitignore
vendored
1
.gitignore
vendored
@ -154,3 +154,4 @@
|
||||
/subscription-manager-1.29.26.tar.gz
|
||||
/subscription-manager-cockpit-1.29.26.tar.gz
|
||||
/subscription-manager-1.29.29.tar.gz
|
||||
/subscription-manager-1.29.30.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (subscription-manager-1.29.29.tar.gz) = e76970ddb89da1b5633a9af5676bb46bca20c7cdd7c9d6d62d70938ba97722117d0539131cf5b7d9ad22143b07a78891bfe8ad34967238b0f82d5b3c3a8e7f87
|
||||
SHA512 (subscription-manager-1.29.30.tar.gz) = b98df9642bbc219fe866b95c3e6e4605a860611bde48084825521270ae8d5c4273277dcfb57c9dc8ed200c80452a49f0e504aad1d3be223ae4c33220367bfda7
|
||||
|
@ -10,7 +10,7 @@
|
||||
%global use_container_plugin 1
|
||||
%endif
|
||||
|
||||
%global dmidecode_arches %{ix86} x86_64
|
||||
%global dmidecode_arches %{ix86} x86_64 aarch64
|
||||
|
||||
%global completion_dir %{_datadir}/bash-completion/completions
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
%global exclude_packages %{exclude_packages}"
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.29.29
|
||||
Version: 1.29.30
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
@ -350,9 +350,6 @@ entitlements, certificates, and access to content.
|
||||
Summary: Python package for detection of public cloud provider
|
||||
%if 0%{?suse_version}
|
||||
Group: Productivity/Networking/System
|
||||
License: GPL-2.0
|
||||
%else
|
||||
License: GPLv2
|
||||
%endif
|
||||
Requires: python3-requests
|
||||
%ifarch %{dmidecode_arches}
|
||||
@ -739,6 +736,27 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
|
||||
rm -f /var/lib/rhsm/cache/rhsm_icon.json
|
||||
|
||||
%changelog
|
||||
* Tue Aug 09 2022 Christopher Snyder <csnyder@redhat.com> 1.29.30-1
|
||||
- Fix issue, when connection is not shared (jhnidek@redhat.com)
|
||||
- Unit tests: Add stub class for SyspurposeComplianceStatusCache
|
||||
(jhnidek@redhat.com)
|
||||
- ENT-4664: Ensure tests clean up after themselves (mhorky@redhat.com)
|
||||
- Refactoring of cloud-what unit tests (jhnidek@redhat.com)
|
||||
- 2111035: Do not allow reusing TCP connection for rhsm.service
|
||||
(jhnidek@redhat.com)
|
||||
- spec: remove redundant License from python3-cloud-what (ptoscano@redhat.com)
|
||||
- Ensure tests don't fail when run under root (mhorky@redhat.com)
|
||||
- Fix issue with unit tests (jhnidek@redhat.com)
|
||||
- 2111757: Make parsing of HTTP headers more reliable (jhnidek@redhat.com)
|
||||
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (ljanda@redhat.com)
|
||||
- Update translation files (noreply@weblate.org)
|
||||
- ENT-5286: Unify environment variable evaluation (mhorky@redhat.com)
|
||||
- Use dmidecode on aarch64 (jhnidek@redhat.com)
|
||||
- New extraction for translatable strings (ptoscano@redhat.com)
|
||||
- Increase security level for zypper repos managed by sub-man (suttner@atix.de)
|
||||
- ENT-5271: Fix spelling of Candlepin API endpoint description
|
||||
(mhorky@redhat.com)
|
||||
|
||||
* Wed Jul 13 2022 Pino Toscano <ptoscano@redhat.com> 1.29.29-1
|
||||
- Translated using Weblate (Japanese) (suanand@redhat.com)
|
||||
- Translated using Weblate (Korean) (simmon@nplob.com)
|
||||
|
Loading…
Reference in New Issue
Block a user