|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: ansible-packaging
|
|
|
|
|
Version: 1
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Release: 8.1%{?dist}
|
|
|
|
|
Summary: RPM packaging macros and generators for Ansible collections
|
|
|
|
|
|
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
@ -149,6 +149,17 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Sep 24 2022 Maxwell G <gotmax@e.email> - 1-8.1
|
|
|
|
|
- Refactor %%ansible_collection_url, %%ansible_collection_install,
|
|
|
|
|
%%ansible_test_unit.
|
|
|
|
|
- Specfiles no longer need to define %%collection_namespace or %%collection_name
|
|
|
|
|
for the macros to work.
|
|
|
|
|
- Add new %%ansible_collections_dir, %%ansible_roles_dir, and
|
|
|
|
|
%ansible_collection_filelist macros.
|
|
|
|
|
- Prepare to deprecate %%ansible_collection_files
|
|
|
|
|
- Undefine %%_package_note_file to stop that file from leaking into collection
|
|
|
|
|
artifacts.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 01 2022 Maxwell G <gotmax@e.email> - 1-7
|
|
|
|
|
- Implement %%ansible_test_unit and add ansible-packaging-tests metapackage.
|
|
|
|
|
- Require ansible-core at buildtime
|
|
|
|
|