|
|
e64881 |
%global collection_namespace community
|
|
|
e64881 |
%global collection_name general
|
|
|
e64881 |
|
|
|
e64881 |
Name: ansible-collection-%{collection_namespace}-%{collection_name}
|
|
|
e64881 |
Version: 3.0.0
|
|
|
e64881 |
Release: 1%{?dist}
|
|
|
e64881 |
Summary: Modules and plugins supported by Ansible community
|
|
|
e64881 |
|
|
|
e64881 |
# plugins/module_utils/_mount.py: Python Software Foundation License version 2
|
|
|
e64881 |
# plugins/module_utils/_netapp.py: BSD 2-clause "Simplified" License
|
|
|
e64881 |
# plugins/module_utils/compat/ipaddress.py: Python Software Foundation License version 2
|
|
|
e64881 |
# plugins/module_utils/identity/keycloak/keycloak.py: BSD 2-clause "Simplified" License
|
|
|
e64881 |
License: GPLv3+ and BSD and Python
|
|
|
e64881 |
URL: %{ansible_collection_url}
|
|
|
e64881 |
Source: https://github.com/ansible-collections/community.general/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
e64881 |
|
|
|
e64881 |
BuildRequires: ansible >= 2.9.10
|
|
|
e64881 |
|
|
|
e64881 |
BuildArch: noarch
|
|
|
e64881 |
|
|
|
e64881 |
%description
|
|
|
e64881 |
%{summary}.
|
|
|
e64881 |
|
|
|
e64881 |
%prep
|
|
|
e64881 |
%autosetup -n community.general-%{version}
|
|
|
e64881 |
rm -vr .github .azure-pipelines
|
|
|
e64881 |
find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' +
|
|
|
e64881 |
find -type f -name '.gitignore' -print -delete
|
|
|
e64881 |
|
|
|
e64881 |
%build
|
|
|
e64881 |
%ansible_collection_build
|
|
|
e64881 |
|
|
|
e64881 |
%install
|
|
|
e64881 |
%ansible_collection_install
|
|
|
e64881 |
rm -vr %{buildroot}%{ansible_collection_files}/%{collection_name}/tests
|
|
|
e64881 |
|
|
|
e64881 |
%files
|
|
|
e64881 |
%license COPYING
|
|
|
e64881 |
%doc README.md CHANGELOG.rst
|
|
|
e64881 |
%{ansible_collection_files}
|
|
|
e64881 |
|
|
|
e64881 |
%changelog
|
|
|
e64881 |
* Tue Apr 27 2021 Kevin Fenzi <kevin@scrye.com> - 3.0.0-1
|
|
|
e64881 |
- Update to 3.0.0. Fixes rhbz#1953895
|
|
|
e64881 |
|
|
|
e64881 |
* Sat Apr 24 2021 Kevin Fenzi <kevin@scrye.com> - 2.5.1-1
|
|
|
e64881 |
- Update to 2.5.1.
|
|
|
e64881 |
|
|
|
e64881 |
* Thu Feb 04 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.0-1
|
|
|
e64881 |
- Update to 2.0.0
|
|
|
e64881 |
|
|
|
e64881 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
e64881 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
e64881 |
|
|
|
e64881 |
* Sat Jan 16 2021 Kevin Fenzi <kevin@scrye.com> - 1.3.1-2
|
|
|
e64881 |
- Rebuild against new ansible-generator and allow usage by ansible-base-2.10.x
|
|
|
e64881 |
|
|
|
e64881 |
* Tue Dec 29 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.3.1-1
|
|
|
e64881 |
- Update to 1.3.1
|
|
|
e64881 |
|
|
|
e64881 |
* Sun Aug 09 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.0-1
|
|
|
e64881 |
- Initial package
|