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:
parent
aaeb3ba870
commit
6c3dddaf15
@ -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 <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
|
||||
- Update to 2.13.3.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user