From f223282030b47e2d63e909a728a3013218986313 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Nov 08 2021 08:27:34 +0000 Subject: Bump community.general collection to 4.0.0 Related-to: https://review.rdoproject.org/r/q/I1907a6b972c49e2a59963175fe1c2cb3b5d8b0fd --- diff --git a/.ansible-collection-community-general.metadata b/.ansible-collection-community-general.metadata new file mode 100644 index 0000000..7d12fcb --- /dev/null +++ b/.ansible-collection-community-general.metadata @@ -0,0 +1 @@ +bff5e3a8a5052acbfa4ef546229781453e582923 SOURCES/ansible-collection-community-general-4.0.0.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..09fe085 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# ansible-collection-community-general + +The ansible-collection-community-general package diff --git a/SPECS/ansible-collection-community-general.spec b/SPECS/ansible-collection-community-general.spec new file mode 100644 index 0000000..994021a --- /dev/null +++ b/SPECS/ansible-collection-community-general.spec @@ -0,0 +1,102 @@ +%global collection_namespace community +%global collection_name general + +Name: ansible-collection-%{collection_namespace}-%{collection_name} +Version: 4.0.0 +Release: 1%{?dist} +Summary: Modules and plugins supported by Ansible community + +# plugins/module_utils/_mount.py: Python Software Foundation License version 2 +# plugins/module_utils/_netapp.py: BSD 2-clause "Simplified" License +# plugins/module_utils/compat/ipaddress.py: Python Software Foundation License version 2 +# plugins/module_utils/identity/keycloak/keycloak.py: BSD 2-clause "Simplified" License +License: GPLv3+ and BSD and Python +URL: %{ansible_collection_url} +Source: https://github.com/ansible-collections/community.general/archive/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: (ansible >= 2.9.10 or ansible-core >= 2.11.0) +BuildRequires: ansible-macros + +BuildArch: noarch + +%description +%{summary}. + +%prep +%autosetup -n community.general-%{version} +rm -vr .github .azure-pipelines +find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' + +find -type f -name '.gitignore' -print -delete + +%build +%ansible_collection_build + +%install +%ansible_collection_install +rm -vr %{buildroot}%{ansible_collection_files}/%{collection_name}/tests + +%files +%license COPYING +%doc README.md CHANGELOG.rst +%{ansible_collection_files} + +%changelog +* Wed Nov 03 2021 Sagi Shnaidman (@sshnaidm) - 4.0.0-1 +- Update to 4.0.0 + +* Tue Oct 12 2021 Maxwell G (@gotmax23) - 3.7.0-1 +- Update to 3.7.0. Fixes rhbz#1999899 + +* Thu Sep 23 2021 Alfredo Moralejo - 3.5.0-2 +- Use ansible or ansible-core as BuildRequires + +* Wed Aug 11 2021 Kevin Fenzi - 3.5.0-1 +- Update to 3.5.0. Fixes rhbz#1992481 + +* Wed Aug 4 2021 Maxwell G - 3.4.0-1 +- Update to 3.4.0. Fixes rhbz#1983969 . + +* Wed Jul 21 2021 Fedora Release Engineering - 3.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 10 2021 Kevin Fenzi - 3.3.2-1 +- Update to 3.3.2. Fixes rhbz#1977438 + +* Tue Jun 08 2021 Kevin Fenzi - 3.2.0-1 +- Update to 3.2.0. Fixes rhbz#1969570 + +* Sat May 29 2021 Kevin Fenzi - 3.1.0-2 +- Fix sed issue that caused python33 to be required. + +* Sat May 29 2021 Kevin Fenzi - 3.1.0-1 +- Update to 3.1.0. Fixes rhbz#1957092 + +* Tue May 11 2021 Kevin Fenzi - 3.0.2-1 +- Update to 3.0.2. Fixes rhbz#1957092 + +* Wed May 05 2021 Kevin Fenzi - 3.0.1-1 +- Update to 3.0.1. Fixes rhbz#1957092 + +* Tue Apr 27 2021 Kevin Fenzi - 3.0.0-1 +- Update to 3.0.0. Fixes rhbz#1953895 + +* Sat Apr 24 2021 Kevin Fenzi - 2.5.1-1 +- Update to 2.5.1. + +* Thu Feb 04 2021 Igor Raits - 2.0.0-1 +- Update to 2.0.0 + +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Jan 16 2021 Kevin Fenzi - 1.3.1-2 +- Rebuild against new ansible-generator and allow usage by ansible-base-2.10.x + +* Tue Dec 29 2020 Igor Raits - 1.3.1-1 +- Update to 1.3.1 + +* Sun Aug 09 2020 Igor Raits - 1.0.0-1 +- Initial package