Update changelog

epel8
Maxwell G 2 years ago
parent fc8efd22ba
commit 7ea0e618c9
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

@ -1,6 +1,6 @@
Name: ansible-packaging Name: ansible-packaging
Version: 1 Version: 1
Release: 7%{?dist} Release: 8.1%{?dist}
Summary: RPM packaging macros and generators for Ansible collections Summary: RPM packaging macros and generators for Ansible collections
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -149,6 +149,17 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume
%changelog %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 * Mon Aug 01 2022 Maxwell G <gotmax@e.email> - 1-7
- Implement %%ansible_test_unit and add ansible-packaging-tests metapackage. - Implement %%ansible_test_unit and add ansible-packaging-tests metapackage.
- Require ansible-core at buildtime - Require ansible-core at buildtime

Loading…
Cancel
Save