Update subscription-manager to subscription-manager-1.30.12

Resolves: RHEL-126153
Resolves: RHEL-137044
Resolves: RHEL-7149

Signed-off-by: Jiri Hnidek <jhnidek@redhat.com>
This commit is contained in:
Jiri Hnidek 2026-01-23 15:46:52 +01:00
parent c56da1b1bc
commit 4b19bb1fa2
2 changed files with 38 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.30.11.tar.gz) = dfee05140118a233cb58dc08aa615231fe049075692e3f72362f535ff39afff8d407b1d3312cef4475b0ee57f026188f93c93b4b230610afc67b721e1246927c
SHA512 (subscription-manager-1.30.12.tar.gz) = 227eed6276491e9188da574b50a0b106e4c7fff614049153e70eb0c4d11d02415305377a1612f691191c337809d23ebfd8c909dafaea87451fa1de6936156da9

View File

@ -83,7 +83,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.30.11
Version: 1.30.12
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -134,7 +134,7 @@ Requires: python3-python-dateutil
Requires: python3-dbus-python
Requires: logrotate
Requires: cron
Requires: python3-gobject2
Requires: python3-gobject
Requires: libzypp
Requires: python3-zypp-plugin
%else
@ -398,6 +398,7 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
%dir %{_sysconfdir}/pki
%dir %{_prefix}/share/polkit-1
%dir %{_prefix}/share/polkit-1/actions
%dir %{_sysconfdir}/rhsm
%dir %{_sysconfdir}/dbus-1
%dir %{_sysconfdir}/dbus-1/system.d
%attr(755,root,root) %dir %{_sysconfdir}/rhsm/zypper.repos.d
@ -679,6 +680,40 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json
rm -f /var/lib/rhsm/cache/content_access_mode.json
%changelog
* Fri Jan 23 2026 Jiri Hnidek <jhnidek@redhat.com> 1.30.12-1
- feat: Added more debug prints to cloud-what (jhnidek@redhat.com)
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- Translated using Weblate (Georgian) (noreply-mt-weblate-translation-
memory@weblate.org)
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- Added translation using Weblate (Finnish) (noreply-addon-
languages@weblate.org)
- Translated using Weblate (Czech) (jsefler@redhat.com)
- fix(test): Fix unit tests of "sub-man status" (jhnidek@redhat.com)
- RHEL-126153: Update GCP to Google Cloud in log messages (crag@redhat.com)
- fix: Update user-facing GCP refrences to Google Cloud (crag@redhat.com)
- ci: bump actions/upload-artifact from 5 to 6
(49699333+dependabot[bot]@users.noreply.github.com)
- Fix profile upload because of missing self.cp (suttner@atix.de)
- feat: added signature type log in TLS handshake (macano@redhat.com)
- feat: added internal method to get tls handshake info
(manuelcanorojo@gmail.com)
- fix: Print list of environments without --set/--list (jhnidek@redhat.com)
- fix: Fix getting AWS IMDSv2 signature (jhnidek@redhat.com)
- fix(test): Fix unit test of aws (jhnidek@redhat.com)
- fix(ci): Fixed integration tests of syspurpose (jhnidek@redhat.com)
- chore: Removed deprecated information from setup.py (jhnidek@redhat.com)
- chore(ci): Specify permissions for Actions (mhorky@redhat.com)
- feat: check if --set arg is empty when the environments module is called
(manuelcanorojo@gmail.com)
- docs: added missing gettext building dependency (manuelcanorojo@gmail.com)
- docs: improved man content related to subscription-manager environment
variables for proxy configuration (manuelcanorojo@gmail.com)
- ci: bump actions/checkout from 5 to 6
(49699333+dependabot[bot]@users.noreply.github.com)
- Fix gobject python package name of sles (suttner@atix.de)
- Fix SLES build on OBS (suttner@atix.de)
* Wed Nov 05 2025 Jiri Hnidek <jhnidek@redhat.com> 1.30.11-1
- fix: Do not send JSON document with empty signature (jhnidek@redhat.com)
- Translated using Weblate (Czech) (pavel.borecki@gmail.com)