diff --git a/ansible-core.spec b/ansible-core.spec index 62473a9..b45cae0 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -12,7 +12,7 @@ Name: ansible-core Summary: A radically simple IT automation system Version: 2.13.3 -Release: 1%{?dist} +Release: 2%{?dist} # The main license is GPLv3+. Many of the files in lib/ansible/module_utils # are BSD licensed. There are various files scattered throughout the codebase @@ -87,9 +87,6 @@ Requires: python%{python3_pkgversion}-argcomplete # This makes the transition seamless for other packages Requires: (ansible-packaging if rpm-build) -# RHEL8 doesn't have python3-paramiko or python3-winrm (yet), but Fedora does -Recommends: python%{python3_pkgversion}-paramiko -Recommends: python%{python3_pkgversion}-winrm %description Ansible is a radically simple model-driven configuration management, @@ -247,6 +244,9 @@ make PYTHON=%{python3} tests-py3 %endif %changelog +* Wed Aug 31 2022 Maxwell G - 2.13.3-2 +- Remove weak deps on paramiko and winrm + * Mon Aug 15 2022 Maxwell G - 2.13.3-1 - Update to 2.13.3.