Update subscription-manager to 1.29.32-1

Resolves: #2108549 - do not detect containers in OCP as such (ptoscano@redhat.com)
Resolves: #2131789 - Outsource uploading DNF profile to rhsmcertd (jhnidek@redhat.com)
Resolves: #2121350 - Implement "force" register option in rhsm dbus python binding
Resolves: #2136694 - Clear progress messages properly (mhorky@redhat.com)
Resolves: #2097679 - Additional fix for non-interactive parameters (jajerome@redhat.com)
Resolves: #2097679 - Fixed script hang in non-interactive execution (jajerome@redhat.com)
Resolves: #2126981
This commit is contained in:
Pino Toscano 2023-01-16 15:53:40 +01:00
parent bca81b2709
commit 0859d716ee
3 changed files with 113 additions and 2 deletions

1
.gitignore vendored
View File

@ -156,3 +156,4 @@
/subscription-manager-1.29.29.tar.gz
/subscription-manager-1.29.30.tar.gz
/subscription-manager-1.29.31.tar.gz
/subscription-manager-1.29.32.tar.gz

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.29.31.tar.gz) = 955b7889220c602574910330758c49b144a8cd4ff12e5b92f26a2985732a45ef17795e2fb0b1d34ec053dfb4f0f0b8c77b2ccdcd82d9391a686fa3ee0f1e9426
SHA512 (subscription-manager-1.29.32.tar.gz) = 1cd98ee6188795c2ac828a243327e30d6e2c4893137aeacd3c689f6dd8764d88e2f9e9500e81cceb1d4a213fe1f6115503b9617bc92200039480c85d2b09c3a3

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.31
Version: 1.29.32
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -487,6 +487,7 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
%attr(755,root,root) %{_bindir}/rhsmcertd
%attr(755,root,root) %{_libexecdir}/rhsmcertd-worker
%attr(755,root,root) %{_libexecdir}/rhsm-package-profile-uploader
# our config dirs and files
@ -735,6 +736,115 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Mon Jan 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.32-1
- Translated using Weblate (French) (ljanda@redhat.com)
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- Translated using Weblate (Korean) (simmon@nplob.com)
- Update translation files (noreply@weblate.org)
- utils: import pkg_resources only when needed (ptoscano@redhat.com)
- ENT-5536: Fix FileMonitor tests (mhorky@redhat.com)
- Alter import of rhsm.config functions (mhorky@redhat.com)
- Handle tests in containers better (mhorky@redhat.com)
- Call parent methods in DBusServerStubProvider (mhorky@redhat.com)
- Base D-Bus tests on SubManFixture (mhorky@redhat.com)
- ENT-5532: Call rhsm-package-profile-uploader with --force-upload
(jhnidek@redhat.com)
- 2108549: do not detect containers in OCP as such (ptoscano@redhat.com)
- tests: extend InContainerTests for path checks (ptoscano@redhat.com)
- Resolved issues in PR feedback (jajerome@redhat.com)
- Updated request handling in connection.py (jajerome@redhat.com)
- Resolve issues from PR review (jajerome@redhat.com)
- Removed fixme since activateMachine() is still used (jajerome@redhat.com)
- Black/flake8 fixes (jajerome@redhat.com)
- FIXME: renamed default argument to not shadow inbuilt type
(jajerome@redhat.com)
- FIXME: removed Restlib and using only BaseRestLib (jajerome@redhat.com)
- FIXME: updated unregisterConsumer() to return True if status code is 204
(jajerome@redhat.com)
- FIXME: changed unbindBySerial/unbindByPoolId to return bool
(jajerome@redhat.com)
- FIXME: changed default value of facts in updateConsumerFacts()
(jajerome@redhat.com)
- FIXME: sanitized email/lang variables in activateMachine()
(jajerome@redhat.com)
- FIXME: made email argument required in activatemachine()
(jajerome@redhat.com)
- FIXME: changed default value of serials argument to None
(jajerome@redhat.com)
- FIXME: removed unused username/password arguments (jajerome@redhat.com)
- FIXME: raise exceptions where sanitizing guest Id returns None
(jajerome@redhat.com)
- FIXME: renamed response argument to result in validateResponse()
(jajerome@redhat.com)
- FIXME: rename info argument to params in _request() (jajerome@redhat.com)
- FIXME: added error message when redeeming subscription fails
(jajerome@redhat.com)
- FIXME: removed unused UEPConnection class methods (jajerome@redhat.com)
- Fixed profile tests setting Package release numbers as int instead of str
(jajerome@redhat.com)
- FIXME: changed epoch data type to str in Package class (jajerome@redhat.com)
- FIXME: added null-checks for stdout/stderr wrapper (jajerome@redhat.com)
- FIXME: re-iterated a fix is not needed for urlparse (jajerome@redhat.com)
- FIXME: added exception messages to parse_url() (jajerome@redhat.com)
- FIXME: changed lists to tuples in StatusSpinnerStyle class
(jajerome@redhat.com)
- FIXME: fixed type hints for _normalize_string() (jajerome@redhat.com)
- FIXME: use super() instead of class name (jajerome@redhat.com)
- FIXME: fixed strings not being translated in is_log_level_valid()
(jajerome@redhat.com)
- FIXME: resolved improper use of tempfile in save() (jajerome@redhat.com)
- FIXME: fixed config_file argument not being used in save()
(jajerome@redhat.com)
- FIXME: updated default value for files_name argument in read()
(jajerome@redhat.com)
- FIXME: fixed minor typo in bogus() (jajerome@redhat.com)
- FIXME: changed read() to return self instead of None (jajerome@redhat.com)
- FIXME: set default argument 'facts' to None in registerConsumer()
(jajerome@redhat.com)
- FIXME: renamed argument 'type' to 'consumer_type' in registerConsumer()
(jajerome@redhat.com)
- FIXME: ping() resolved in rhsm/connection.py (jajerome@redhat.com)
- Remove test dependency 'mock' (mhorky@redhat.com)
- Fix failures of D-Bus' Register tests (mhorky@redhat.com)
- Mark D-Bus tests (mhorky@redhat.com)
- 2131789: Outsource uploading DNF profile to rhsmcertd (jhnidek@redhat.com)
- Catch generic OSError during HTTPSConnection.connect() (ptoscano@redhat.com)
- New extraction for translatable strings (ptoscano@redhat.com)
- Translated using Weblate (French) (vincent.lefebvre59@gmail.com)
- Translated using Weblate (Korean) (simmon@nplob.com)
- Fix formatting of proxy errors w/o errno (ptoscano@redhat.com)
- Catch also CertificateLoadingError for identity cert loading
(ptoscano@redhat.com)
- ENT-4286: Additional fix for exception handling (jajerome@redhat.com)
- Remove D-Bus env vars from container and CI files (mhorky@redhat.com)
- 2121350: Implement "force" register option in rhsm dbus python binding
(jajerome@redhat.com)
- Show locals in pytest output (mhorky@redhat.com)
- Improve formatting of CertificateLoadingError (ptoscano@redhat.com)
- Raise a new CertificateLoadingError on X.509 loading failures
(ptoscano@redhat.com)
- Improve formatting of UnknownContentException (ptoscano@redhat.com)
- connection: improve the internal UnknownContentException
(ptoscano@redhat.com)
- utils: add terminal_printable_content (ptoscano@redhat.com)
- connection: rename NetworkException to UnknownContentException
(ptoscano@redhat.com)
- Improve formatting of ProxyException (ptoscano@redhat.com)
- connection: improve the internal ProxyException (ptoscano@redhat.com)
- Improve formatting of socket.gaierror (ptoscano@redhat.com)
- Improve formatting of ConnectionError (ptoscano@redhat.com)
- Improve formatting of BadCertificateException (ptoscano@redhat.com)
- connection: extend BadCertificateException w/ SSL exception
(ptoscano@redhat.com)
- connection: drop dead code (ptoscano@redhat.com)
- ENT-4286: Simplify exception reporting with system_exit()
(jajerome@redhat.com)
- 2136694: Clear progress messages properly (mhorky@redhat.com)
- rhsmcertd reads default_log_level from rhsm.conf (jhnidek@redhat.com)
- 2097679: Additional fix for non-interactive parameters (jajerome@redhat.com)
- 2097679: Fixed script hang in non-interactive execution (jajerome@redhat.com)
* Wed Oct 19 2022 Christopher Snyder <csnyder@redhat.com> 1.29.31-1
- warning: refname 'subscription-manager-1.29.30-1' is ambiguous.
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)