diff --git a/SPECS/fence-agents.spec b/SPECS/fence-agents.spec index 42760c5..befbf3d 100644 --- a/SPECS/fence-agents.spec +++ b/SPECS/fence-agents.spec @@ -87,7 +87,7 @@ Name: fence-agents Summary: Set of unified programs capable of host isolation ("fencing") Version: 4.2.1 -Release: 86%{?alphatag:.%{alphatag}}%{?dist} +Release: 88%{?alphatag:.%{alphatag}}%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Base URL: https://github.com/ClusterLabs/fence-agents @@ -688,7 +688,7 @@ License: GPLv2+ and LGPLv2+ Group: System Environment/Base Summary: Fence agent for Amazon AWS Requires: fence-agents-common >= %{version}-%{release} -Requires: python3-boto3 python3-jmespath +Requires: python3-boto3 Provides: bundled(python3-%{botocore}) = %{botocore_version} Provides: bundled(python3-%{urllib3}) = %{urllib3_version} Provides: bundled(python3-%{requests}) = %{requests_version} @@ -696,6 +696,9 @@ Provides: bundled(python3-%{certifi}) = %{certifi_version} Provides: bundled(python3-%{chrstnormalizer}) = %{chrstnormalizer_version} Provides: bundled(python3-%{idna}) = %{idna_version} Provides: bundled(python3-%{chardet}) = %{chardet_version} +Provides: bundled(python3-%{dateutil}) = %{dateutil_version} +Provides: bundled(python3-%{six}) = %{six_version} +Provides: bundled(python3-%{jmespath}) = %{jmespath_version} Obsoletes: %{name} < %{version}-%{release} BuildArch: noarch %description aws @@ -1386,7 +1389,7 @@ Fence agent for IBM z/VM over IP. %endif %changelog -* Wed Feb 9 2022 Oyvind Albrigtsen - 4.2.1-86 +* Fri Feb 11 2022 Oyvind Albrigtsen - 4.2.1-88 - fence_aws: upgrade botocore to fix IMDSv2 support Resolves: rhbz#2048857