From b854ce859e9fa34fa35d95683ce3a89c55e16747 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Mar 08 2023 15:26:33 +0000 Subject: Import ansible-collection-ansible-utils-2.9.0-1 from Fedora Related-to: https://review.rdoproject.org/r/q/If9bc75407bc141a7cae2d1c5f083dea2d518d4df --- diff --git a/.ansible-collection-ansible-utils.metadata b/.ansible-collection-ansible-utils.metadata new file mode 100644 index 0000000..b928f5a --- /dev/null +++ b/.ansible-collection-ansible-utils.metadata @@ -0,0 +1 @@ +61f6f7d777333fa31e68c8f48c0b6853604ed465 SOURCES/ansible-collection-ansible-utils-2.9.0.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..d26b16f --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# ansible-collection-ansible-utils + +The ansible-collection-ansible-utils package diff --git a/SPECS/ansible-collection-ansible-utils.spec b/SPECS/ansible-collection-ansible-utils.spec new file mode 100644 index 0000000..b6967a9 --- /dev/null +++ b/SPECS/ansible-collection-ansible-utils.spec @@ -0,0 +1,68 @@ +%global collection_namespace ansible +%global collection_name utils + +Name: ansible-collection-%{collection_namespace}-%{collection_name} +Version: 2.9.0 +Release: 1%{?dist} +Summary: Ansible Network Collection for Common Code + +License: GPLv3+ +URL: %{ansible_collection_url} +Source: https://github.com/ansible-collections/ansible.utils/archive/%{version}/%{name}-%{version}.tar.gz + +BuildRequires: ansible-packaging + +BuildArch: noarch + +%description +%{summary}. + +%prep +%autosetup -n ansible.utils-%{version} +sed -i -e '/version:/s/null/%{version}/' galaxy.yml +find -type f ! -executable -type f -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' + +rm -fvr tests/integration tests/unit bindep.txt .pre-commit-config.yaml .yamllint changelogs/fragments/.keep +find -type f -name '.gitignore' -print -delete + +%build +%ansible_collection_build + +%install +%ansible_collection_install + +%files +%license LICENSE +%doc README.md +%{ansible_collection_files} + +%changelog +* Tue Jan 31 2023 Orion Poplawski - 2.9.0-1 +- Update to 2.9.0 + +* Tue Jan 31 2023 Orion Poplawski - 2.8.0-1 +- Update to 2.8.0 + +* Wed Jan 18 2023 Fedora Release Engineering - 2.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jul 20 2022 Fedora Release Engineering - 2.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon May 23 2022 Orion Poplawski - 2.6.1-1 +- Update to 2.6.1 + +* Sat Jan 29 2022 Maxwell G - 2.3.0-5 +- Switch to ansible-packaging. + +* Wed Jan 19 2022 Fedora Release Engineering - 2.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Oct 14 2021 Sagi Shnaidman - 2.3.0-3 +- Use ansible or ansible-core as BuildRequires + +* Wed Jul 21 2021 Fedora Release Engineering - 2.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jul 06 2021 Sagi Shnaidman - 2.3.0-1 +- Initial package +