Update subscription-manager to 1.30.0-1
Resolves: RHEL-33387 Resolves: RHEL-40964 Resolves: RHEL-52333 Resolves: RHEL-41063
This commit is contained in:
parent
5a284a0eb6
commit
21b272d991
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (subscription-manager-1.29.40.tar.gz) = efc4e529c327c24383129a6c05a80ccb7a04d6473f18ab964b1eeee89225bf68f7c4ec2d1b04123bcc30dee400c3a54f9fe478fc5093c72d1e186a73eb365bb6
|
||||
SHA512 (subscription-manager-1.30.0.tar.gz) = 3c033d65aa789fff0c187845559e08d0800ef0354464a4a191dee317097431b8cff3f4b1425e952f50a0b1033007fd9ccd4e7727a80429c5047c2f2a3ab567a4
|
||||
|
@ -95,8 +95,8 @@
|
||||
%global exclude_packages %{exclude_packages}"
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.29.40
|
||||
Release: 3%{?dist}
|
||||
Version: 1.30.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
Group: Productivity/Networking/System
|
||||
@ -657,7 +657,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
%attr(750,root,root) %dir %{_var}/cache/cloud-what
|
||||
%dir %{python_sitearch}/cloud_what
|
||||
%dir %{python_sitearch}/cloud_what/providers
|
||||
%{python_sitearch}/cloud_what/*
|
||||
%{python_sitearch}/cloud_what/*.py*
|
||||
%{python_sitearch}/cloud_what/providers/*.py*
|
||||
%{python_sitearch}/cloud_what/__pycache__
|
||||
%{python_sitearch}/cloud_what/providers/__pycache__
|
||||
|
||||
@ -735,25 +736,92 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
|
||||
rm -f /var/lib/rhsm/cache/rhsm_icon.json
|
||||
|
||||
%changelog
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.29.40-3
|
||||
- Bump release for June 2024 mass rebuild
|
||||
* Fri Aug 16 2024 Pino Toscano <ptoscano@redhat.com> 1.30.0-1
|
||||
- Translated using Weblate (Russian) (aleksejfedorov963@gmail.com)
|
||||
- Translated using Weblate (Korean) (simmon@nplob.com)
|
||||
- chore: Format register.py (mhorky@redhat.com)
|
||||
- feat: Require SCA for registration (mhorky@redhat.com)
|
||||
- doc: Update install and testing guide (stomsa@redhat.com)
|
||||
- Fixed spec file to list packages twice (suttner@atix.de)
|
||||
- code review comments fixes - update metadata and test. (chambrid@redhat.com)
|
||||
- feat: Disable anonymous cloud registration temporarily (mhorky@redhat.com)
|
||||
- Collect Azure VM Name and Resource Group Name as a cloud fact.
|
||||
(chambrid@redhat.com)
|
||||
- fix: Improve wording in redhat.repo template (glutexo@icloud.com)
|
||||
- Remove commands moved to syspurpose (glutexo@icloud.com)
|
||||
- doc: drop references to "activate" (ptoscano@redhat.com)
|
||||
- feat: Remove import command (zpetrace@redhat.com)
|
||||
- fix: make SyspurposeComplianceStatusCache.get_overall_status() always usable
|
||||
(ptoscano@redhat.com)
|
||||
- fix: Change order of checks (jhnidek@redhat.com)
|
||||
- fix: Cache shouldn't try to get data from server without UUID
|
||||
(jhnidek@redhat.com)
|
||||
- feat: Add option to run smoke tests with fake IMDS servers.
|
||||
(jhnidek@redhat.com)
|
||||
- fix: Hide subscription management "errors" in container mode
|
||||
(mhorky@redhat.com)
|
||||
- feat(ci): Update testing matrix (mhorky@redhat.com)
|
||||
- fix(test): Properly stop method mock (mhorky@redhat.com)
|
||||
- feat: Azure: added extended location and type of location fact
|
||||
(jhnidek@redhat.com)
|
||||
- fix: Update version of Azure metadata (jhnidek@redhat.com)
|
||||
- feat: Added Azure location to facts (jhnidek@redhat.com)
|
||||
- feat: Added zone GCP fact (jhnidek@redhat.com)
|
||||
- feat: Added more AWS cloud facts (jhnidek@redhat.com)
|
||||
- fix: Change type hint according returned value. (jhnidek@redhat.com)
|
||||
- feat: Add warning message about release version to dnf plugin
|
||||
(jhnidek@redhat.com)
|
||||
- Bump black from 23.3.0 to 24.3.0
|
||||
(49699333+dependabot[bot]@users.noreply.github.com)
|
||||
- Format code with black==24.3.0 (ptoscano@redhat.com)
|
||||
- Fix memory leaks in test-productdb.c (jhnidek@redhat.com)
|
||||
- Fix memory leaks in productdb.c (jhnidek@redhat.com)
|
||||
- fix: Function prototype without declaration is deprecated
|
||||
(jhnidek@redhat.com)
|
||||
- Removed unused includes of .h files (jhnidek@redhat.com)
|
||||
- libdnf: switch from g_error_free() to g_clear_error() in tests
|
||||
(ptoscano@redhat.com)
|
||||
- libdnf: do not build test code in plugin (ptoscano@redhat.com)
|
||||
- Change handling of deprecated `datetime.datetime.utcnow()`
|
||||
(mhorky@redhat.com)
|
||||
- CCT-66: Update identity reporting in DNF plugin during autoregistration
|
||||
(mhorky@redhat.com)
|
||||
- Remove automatic registration delay for rhsmcertd (mhorky@redhat.com)
|
||||
- Remove API endpoint for automatic cloud registration v1 (mhorky@redhat.com)
|
||||
- CCT-67: Use automatic registration v2 (mhorky@redhat.com)
|
||||
- IdentityUpdateAction: Improve logging for updating identity certificates
|
||||
(mhorky@redhat.com)
|
||||
- Identity: Add method to extract current owner (mhorky@redhat.com)
|
||||
- rhsmcertd: Define exit codes (mhorky@redhat.com)
|
||||
- rhsmcertd: Use module-level logger (mhorky@redhat.com)
|
||||
- Add AnonymousCertificateManager (mhorky@redhat.com)
|
||||
- Add CloudTokenCache for Candlepin JWT (mhorky@redhat.com)
|
||||
- Implement API endpoints for Automatic registration v2 (mhorky@redhat.com)
|
||||
- Update documentation for one API call in connection.py (mhorky@redhat.com)
|
||||
- Fix type hint of RegisterService.register() (mhorky@redhat.com)
|
||||
- rhsmcertd: Drop D-Bus loop code (mhorky@redhat.com)
|
||||
- rhsmcertd: Add type hints (mhorky@redhat.com)
|
||||
- rhsmcertd: Remove forgotten old comment (mhorky@redhat.com)
|
||||
- Stop logging full lscpu output (mhorky@redhat.com)
|
||||
- Prevent double-logging of syspurpose cache log statement (mhorky@redhat.com)
|
||||
- Update the log message containing response time statistics
|
||||
(mhorky@redhat.com)
|
||||
- CCT-266: Update TLS flags (mhorky@redhat.com)
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.29.40-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 18 2024 Packit <hello@packit.dev> - 1.29.40-1
|
||||
- Automatic commit of package [subscription-manager] release [1.29.40-1]. (Pino Toscano)
|
||||
- Translated using Weblate (Korean) (김인수)
|
||||
- Translated using Weblate (Chinese (Simplified) (zh_CN)) (Jingge Chen)
|
||||
- spec: Add missing GLib dependency when building without DNF (Debarshi Ray)
|
||||
- Remove deprecated `locale.*()` functions (mhorky)
|
||||
- Remove version constraint of pytest (mhorky)
|
||||
- RHEL-15110: RegisterServer is stopped, when not needed (Jiri Hnidek)
|
||||
- RHEL-15110: Fix issue with registration using gsd-subman (Jiri Hnidek)
|
||||
- Fix an error in debug logging of cloud-what (mhorky)
|
||||
- ci: bump actions/upload-artifact from 3 to 4 (dependabot[bot])
|
||||
- Improve debug logging to make it faster to understand (mhorky)
|
||||
- Resolves rhbz#2258965
|
||||
* Thu Jan 18 2024 Pino Toscano <ptoscano@redhat.com> 1.29.40-1
|
||||
- Translated using Weblate (Korean) (simmon@nplob.com)
|
||||
- Translated using Weblate (Chinese (Simplified) (zh_CN))
|
||||
(mariocanfly@hotmail.com)
|
||||
- spec: Add missing GLib dependency when building without DNF
|
||||
(debarshir@gnome.org)
|
||||
- Remove deprecated `locale.*()` functions (mhorky@redhat.com)
|
||||
- Remove version constraint of pytest (mhorky@redhat.com)
|
||||
- RHEL-15110: RegisterServer is stopped, when not needed (jhnidek@redhat.com)
|
||||
- RHEL-15110: Fix issue with registration using gsd-subman (jhnidek@redhat.com)
|
||||
- Fix an error in debug logging of cloud-what (mhorky@redhat.com)
|
||||
- ci: bump actions/upload-artifact from 3 to 4
|
||||
(49699333+dependabot[bot]@users.noreply.github.com)
|
||||
- Improve debug logging to make it faster to understand (mhorky@redhat.com)
|
||||
|
||||
* Thu Nov 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.39-1
|
||||
- tito: drop bz requirement (ptoscano@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user