From 7ea39855420607f721510c1b923e53167e535796 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 22 Jan 2025 10:53:09 +0100 Subject: [PATCH] Update subscription-manager to subscription-manager-1.30.4 Resolves: RHEL-65036 Resolves: RHEL-19370 --- sources | 2 +- subscription-manager.spec | 46 ++++++++++++++++++++++++++++++--------- 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/sources b/sources index 7f70fd6..b80e217 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (subscription-manager-1.30.3.tar.gz) = 62ac77eda25e6eabe83855ab9fc8b7782688e6bb25a3f8a5964b8c411106e1bf373829eaf05781598403c878f0f2eb6e5172f74e784de0120eb0c993696101cb +SHA512 (subscription-manager-1.30.4.tar.gz) = cb6c8b4c5ff9e23ef29481fc86cd0e7370c1454007b95618bfcfbd230e6393d5b439274478c230d63a91248073647238699e771978bfb5ec429deacf9ed2feb0 diff --git a/subscription-manager.spec b/subscription-manager.spec index 1fe6d63..e167ca8 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -95,7 +95,7 @@ %global exclude_packages %{exclude_packages}" Name: subscription-manager -Version: 1.30.3 +Version: 1.30.4 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -151,7 +151,6 @@ Requires: %{py_package_prefix}-zypp-plugin %else Requires: %{py_package_prefix}-dateutil Requires: %{py_package_prefix}-dbus -Requires: usermode Requires: python3-gobject-base %endif @@ -385,6 +384,7 @@ make -f Makefile install VERSION=%{version}-%{release} \ OS_VERSION=%{?fedora}%{?rhel}%{?suse_version} OS_DIST=%{dist} \ COMPLETION_DIR=%{completion_dir} \ RUN_DIR=%{run_dir} \ + SBIN_DIR=%{_sbindir} \ %{?install_ostree} %{?install_container} \ %{?install_dnf_plugins} \ %{?install_zypper_plugins} \ @@ -457,14 +457,6 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \; %{_sbindir}/rcrhsm-facts %{_sbindir}/rcrhsmcertd -%else - -# symlink to console-helper -%{_bindir}/subscription-manager -# PAM config -%{_sysconfdir}/pam.d/subscription-manager -%{_sysconfdir}/security/console.apps/subscription-manager - %endif %dir %{python_sitearch}/rhsmlib/candlepin @@ -734,6 +726,7 @@ fi %endif %posttrans +%systemd_posttrans_with_restart rhsm.service # Remove old *.egg-info empty directories not removed be previous versions of RPMs # due to this BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1927245 rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-empty @@ -743,6 +736,39 @@ rm -f /var/lib/rhsm/cache/rhsm_icon.json rm -f /var/lib/rhsm/cache/content_access_mode.json %changelog +* Wed Jan 22 2025 Pino Toscano 1.30.4-1 +- Revert "feat: Disable anonymous cloud registration temporarily" + (ptoscano@redhat.com) +- Revert "feat: forcefully switch automatic cloud registration to v1" + (ptoscano@redhat.com) +- Translated using Weblate (Chinese (Simplified) (zh_CN)) (ptoscano@redhat.com) +- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) +- Translated using Weblate (Korean) (simmon@nplob.com) +- Translated using Weblate (Italian) (toscano.pino@tiscali.it) +- Translated using Weblate (French) (leane.grasser@proton.me) +- Translated using Weblate (Georgian) (noreply-mt-weblate-translation- + memory@weblate.org) +- Update translation files (noreply@weblate.org) +- spec: respect the %%{_sbindir} of the distro (ptoscano@redhat.com) +- build: make it possible to customize the 'sbin' install dir + (ptoscano@redhat.com) +- fix: Restart rhsm service after installation (pkoprda@redhat.com) +- Drop pam_console leftovers (ptoscano@redhat.com) +- Stop using usermode (ptoscano@redhat.com) +- fix: Do not upload profile from DNF, when it is disabled in conf + (jhnidek@redhat.com) +- rhsmcertd: use ISO 8601 timestamps for the log file (ptoscano@redhat.com) +- rhsmcertd: refactor timestamp function (ptoscano@redhat.com) +- ci: temporarily install 'which' on CentOS Stream 10 (ptoscano@redhat.com) +- New extraction for translatable strings (ptoscano@redhat.com) +- ci: use official c10s container image (ptoscano@redhat.com) +- Translated using Weblate (Italian) (info@salvatorecocuzza.it) +- Translated using Weblate (French) (leane.grasser@proton.me) +- Translated using Weblate (German) (atalanttore@googlemail.com) +- Translated using Weblate (Korean) (simmon@nplob.com) +- feat: Enable register with environment names and environment types + (jhnidek@redhat.com) + * Thu Dec 19 2024 Jiri Hnidek 1.30.3-1 - Card ID: CCT-731 - integration tests for DBus Register method (jstavel@redhat.com)