From b97e38afc4597c6d7ea0907349a87b21024fcbac Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 09 2022 09:34:49 +0000 Subject: import subscription-manager-1.29.26.1-1.el9_0 --- diff --git a/.gitignore b/.gitignore index 09fed5c..fde77eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/subscription-manager-1.29.26.tar.gz -SOURCES/subscription-manager-cockpit-1.29.26.tar.gz +SOURCES/subscription-manager-1.29.26.1.tar.gz +SOURCES/subscription-manager-cockpit-1.29.26.1.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index 278e56e..4fa53af 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1,2 +1,2 @@ -eb788e689741fa976be3df743e2292e2caffc5c8 SOURCES/subscription-manager-1.29.26.tar.gz -9cdeb5f8860579d5e218ebd546646540f93cc174 SOURCES/subscription-manager-cockpit-1.29.26.tar.gz +373802bc76f04337cbd0531a63189228144d385b SOURCES/subscription-manager-1.29.26.1.tar.gz +076bbd821910ce4ee48ca5fa0ebdb0ca3d137496 SOURCES/subscription-manager-cockpit-1.29.26.1.tar.gz diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index b1571cc..3adf6cb 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -10,9 +10,7 @@ %global use_container_plugin 1 %endif -%if (0%{?rhel} || 0%{?fedora}) -%global dmidecode_version >= 3.12.2-2 -%endif +%global dmidecode_arches %{ix86} x86_64 %global completion_dir %{_datadir}/bash-completion/completions @@ -109,8 +107,8 @@ %global use_rhsm_icons 0%{use_cockpit} Name: subscription-manager -Version: 1.29.26 -Release: 3%{?dist} +Version: 1.29.26.1 +Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} Group: Productivity/Networking/System @@ -155,6 +153,9 @@ Requires: %{py_package_prefix}-iniparse Requires: %{py_package_prefix}-decorator Requires: virt-what Requires: %{rhsm_package_name} = %{version} +%ifarch %{dmidecode_arches} +Requires: dmidecode +%endif %if 0%{?suse_version} Requires: %{py_package_prefix}-python-dateutil @@ -169,11 +170,6 @@ Requires: %{py_package_prefix}-dateutil Requires: %{py_package_prefix}-dbus Requires: usermode Requires: python3-gobject-base -# There's no dmi to read on these arches, so don't pull in this dep. -# Additionally, dmidecode isn't packaged at all on SUSE -%ifnarch aarch64 ppc ppc64 ppc64le s390 s390x -Requires: %{py_package_prefix}-dmidecode %{?dmidecode_version} -%endif %endif # rhel 8 has different naming for setuptools going forward @@ -439,8 +435,8 @@ License: GPL-2.0 License: GPLv2 %endif Requires: python3-requests -%ifnarch aarch64 ppc ppc64 ppc64le s390 s390x -Requires: %{py_package_prefix}-dmidecode %{?dmidecode_version} +%ifarch %{dmidecode_arches} +Requires: dmidecode %endif %description -n python3-cloud-what @@ -866,6 +862,21 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non- rm -f /var/lib/rhsm/cache/rhsm_icon.json %changelog +* Mon Jul 18 2022 Christopher Snyder 1.29.26.1-1 +- ENT-5215: Handle all exceptions caused by network problems + (mhorky@redhat.com) +- ENT-5215: Handle errors raised in DNF plugin (mhorky@redhat.com) +- Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com) +- Translated using Weblate (Korean) (simmon@nplob.com) +- zypper: drop dead python-dmidecode usage (ptoscano@redhat.com) +- facts: drop DmiFirmwareInfoCollector (ptoscano@redhat.com) +- facts: switch to DmidecodeFactCollector for DMI facts (ptoscano@redhat.com) +- facts: add dmidecode parser and facts collector (ptoscano@redhat.com) +- cloud-what: switch MiniHostCollector to dmidecode(1) (ptoscano@redhat.com) +- 2095301: enable sslverifystatus on repos if advertized by CP + (ptoscano@redhat.com) +- RepoUpdateActionCommand: lazy load the consumer auth (ptoscano@redhat.com) + * Wed Apr 13 2022 Christopher Snyder 1.29.26-3 - refresh: clear also the release status (ptoscano@redhat.com) - 2073551: clear the release cache on release change (ptoscano@redhat.com)