Update subscription-manager to subscription-manager-1.30.4

Resolves: RHEL-65036
Resolves: RHEL-19370
This commit is contained in:
Pino Toscano 2025-01-22 10:53:09 +01:00
parent 2f9bdf61e6
commit 7ea3985542
2 changed files with 37 additions and 11 deletions

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.30.3.tar.gz) = 62ac77eda25e6eabe83855ab9fc8b7782688e6bb25a3f8a5964b8c411106e1bf373829eaf05781598403c878f0f2eb6e5172f74e784de0120eb0c993696101cb SHA512 (subscription-manager-1.30.4.tar.gz) = cb6c8b4c5ff9e23ef29481fc86cd0e7370c1454007b95618bfcfbd230e6393d5b439274478c230d63a91248073647238699e771978bfb5ec429deacf9ed2feb0

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.3 Version: 1.30.4
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}
@ -151,7 +151,6 @@ Requires: %{py_package_prefix}-zypp-plugin
%else %else
Requires: %{py_package_prefix}-dateutil Requires: %{py_package_prefix}-dateutil
Requires: %{py_package_prefix}-dbus Requires: %{py_package_prefix}-dbus
Requires: usermode
Requires: python3-gobject-base Requires: python3-gobject-base
%endif %endif
@ -385,6 +384,7 @@ make -f Makefile install VERSION=%{version}-%{release} \
OS_VERSION=%{?fedora}%{?rhel}%{?suse_version} OS_DIST=%{dist} \ OS_VERSION=%{?fedora}%{?rhel}%{?suse_version} OS_DIST=%{dist} \
COMPLETION_DIR=%{completion_dir} \ COMPLETION_DIR=%{completion_dir} \
RUN_DIR=%{run_dir} \ RUN_DIR=%{run_dir} \
SBIN_DIR=%{_sbindir} \
%{?install_ostree} %{?install_container} \ %{?install_ostree} %{?install_container} \
%{?install_dnf_plugins} \ %{?install_dnf_plugins} \
%{?install_zypper_plugins} \ %{?install_zypper_plugins} \
@ -457,14 +457,6 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
%{_sbindir}/rcrhsm-facts %{_sbindir}/rcrhsm-facts
%{_sbindir}/rcrhsmcertd %{_sbindir}/rcrhsmcertd
%else
# symlink to console-helper
%{_bindir}/subscription-manager
# PAM config
%{_sysconfdir}/pam.d/subscription-manager
%{_sysconfdir}/security/console.apps/subscription-manager
%endif %endif
%dir %{python_sitearch}/rhsmlib/candlepin %dir %{python_sitearch}/rhsmlib/candlepin
@ -734,6 +726,7 @@ fi
%endif %endif
%posttrans %posttrans
%systemd_posttrans_with_restart rhsm.service
# Remove old *.egg-info empty directories not removed be previous versions of RPMs # 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 # 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 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 rm -f /var/lib/rhsm/cache/content_access_mode.json
%changelog %changelog
* Wed Jan 22 2025 Pino Toscano <ptoscano@redhat.com> 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 <jhnidek@redhat.com> 1.30.3-1 * Thu Dec 19 2024 Jiri Hnidek <jhnidek@redhat.com> 1.30.3-1
- Card ID: CCT-731 - integration tests for DBus Register method - Card ID: CCT-731 - integration tests for DBus Register method
(jstavel@redhat.com) (jstavel@redhat.com)