Blame SPECS/ansible-collection-community-general.spec

e64881
%global collection_namespace community
e64881
%global collection_name general
e64881
e64881
Name:           ansible-collection-%{collection_namespace}-%{collection_name}
b12f85
Version:        3.5.0
b12f85
Release:        2%{?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
b12f85
BuildRequires:  (ansible >= 2.9.10 or ansible-core >= 2.11.0)
b12f85
BuildRequires:  ansible-macros
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
b12f85
sed -i -e 's|env python$|env python3|' scripts/inventory/*.py scripts/vault/*.py
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
b12f85
* Thu Sep 23 2021 Alfredo Moralejo <amoralej@redhat.com> - 3.5.0-2
b12f85
- Use ansible or ansible-core as BuildRequires
b12f85
b12f85
* Wed Aug 11 2021 Kevin Fenzi <kevin@scrye.com> - 3.5.0-1
b12f85
- Update to 3.5.0. Fixes rhbz#1992481
b12f85
b12f85
* Wed Aug 4 2021 Maxwell G <gotmax@e.email> - 3.4.0-1
b12f85
- Update to 3.4.0. Fixes rhbz#1983969 .
b12f85
b12f85
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.2-2
b12f85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
b12f85
b12f85
* Sat Jul 10 2021 Kevin Fenzi <kevin@scrye.com> - 3.3.2-1
b12f85
- Update to 3.3.2. Fixes rhbz#1977438
b12f85
b12f85
* Tue Jun 08 2021 Kevin Fenzi <kevin@scrye.com> - 3.2.0-1
b12f85
- Update to 3.2.0. Fixes rhbz#1969570
b12f85
b12f85
* Sat May 29 2021 Kevin Fenzi <kevin@scrye.com> - 3.1.0-2
b12f85
- Fix sed issue that caused python33 to be required.
b12f85
b12f85
* Sat May 29 2021 Kevin Fenzi <kevin@scrye.com> - 3.1.0-1
b12f85
- Update to 3.1.0. Fixes rhbz#1957092
b12f85
b12f85
* Tue May 11 2021 Kevin Fenzi <kevin@scrye.com> - 3.0.2-1
b12f85
- Update to 3.0.2. Fixes rhbz#1957092
b12f85
b12f85
* Wed May 05 2021 Kevin Fenzi <kevin@scrye.com> - 3.0.1-1
b12f85
- Update to 3.0.1. Fixes rhbz#1957092
b12f85
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