From 3840eb01c5e5db58a9aa904b2ac7892c57c1930d Mon Sep 17 00:00:00 2001 From: Matyas Horky Date: Wed, 1 Jun 2022 14:03:10 +0200 Subject: [PATCH] spec: relax subscription-manager-rhsm-certificates requires Resolves: #2086704 --- subscription-manager.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subscription-manager.spec b/subscription-manager.spec index e985ba2..288eeea 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -110,7 +110,7 @@ Name: subscription-manager Version: 1.29.26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} Group: Productivity/Networking/System @@ -361,7 +361,7 @@ Requires: %{py_package_prefix}-python-dateutil Requires: %{py_package_prefix}-dateutil %endif Requires: %{py_package_prefix}-iniparse -Requires: subscription-manager-rhsm-certificates = %{version}-%{release} +Requires: subscription-manager-rhsm-certificates # Required by Fedora packaging guidelines %{?python_provide:%python_provide %{py_package_prefix}-rhsm} Requires: python3-cloud-what = %{version}-%{release} @@ -866,6 +866,9 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non- rm -f /var/lib/rhsm/cache/rhsm_icon.json %changelog +* Wed Jun 01 2022 Matyas Horky 1.29.26-2 +- 2086704: Relax subscription-manager-rhsm-certificates requires + * Tue Feb 15 2022 Christopher Snyder 1.29.26-1 - Translated using Weblate (Korean) (simmon@nplob.com) - Translated using Weblate (German) (atalanttore@googlemail.com)