Remove conditional Requires on ansible-packaging.

This commit is contained in:
Maxwell G 2023-06-15 19:26:22 +00:00
parent 674ca3d40e
commit 20c4dcb8cc
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -96,10 +96,6 @@ BuildRequires: /usr/bin/python
%if %{with argcomplete}
Requires: python%{python3_pkgversion}-argcomplete
%endif
# Require packaging macros if rpm-build exists
# This makes the transition seamless for other packages
# This is DEPRECATED. Packages must explicitly BuildRequire ansible-packaging.
Requires: (ansible-packaging if rpm-build)
%global _description %{expand:
@ -291,6 +287,7 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
%changelog
* Tue Jun 13 2023 Maxwell G <maxwell@gtmx.me> - 2.15.0-3
- Add support for Python 3.12. Fixes rhbz#2196539.
- Remove conditional Requires on ansible-packaging.
* Tue May 23 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 2.15.0-2
- Disable tests in RHEL builds