include LICENSE in ansible-srpm-macros

i9ce
Maxwell G 2 years ago
parent 4cecf06ccb
commit 64a06a4843
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

@ -1,3 +1,5 @@
%global _docdir_fmt ansible-packaging
Name: ansible-packaging Name: ansible-packaging
Version: 1 Version: 1
Release: 10%{?dist} Release: 10%{?dist}
@ -130,7 +132,6 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume
%files %files
%license COPYING
%{_fileattrsdir}/ansible.attr %{_fileattrsdir}/ansible.attr
%{_rpmmacrodir}/macros.ansible %{_rpmmacrodir}/macros.ansible
%{_rpmconfigdir}/ansible-generator %{_rpmconfigdir}/ansible-generator
@ -138,6 +139,7 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume
%files -n ansible-srpm-macros %files -n ansible-srpm-macros
%license COPYING
%{_rpmmacrodir}/macros.ansible-srpm %{_rpmmacrodir}/macros.ansible-srpm
# ansible-core in RHEL 8.6 is built against python38. In c8s and the next RHEL # ansible-core in RHEL 8.6 is built against python38. In c8s and the next RHEL
@ -152,6 +154,7 @@ echo "Ensure macro prefers the collection namespace and name passed as an argume
* Thu May 11 2023 Maxwell G <maxwell@gtmx.me> - 1-10 * Thu May 11 2023 Maxwell G <maxwell@gtmx.me> - 1-10
- %%ansible_collection_install - disable spurious collections path warnings - %%ansible_collection_install - disable spurious collections path warnings
- ansible-packaging-tests - don't depend on pytest-forked with ansible-core 2.16 - ansible-packaging-tests - don't depend on pytest-forked with ansible-core 2.16
- ansible-srpm-macros - include license file in the package
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1-9.1 * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1-9.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

Loading…
Cancel
Save