Remove weak deps on paramiko and winrm

paramiko isn't used much anymore, and winrm is only needed for windows
hosts.
This commit is contained in:
Maxwell G 2022-08-30 21:17:17 -05:00
parent aaeb3ba870
commit 6c3dddaf15
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -12,7 +12,7 @@
Name: ansible-core Name: ansible-core
Summary: A radically simple IT automation system Summary: A radically simple IT automation system
Version: 2.13.3 Version: 2.13.3
Release: 1%{?dist} Release: 2%{?dist}
# The main license is GPLv3+. Many of the files in lib/ansible/module_utils # 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 # 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 # This makes the transition seamless for other packages
Requires: (ansible-packaging if rpm-build) 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 %description
Ansible is a radically simple model-driven configuration management, Ansible is a radically simple model-driven configuration management,
@ -247,6 +244,9 @@ make PYTHON=%{python3} tests-py3
%endif %endif
%changelog %changelog
* Wed Aug 31 2022 Maxwell G <gotmax@e.email> - 2.13.3-2
- Remove weak deps on paramiko and winrm
* Mon Aug 15 2022 Maxwell G <gotmax@e.email> - 2.13.3-1 * Mon Aug 15 2022 Maxwell G <gotmax@e.email> - 2.13.3-1
- Update to 2.13.3. - Update to 2.13.3.