Update subscription-manager to 1.30.2-1

Resolves: RHEL-29174
Resolves: RHEL-52660
This commit is contained in:
Pino Toscano 2024-09-26 11:08:15 +02:00
parent d54fbde198
commit 2ded8bfa8c
2 changed files with 30 additions and 2 deletions

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.30.1.tar.gz) = dd8736098eae91577fc41a1c2313f91807a684bf644e2f86db918b9b14da26859918ece61789d33a1ee41fd71574c09157be91d350cd77481f2271b9411bb196 SHA512 (subscription-manager-1.30.2.tar.gz) = f59ecd60bc67aea0fcb1e75d31c62500127ad65bf511abf205faab2ec11e5ab7b298a26f785b0973fd26183d03a86ff72c2a1e05881a67b02052bcc171ba3cc4

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}" %global exclude_packages %{exclude_packages}"
Name: subscription-manager Name: subscription-manager
Version: 1.30.1 Version: 1.30.2
Release: 1%{?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}
@ -527,6 +527,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
%{completion_dir}/rhsm-debug %{completion_dir}/rhsm-debug
%{completion_dir}/rhsmcertd %{completion_dir}/rhsmcertd
%{_sysusersdir}/rhsm.conf
%dir %{python_sitearch}/subscription_manager %dir %{python_sitearch}/subscription_manager
# code, python modules and packages # code, python modules and packages
@ -690,6 +692,10 @@ if [ "$1" = "2" ] ; then
fi fi
%endif %endif
# Make all consumer certificates and keys readable by group rhsm
find /etc/pki/consumer -mindepth 1 -maxdepth 1 -name '*.pem' | xargs --no-run-if-empty chgrp rhsm
find /etc/pki/consumer -mindepth 1 -maxdepth 1 -name '*.pem' | xargs --no-run-if-empty chmod g+r
# Make all entitlement certificates and keys files readable by group and other # Make all entitlement certificates and keys files readable by group and other
find /etc/pki/entitlement -mindepth 1 -maxdepth 1 -name '*.pem' | xargs --no-run-if-empty chmod go+r find /etc/pki/entitlement -mindepth 1 -maxdepth 1 -name '*.pem' | xargs --no-run-if-empty chmod go+r
@ -736,6 +742,28 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog %changelog
* Thu Sep 26 2024 Pino Toscano <ptoscano@redhat.com> 1.30.2-1
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
- feat: Create consumer cert & key owner by rhsm group (jhnidek@redhat.com)
- feat: Add rhsm group during installation of subman RPM (jhnidek@redhat.com)
- feat: dnf plugin - outsource uploading of profile to rhsmcertd.
(jhnidek@redhat.com)
- docs: remove references to removed commands (jajerome@redhat.com)
- feat: Remove auto-attach command (jhnidek@redhat.com)
- feat: Eliminate command 'remove' from subscription-manager
(jvlcek@redhat.com)
- feat: Remove attach from bash completion script (jhnidek@redhat.com)
- feat: Remove references on auto-attach in man page (jhnidek@redhat.com)
- feat: Removed attach service (jhnidek@redhat.com)
- feat: Removed D-Bus methods related to attach (jhnidek@redhat.com)
- feat: Removed attach command and CLI option related to attach
(jhnidek@redhat.com)
- feat: Remove 'addons' subcommand(s) (mhorky@redhat.com)
- feat: Removed command "redeem" from subscription-manager (jhnidek@redhat.com)
- Update the correct man page file. (jvlcek@redhat.com)
- docs: Change reverse proxy to proxy in man page (jvlcek@redhat.com)
- test(ci): Improve container pre-test script (mhorky@redhat.com)
* Wed Aug 21 2024 Pino Toscano <ptoscano@redhat.com> 1.30.1-1 * Wed Aug 21 2024 Pino Toscano <ptoscano@redhat.com> 1.30.1-1
- feat: forcefully switch automatic cloud registration to v1 - feat: forcefully switch automatic cloud registration to v1
(ptoscano@redhat.com) (ptoscano@redhat.com)