From 2ded8bfa8c1b2134967424677ae3b4641ea66dd5 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 26 Sep 2024 11:08:15 +0200 Subject: [PATCH] Update subscription-manager to 1.30.2-1 Resolves: RHEL-29174 Resolves: RHEL-52660 --- sources | 2 +- subscription-manager.spec | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 6a44395..77256ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (subscription-manager-1.30.1.tar.gz) = dd8736098eae91577fc41a1c2313f91807a684bf644e2f86db918b9b14da26859918ece61789d33a1ee41fd71574c09157be91d350cd77481f2271b9411bb196 +SHA512 (subscription-manager-1.30.2.tar.gz) = f59ecd60bc67aea0fcb1e75d31c62500127ad65bf511abf205faab2ec11e5ab7b298a26f785b0973fd26183d03a86ff72c2a1e05881a67b02052bcc171ba3cc4 diff --git a/subscription-manager.spec b/subscription-manager.spec index a1fbd46..16e7351 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.30.1 +Version: 1.30.2 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -527,6 +527,8 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \; %{completion_dir}/rhsm-debug %{completion_dir}/rhsmcertd +%{_sysusersdir}/rhsm.conf + %dir %{python_sitearch}/subscription_manager # code, python modules and packages @@ -690,6 +692,10 @@ if [ "$1" = "2" ] ; then fi %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 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 %changelog +* Thu Sep 26 2024 Pino Toscano 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 1.30.1-1 - feat: forcefully switch automatic cloud registration to v1 (ptoscano@redhat.com)