Remove conditional Requires on ansible-packaging.
This commit is contained in:
parent
674ca3d40e
commit
20c4dcb8cc
@ -96,10 +96,6 @@ BuildRequires: /usr/bin/python
|
|||||||
%if %{with argcomplete}
|
%if %{with argcomplete}
|
||||||
Requires: python%{python3_pkgversion}-argcomplete
|
Requires: python%{python3_pkgversion}-argcomplete
|
||||||
%endif
|
%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:
|
%global _description %{expand:
|
||||||
@ -291,6 +287,7 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 13 2023 Maxwell G <maxwell@gtmx.me> - 2.15.0-3
|
* Tue Jun 13 2023 Maxwell G <maxwell@gtmx.me> - 2.15.0-3
|
||||||
- Add support for Python 3.12. Fixes rhbz#2196539.
|
- 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
|
* Tue May 23 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 2.15.0-2
|
||||||
- Disable tests in RHEL builds
|
- Disable tests in RHEL builds
|
||||||
|
Loading…
Reference in New Issue
Block a user