Compare commits
24 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fe81f9f48 | ||
|
|
f5d5058b89 |
||
|
|
8ccfa15caf |
||
|
|
bab3b123d8 |
||
|
|
9af08281c8 |
||
|
|
d3e4d724a9 | ||
|
|
fb25488b11 | ||
|
|
0d4e415b59 | ||
|
|
ae9ed89dc4 |
||
|
|
78b689b64f | ||
|
|
ebd6903521 | ||
|
|
80f1c81555 | ||
|
|
5a428675a8 |
||
|
|
f9a83db4cf | ||
|
|
e7b510f109 |
||
|
|
4cf3fd7e86 | ||
|
|
dc2bab8df8 | ||
|
|
b79d47f109 |
||
|
|
ae4659d82e | ||
|
|
36554cbe7e |
||
|
|
f4bc470894 | ||
|
|
3527e7f950 |
||
|
|
3aa96e9369 | ||
|
|
8845afc540 |
4 changed files with 83 additions and 21 deletions
33
.packit.yaml
Normal file
33
.packit.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
upstream_project_url: https://github.com/ansible-community/ansible-build-data
|
||||
issue_repository: https://pagure.io/ansible-packit-issues
|
||||
create_sync_note: false
|
||||
upstream_tag_include: "11"
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-43
|
||||
- fedora-42
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
- fedora-43
|
||||
- fedora-42
|
||||
sidetag_group: "ansible"
|
||||
dependencies:
|
||||
- ansible-core
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
- fedora-43
|
||||
- fedora-42
|
||||
dependencies:
|
||||
- ansible-core
|
||||
sidetag_group: "ansible"
|
||||
|
|
@ -19,7 +19,6 @@ find ansible_collections -depth -regextype posix-egrep -regex "${hidden_pattern}
|
|||
|
||||
# Not needed for runtime
|
||||
rm -rv ansible_collections/cisco/meraki/scripts/
|
||||
rm -rv ansible_collections/community/digitalocean/scripts/
|
||||
rm -rv ansible_collections/community/grafana/hacking/
|
||||
rm -rv ansible_collections/community/okd/ci/
|
||||
rm -rv ansible_collections/community/vmware/tools/
|
||||
|
|
@ -29,14 +28,8 @@ rm -rv ansible_collections/google/cloud/test-fixtures/
|
|||
rm -rv ansible_collections/grafana/grafana/tools/
|
||||
rm -rv ansible_collections/hetzner/hcloud/scripts/
|
||||
rm -rv ansible_collections/netbox/netbox/hacking/
|
||||
rm -rv ansible_collections/sensu/sensu_go/docker/
|
||||
rm -rv ansible_collections/sensu/sensu_go/tools/
|
||||
|
||||
rm -v ansible_collections/community/dns/update-docs-fragments.py
|
||||
rm -v ansible_collections/community/dns/update-psl.sh
|
||||
rm -v ansible_collections/community/mysql/run_all_tests.py
|
||||
rm -v ansible_collections/community/routeros/update-docs.py
|
||||
rm -v ansible_collections/cyberark/conjur/Jenkinsfile
|
||||
rm -v ansible_collections/dellemc/enterprise_sonic/rebuild.sh
|
||||
rm -v ansible_collections/ovirt/ovirt/build.sh
|
||||
|
||||
|
|
@ -47,7 +40,6 @@ find ansible_collections/cyberark/conjur -type f -name "*.pem" -print -delete
|
|||
find -type f -name "*requirements.txt" -size 0 -print -delete
|
||||
rm -v ansible_collections/community/zabbix/roles/zabbix_agent/files/win_sample/doSomething.ps1
|
||||
rm -v ansible_collections/community/docker/meta/ee-bindep.txt
|
||||
rm -vr ansible_collections/ibm/spectrum_virtualize/roles/place_holder
|
||||
|
||||
echo "[END] Delete unnecessary files and directories"
|
||||
|
||||
|
|
@ -56,7 +48,6 @@ echo "[END] Delete unnecessary files and directories"
|
|||
###
|
||||
find ansible_collections/community/mongodb/roles/*/{files,templates} -type f '!' -executable -name '*.sh*' \
|
||||
-print -exec chmod a+x '{}' \;
|
||||
chmod a+x ansible_collections/infinidat/infinibox/scripts/syslog_server.py
|
||||
|
||||
# ansible_collections/lowlydba/sqlserver thought it was a good idea to make
|
||||
# *every* single file, in its repository executable, including .md, .yml, and
|
||||
|
|
|
|||
60
ansible.spec
60
ansible.spec
|
|
@ -32,9 +32,9 @@
|
|||
|
||||
Name: ansible
|
||||
Summary: Curated set of Ansible collections included in addition to ansible-core
|
||||
Version: 9.11.0
|
||||
Version: 13.1.0
|
||||
%global uversion %{version_no_tilde %{quote:%nil}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# In addition to GPL-3.0-or-later, the following licenses apply.
|
||||
# License text that solely exists in file headers were not considered.
|
||||
|
|
@ -63,7 +63,6 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: findutils
|
||||
BuildRequires: hardlink
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
|
||||
%if %{with tests}
|
||||
|
|
@ -139,13 +138,6 @@ mkdir -p %{buildroot}%{_licensedir}/ansible %{buildroot}%{_docdir}/ansible
|
|||
mv licenses %{buildroot}%{_licensedir}/ansible/ansible_collections
|
||||
mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
||||
|
||||
hardlink -v %{buildroot}%{python3_sitelib}/ansible_collections
|
||||
hardlink -v %{buildroot}%{_licensedir}/ansible
|
||||
|
||||
# XXX: One of the build steps is messing with the permission.
|
||||
# XXX: The file is 0755 in the source tarball.
|
||||
chmod 0755 %{buildroot}%{python3_sitelib}/ansible_collections/ngine_io/cloudstack/scripts/inventory/cloudstack.py
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
|
|
@ -156,7 +148,7 @@ chmod 0755 %{buildroot}%{python3_sitelib}/ansible_collections/ngine_io/cloudstac
|
|||
%files
|
||||
%license COPYING
|
||||
%license %{_licensedir}/ansible/ansible_collections/
|
||||
%doc README.rst PKG-INFO porting_guide_?.rst CHANGELOG-v?.rst
|
||||
%doc README.rst PKG-INFO porting_guide_*.rst CHANGELOG-v*.rst
|
||||
%doc %{_pkgdocdir}/ansible_collections/
|
||||
%{_bindir}/ansible-community
|
||||
# Note (dmsimard): This ansible package installs collections to the python sitelib to mirror the UX
|
||||
|
|
@ -169,6 +161,52 @@ chmod 0755 %{buildroot}%{python3_sitelib}/ansible_collections/ngine_io/cloudstac
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 13.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Tue Dec 09 2025 Maxwell G <maxwell@gtmx.me> - 13.1.0-1
|
||||
- Update to 13.1.0. Fixes rhbz#2354912.
|
||||
|
||||
* Mon Nov 17 2025 Packit <hello@packit.dev> - 11.12.0-1
|
||||
- Update to version 11.12.0
|
||||
|
||||
* Sat Sep 27 2025 Maxwell G <maxwell@gtmx.me> - 11.10.0-1
|
||||
- Update to 11.10.0.
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 11.8.0-4
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 11.8.0-3
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 11.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Wed Jul 16 2025 Maxwell G <maxwell@gtmx.me> - 11.8.0-1
|
||||
- Update to 11.8.0.
|
||||
|
||||
* Sat Jun 07 2025 Python Maint <python-maint@redhat.com> - 11.6.0-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Sat Jun 07 2025 Maxwell G <maxwell@gtmx.me> - 11.6.0-1
|
||||
- Update to 11.6.0.
|
||||
|
||||
* Tue Mar 25 2025 Packit <hello@packit.dev> - 11.4.0-1
|
||||
- Update to version 11.4.0
|
||||
- Resolves: rhbz#2354912
|
||||
|
||||
* Mon Mar 17 2025 Packit <hello@packit.dev> - 11.3.0-1
|
||||
- Update to version 11.3.0
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 11.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Dec 18 2024 Maxwell G <maxwell@gtmx.me> - 11.1.0-1
|
||||
- Update to 11.1.0.
|
||||
|
||||
* Tue Nov 26 2024 Maxwell G <maxwell@gtmx.me> - 11.0.0-1
|
||||
- Update to 11.0.0.
|
||||
|
||||
* Fri Oct 11 2024 Maxwell G <maxwell@gtmx.me> - 9.11.0-1
|
||||
- Update to 9.11.0.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ansible-9.11.0.tar.gz) = 4b92ad6391bfb0555b8ae5c381f112e2fc11733abf73ff3d99a1276a7ca301b3a3c9f4be8df0723f771eab1d3ed874b74e37e367feadbe9dab49891729e5f00a
|
||||
SHA512 (ansible-13.1.0.tar.gz) = 2e7abd85b44d48ea756c65906811c9fa5519ce5d9ecaca71c718446a52dfc3dff97597d048f071ca820ea606ee2de670e8a0746717f95e2ce636db06273b3544
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue