diff --git a/ansible-packaging.spec b/ansible-packaging.spec index 2bfb057..72562d1 100644 --- a/ansible-packaging.spec +++ b/ansible-packaging.spec @@ -1,6 +1,6 @@ Name: ansible-packaging Version: 1 -Release: 8.1%{?dist} +Release: 9.1%{?dist} Summary: RPM packaging macros and generators for Ansible collections License: GPL-3.0-or-later @@ -149,6 +149,9 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume %changelog +* Mon Jan 30 2023 Miro HronĨok - 1-9.1 +- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8 + * Sat Sep 24 2022 Maxwell G - 1-8.1 - Refactor %%ansible_collection_url, %%ansible_collection_install, %%ansible_test_unit.