diff --git a/ansible-packaging.spec b/ansible-packaging.spec index 63f133d..08cb792 100644 --- a/ansible-packaging.spec +++ b/ansible-packaging.spec @@ -2,7 +2,7 @@ Name: ansible-packaging Version: 1 -Release: 16%{?dist} +Release: 19.1%{?dist} Summary: RPM packaging macros and generators for Ansible collections License: GPL-3.0-or-later @@ -147,12 +147,28 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume # ansible-core in RHEL 8.6 is built against python38. In c8s and the next RHEL # 8 minor release, it will be built against python39. The testing dependencies # are not yet packaged for either python version in EPEL 8. -%if ! (%{defined rhel} && 0%{?rhel} < 9) +# +# The ansible-test binary is unshipped in EL 10, so we cannot ship the tests +# subpackage yet. +# https://issues.redhat.com/browse/RHEL-69915 +%if %{undefined el8} && %{undefined el10} %files tests %endif %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1-19.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Wed Jul 23 2025 Fedora Release Engineering - 1-18.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Thu Jan 16 2025 Fedora Release Engineering - 1-17.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Tue Dec 17 2024 Maxwell G - 1-16.1 +- Temporarily disable tests subpackage on EL 10 + * Wed Jul 17 2024 Fedora Release Engineering - 1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/tox.ini b/tox.ini index 58393b8..ee08526 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ skip_install = true deps = ruff commands = - ruff {posargs} ansible_collection.py ansible-generator + ruff check {posargs} ansible_collection.py ansible-generator [testenv:typing-py{36,39,311,312}] description = Run type checkers