Update subscription-manager to 1.30.3-1
Resolves: RHEL-70709
This commit is contained in:
parent
b85519a807
commit
2f9bdf61e6
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (subscription-manager-1.30.2.tar.gz) = f59ecd60bc67aea0fcb1e75d31c62500127ad65bf511abf205faab2ec11e5ab7b298a26f785b0973fd26183d03a86ff72c2a1e05881a67b02052bcc171ba3cc4
|
SHA512 (subscription-manager-1.30.3.tar.gz) = 62ac77eda25e6eabe83855ab9fc8b7782688e6bb25a3f8a5964b8c411106e1bf373829eaf05781598403c878f0f2eb6e5172f74e784de0120eb0c993696101cb
|
||||||
|
@ -95,8 +95,8 @@
|
|||||||
%global exclude_packages %{exclude_packages}"
|
%global exclude_packages %{exclude_packages}"
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.30.2
|
Version: 1.30.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
@ -740,11 +740,49 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
|
|||||||
# Remove old cache files
|
# Remove old cache files
|
||||||
# The -f flag ensures that exit code 0 will be returned even if the file does not exist.
|
# The -f flag ensures that exit code 0 will be returned even if the file does not exist.
|
||||||
rm -f /var/lib/rhsm/cache/rhsm_icon.json
|
rm -f /var/lib/rhsm/cache/rhsm_icon.json
|
||||||
|
rm -f /var/lib/rhsm/cache/content_access_mode.json
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.30.2-2
|
* Thu Dec 19 2024 Jiri Hnidek <jhnidek@redhat.com> 1.30.3-1
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Card ID: CCT-731 - integration tests for DBus Register method
|
||||||
Resolves: RHEL-64018
|
(jstavel@redhat.com)
|
||||||
|
- chore: Remove the --token authentication (pkoprda@redhat.com)
|
||||||
|
- chore: Remove artifacts of import (stomsa@redhat.com)
|
||||||
|
- chore: Remove artifacts of redeem (stomsa@redhat.com)
|
||||||
|
- chore: Remove artifacts of remove (stomsa@redhat.com)
|
||||||
|
- chore: Remove artifacts of autoheal (glutexo@icloud.com)
|
||||||
|
- chore: Remove artifacts of --auto-attach (glutexo@icloud.com)
|
||||||
|
- chore: Remove artifacts of attach (stomsa@redhat.com)
|
||||||
|
- fix: Added missing python packages (jhnidek@redhat.com)
|
||||||
|
- fix: Fixed integration tests (jhnidek@redhat.com)
|
||||||
|
- chore: Remove auto-assign CI job (mhorky@redhat.com)
|
||||||
|
- feat: Add initial support for tmt (jhnidek@redhat.com)
|
||||||
|
- fix: Renamed integration-tests to cockpit-tests (jhnidek@redhat.com)
|
||||||
|
- Feat CCT-965: Include timezone in the logs In `subscription-
|
||||||
|
manager/src/rhsm/logutil.py`i: (mgrunwal@redhat.com)
|
||||||
|
- feat: remove content access mode cache (jajerome@redhat.com)
|
||||||
|
- feat: add GetEnvironments method to DBus register (ryanverdile@gmail.com)
|
||||||
|
- feat: Added basic configuration for Packit (jhnidek@redhat.com)
|
||||||
|
- fix: drop "autoattachinterval" from the rhsmcertd defaults
|
||||||
|
(ptoscano@redhat.com)
|
||||||
|
- feat/cct-875: Options -i and --cert-interval were removed from rhsmcertd
|
||||||
|
command autocompletion Options -i and --cert-interval were removed from
|
||||||
|
rhsmcertd command autocompletion. (mgrunwal@mgrunwal-
|
||||||
|
thinkpadp1gen3.rmtcz.csb)
|
||||||
|
- feat/cct-874: Autocompletion for option --servicelevel removed Autocompletion
|
||||||
|
for option --servicelevel (sub-man register --servicelevel) was removed.
|
||||||
|
(mgrunwal@mgrunwal-thinkpadp1gen3.rmtcz.csb)
|
||||||
|
- fix: Handle Retry-After headers better for 429 responses (mhorky@redhat.com)
|
||||||
|
- feat: Better automatic registration logging (mhorky@redhat.com)
|
||||||
|
- refactor: Moved some definition of lists from list.py (jhnidek@redhat.com)
|
||||||
|
- fix: Removed show_autosubscribe_output() method (jhnidek@redhat.com)
|
||||||
|
- feat: Remove useless CLI options from list command (jhnidek@redhat.com)
|
||||||
|
- fix: perform autoreg waiting when performing standard autoreg
|
||||||
|
(ptoscano@redhat.com)
|
||||||
|
- chore: move autoreg waiting code in own function (ptoscano@redhat.com)
|
||||||
|
- feat: support registering specifying environments with activation keys
|
||||||
|
(ryanverdile@gmail.com)
|
||||||
|
- feat: Remove autoheal functionality from rhsmcertd (jvlcek@redhat.com)
|
||||||
|
|
||||||
* Thu Sep 26 2024 Pino Toscano <ptoscano@redhat.com> 1.30.2-1
|
* Thu Sep 26 2024 Pino Toscano <ptoscano@redhat.com> 1.30.2-1
|
||||||
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
|
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user