Compare commits
18 commits
rawhide
...
epel8-next
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
66edc5714e |
||
|
|
505dacb8d1 |
||
|
|
2fee4eb3b4 |
||
|
|
f2d857bd8d |
||
|
|
6230aa456e |
||
|
|
b1b5b4794b |
||
|
|
448402a2c9 |
||
|
|
3c9e7d2bcd |
||
|
|
29861794cf |
||
|
|
32d4fd10ae |
||
|
|
5a1fc25e2b |
||
|
|
73db8d17ac |
||
|
|
ca7e15c453 |
||
|
|
b0cb3266b0 |
||
|
|
209b6b2efa |
||
|
|
50fd8298d0 |
||
|
|
36b9b120c4 |
||
|
|
c0762ab092 |
4 changed files with 88 additions and 346 deletions
33
.packit.yaml
33
.packit.yaml
|
|
@ -1,33 +0,0 @@
|
|||
# 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,17 +19,25 @@ 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/
|
||||
rm -rv ansible_collections/cyberark/conjur/ci/
|
||||
rm -rv ansible_collections/cyberark/conjur/dev/
|
||||
rm -rv ansible_collections/cyberark/conjur/roles/conjur_host_identity/tests/
|
||||
rm -rv ansible_collections/google/cloud/scripts/
|
||||
rm -rv ansible_collections/google/cloud/test-fixtures/
|
||||
rm -rv ansible_collections/google/cloud/scripts/
|
||||
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
|
||||
|
||||
|
|
@ -40,6 +48,7 @@ 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"
|
||||
|
||||
|
|
|
|||
386
ansible.spec
386
ansible.spec
|
|
@ -2,21 +2,12 @@
|
|||
# Copyright (C) Fedora Project Authors
|
||||
# License Text: https://spdx.org/licenses/MIT.html
|
||||
|
||||
# Compatibility #
|
||||
#############################################################################
|
||||
# This specfile should remain compatible with EPEL 9 and stable Fedoras. #
|
||||
# The EPEL 8 specfile is separately maintained, #
|
||||
# but the ansible-prep.sh and ansible-install-license.sh scripts are shared #
|
||||
# across branches. #
|
||||
#############################################################################
|
||||
|
||||
# TODO: Re-enable docs and tests once possible
|
||||
%bcond docs 0
|
||||
%bcond tests 0
|
||||
|
||||
# disable the python -s shbang flag as we want to be able to find non system modules
|
||||
# NB: We cannot use https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_py3_shebang_S on RHEL 9.
|
||||
%global py3_shebang_flags %(echo %{py3_shebang_flags} | sed 's|s||')
|
||||
%bcond_with docs
|
||||
%bcond_with tests
|
||||
%global min_ansible_core 2.15.0
|
||||
# %%global rpm_min_ansible_core %%{min_ansible_core}
|
||||
%global rpm_min_ansible_core 2.15
|
||||
|
||||
# Roles' files and templates should not be mangled.
|
||||
# These files are installed on remote systems which may or may not have the
|
||||
|
|
@ -28,13 +19,14 @@
|
|||
# ansible-core package is built against Python 3.11 in RHEL 8 and RHEL 9 which
|
||||
# is not the default version.
|
||||
%global python3_pkgversion 3.11
|
||||
BuildRequires: python%{python3_pkgversion}-rpm-macros
|
||||
%endif
|
||||
|
||||
Name: ansible
|
||||
Summary: Curated set of Ansible collections included in addition to ansible-core
|
||||
Version: 13.1.0
|
||||
%global uversion %{version_no_tilde %{quote:%nil}}
|
||||
Release: 2%{?dist}
|
||||
Version: 8.0.0
|
||||
%global uversion %(tr -d '~' <<< %{version})
|
||||
Release: 1%{?dist}
|
||||
|
||||
# In addition to GPL-3.0-or-later, the following licenses apply.
|
||||
# License text that solely exists in file headers were not considered.
|
||||
|
|
@ -57,13 +49,17 @@ License: GPL-3.0-or-later AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Claus
|
|||
Source0: %{pypi_source %{name} %{uversion}}
|
||||
Source1: ansible-prep.sh
|
||||
Source2: ansible-install-licenses.sh
|
||||
|
||||
Url: https://ansible.com
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: findutils
|
||||
BuildRequires: hardlink
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-pip
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python%{python3_pkgversion}-wheel
|
||||
BuildRequires: %{py3_dist ansible-core} >= %{rpm_min_ansible_core}
|
||||
|
||||
%if %{with tests}
|
||||
# TODO build-requires
|
||||
|
|
@ -73,7 +69,6 @@ BuildRequires: python%{python3_pkgversion}-devel
|
|||
# TODO build-requires
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Ansible is a radically simple model-driven configuration management,
|
||||
multi-node deployment, and remote task execution system. Ansible works
|
||||
|
|
@ -84,11 +79,10 @@ are transferred to managed machines automatically.
|
|||
This package provides a curated set of Ansible collections included in addition
|
||||
to ansible-core.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -N -n %{name}-%{uversion}
|
||||
%autosetup -p1 -n %{name}-%{uversion}
|
||||
|
||||
# Relax ansible-core dependency to avoid FTI bugs on EPEL
|
||||
# Relax ansible-core dependency to avoid FTI bugs
|
||||
#
|
||||
# This is necessary, because the EPEL ansible maintainers don't have control
|
||||
# over ansible-core in RHEL, and it's difficult to time updates across
|
||||
|
|
@ -97,12 +91,13 @@ to ansible-core.
|
|||
# to properly release and test new ansible major versions after RHEL rebases
|
||||
# ansible-core. The lower version constraints can stay in place.
|
||||
|
||||
sed "s|ansible-core ~=|ansible-core >=|" setup.cfg > setup.cfg.bak
|
||||
sed "s|'ansible-core ~= %{min_ansible_core}.*',$|'ansible-core >= %{min_ansible_core}',|" \
|
||||
setup.py > setup.py.bak
|
||||
# Verify
|
||||
set -o pipefail
|
||||
grep -B1 "ansible-core >=" setup.cfg.bak | grep -F 'install_requires ='
|
||||
grep -B1 "'ansible-core >= %{min_ansible_core}'," setup.py.bak | grep -F 'install_requires=['
|
||||
%if %{defined rhel}
|
||||
mv setup.cfg.bak setup.cfg
|
||||
mv setup.py.bak setup.py
|
||||
%endif
|
||||
|
||||
# ansible-prep.sh
|
||||
|
|
@ -117,30 +112,34 @@ cd ansible_collections
|
|||
"$(readlink -f ../docs)" \
|
||||
)
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires
|
||||
|
||||
|
||||
%build
|
||||
# disable the python -s shbang flag as we want to be able to find non system modules
|
||||
%global py3_shbang_opts %{nil}
|
||||
%py3_shebang_fix ansible_collections
|
||||
|
||||
%pyproject_wheel
|
||||
|
||||
%python3 -c 'from setuptools.build_meta import build_wheel; build_wheel("dist")'
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
# This adds over a minute to the build due to the size of the ansible package.
|
||||
# It's better to manually specify the paths in %%files...
|
||||
# %%pyproject_save_files ansible_collections
|
||||
%py3_install_wheel ansible-*-py3-none-any.whl
|
||||
|
||||
DISTINFO=%{buildroot}%{python3_sitelib}/ansible-%{uversion}.dist-info
|
||||
rm -rv "${DISTINFO}/RECORD" "${DISTINFO}/REQUESTED"
|
||||
sed -i 's/pip/rpm/' "${DISTINFO}/INSTALLER"
|
||||
|
||||
|
||||
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}
|
||||
%if 0%{?with_tests}
|
||||
# TODO: Run tests
|
||||
%endif
|
||||
|
||||
|
|
@ -148,7 +147,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
%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
|
||||
|
|
@ -159,133 +158,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
%{python3_sitelib}/ansible_collections/
|
||||
%{python3_sitelib}/ansible-%{uversion}.dist-info/
|
||||
|
||||
|
||||
%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.
|
||||
|
||||
* Tue Sep 10 2024 Maxwell G <maxwell@gtmx.me> - 9.10.0-1
|
||||
- Update to 9.10.0.
|
||||
|
||||
* Tue Aug 13 2024 Maxwell G <maxwell@gtmx.me> - 9.9.0-1
|
||||
- Update to 9.9.0.
|
||||
|
||||
* Fri Jul 19 2024 Maxwell G <maxwell@gtmx.me> - 9.8.0-1
|
||||
- Update to 9.8.0.
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun Jun 23 2024 Maxwell G <maxwell@gtmx.me> - 9.7.0-1
|
||||
- Update to 9.7.0.
|
||||
|
||||
* Sun Jun 09 2024 Maxwell G <maxwell@gtmx.me> - 9.6.1-1
|
||||
- Update to 8.6.1.
|
||||
|
||||
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 9.6.0-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Tue Jun 04 2024 Maxwell G <maxwell@gtmx.me> - 9.6.0-1
|
||||
- Update to 9.6.0.
|
||||
|
||||
* Thu May 02 2024 Maxwell G <maxwell@gtmx.me> - 9.5.1-1
|
||||
- Update to 9.5.1.
|
||||
|
||||
* Fri Mar 29 2024 Maxwell G <maxwell@gtmx.me> - 9.4.0-1
|
||||
- Update to 9.4.0.
|
||||
|
||||
* Sat Mar 02 2024 Maxwell G <maxwell@gtmx.me> - 9.3.0-1
|
||||
- Update to 9.3.0.
|
||||
- Backport "podman pod info" patch to containers.podman
|
||||
|
||||
* Thu Feb 01 2024 Maxwell G <maxwell@gtmx.me> - 9.2.0-1
|
||||
- Update to 9.2.0.
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Dec 06 2023 Maxwell G <maxwell@gtmx.me> - 9.1.0-1
|
||||
- Update to 9.1.0.
|
||||
|
||||
* Tue Nov 21 2023 Maxwell G <maxwell@gtmx.me> - 9.0.1-1
|
||||
- Update to 9.0.1.
|
||||
|
||||
* Thu Oct 19 2023 Maxwell G <maxwell@gtmx.me> - 9.0.0~a3-1
|
||||
- Update to 9.0.0~a3.
|
||||
|
||||
* Thu Oct 12 2023 Maxwell G <maxwell@gtmx.me> - 9.0.0~a2-1
|
||||
- Update to 9.0.0~a2.
|
||||
|
||||
* Thu Sep 28 2023 Maxwell G <maxwell@gtmx.me> - 9.0.0~a1-1
|
||||
- Update to 9.0.0~a1.
|
||||
|
||||
* Tue Sep 12 2023 Maxwell G <maxwell@gtmx.me> - 8.4.0-1
|
||||
- Update to 8.4.0.
|
||||
|
||||
* Thu Aug 17 2023 Maxwell G <maxwell@gtmx.me> - 8.3.0-1
|
||||
- Update to 8.3.0.
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2023 Maxwell G <maxwell@gtmx.me> - 8.1.0-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Thu Jun 22 2023 Maxwell G <maxwell@gtmx.me> - 8.1.0-1
|
||||
- Update to 8.1.0.
|
||||
|
||||
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 8.0.0-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Tue May 30 2023 Maxwell G <maxwell@gtmx.me> - 8.0.0-1
|
||||
- Update to 8.0.0.
|
||||
|
||||
|
|
@ -298,94 +171,30 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
* Wed May 03 2023 Maxwell G <maxwell@gtmx.me> - 8.0.0~a3-1
|
||||
- Update to 8.0.0~a3.
|
||||
|
||||
* Thu Apr 27 2023 Maxwell G <maxwell@gtmx.me> - 8.0.0~a2-1
|
||||
- Update to 8.0.0~a2.
|
||||
|
||||
* Thu Apr 20 2023 Maxwell G <maxwell@gtmx.me> - 8.0.0~a1-1
|
||||
- Update to 8.0.0~a1.
|
||||
|
||||
* Wed Mar 29 2023 Maxwell G <maxwell@gtmx.me> - 7.4.0-1
|
||||
- Update to 7.4.0.
|
||||
|
||||
* Wed Mar 01 2023 Maxwell G <maxwell@gtmx.me> - 7.3.0-1
|
||||
- Update to 7.3.0.
|
||||
|
||||
* Tue Jan 31 2023 David Moreau-Simard <moi@dmsimard.com> - 7.2.0-1
|
||||
* Fri Feb 10 2023 Maxwell G <gotmax@e.email> - 7.2.0-1
|
||||
- Update to 7.2.0.
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Dec 09 2022 Maxwell G <gotmax@e.email> - 7.1.0-1
|
||||
* Thu Feb 02 2023 Maxwell G <gotmax@e.email> - 7.1.0-1
|
||||
- Update to 7.1.0.
|
||||
|
||||
* Wed Nov 23 2022 Maxwell G <gotmax@e.email> - 7.0.0-1
|
||||
- Update to 7.0.0.
|
||||
* Fri Nov 18 2022 Maxwell G <gotmax@e.email> - 6.3.0-2
|
||||
- Relax version constraint
|
||||
- Package cleanup
|
||||
|
||||
* Fri Nov 18 2022 Maxwell G <gotmax@e.email> - 7.0.0~rc1-1
|
||||
- Update to 7.0.0~rc1.
|
||||
|
||||
* Tue Nov 08 2022 Maxwell G <gotmax@e.email> - 7.0.0~b1-1
|
||||
- Update to 7.0.0~b1.
|
||||
|
||||
* Fri Oct 28 2022 Maxwell G <gotmax@e.email> - 7.0.0~a2-1
|
||||
- Update to 7.0.0~a2.
|
||||
|
||||
* Thu Oct 13 2022 Maxwell G <gotmax@e.email> - 6.5.0-1
|
||||
- Update to 6.5.0.
|
||||
|
||||
* Thu Sep 15 2022 Maxwell G <gotmax@e.email> - 6.4.0-1
|
||||
- Update to 6.4.0.
|
||||
|
||||
* Tue Aug 23 2022 Maxwell G <gotmax@e.email> - 6.3.0-1
|
||||
* Tue Nov 08 2022 Maxwell G <gotmax@e.email> - 6.3.0-1
|
||||
- Update to 6.3.0.
|
||||
|
||||
* Tue Aug 02 2022 Maxwell G <gotmax@e.email> - 6.2.0-1
|
||||
- Update to 6.2.0.
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jul 15 2022 Maxwell G <gotmax@e.email> - 6.1.0-2
|
||||
- Fix FTI (rhbz#2107532).
|
||||
|
||||
* Thu Jul 14 2022 Maxwell G <gotmax@e.email> - 6.1.0-1
|
||||
- Update to 6.1.0.
|
||||
|
||||
* Wed Jun 22 2022 Maxwell G <gotmax@e.email> - 6.0.0-1
|
||||
- Update to 6.0.0.
|
||||
|
||||
* Wed Jun 22 2022 Maxwell G <gotmax@e.email> - 6.0.0~rc1-1
|
||||
- Update to 6.0.0~rc1.
|
||||
- Stop duplicating docs and licenses.
|
||||
- Don't remove tests in %%prep that are now handled by setup.py.
|
||||
- Hardlink duplicated files and fix rpmlint errors
|
||||
- Fixes: rhbz#2141351
|
||||
|
||||
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 5.9.0-2
|
||||
- Rebuilt for Python 3.11
|
||||
* Thu Jul 21 2022 Maxwell G <gotmax@e.email> - 5.4.0-3
|
||||
- Rebuild to fix bug in epel-rpm-macros' Python dependency generator
|
||||
|
||||
* Wed Jun 08 2022 Maxwell G <gotmax@e.email> - 5.9.0-1
|
||||
- Update to 5.9.0.
|
||||
|
||||
* Thu May 19 2022 Maxwell G <gotmax@e.email> - 5.8.0-1
|
||||
- Update to 5.8.0.
|
||||
- Remove fortinet.fortios patch.
|
||||
|
||||
* Wed Apr 27 2022 Maxwell G <gotmax@e.email> - 5.7.0-1
|
||||
- Update to 5.7.0.
|
||||
- Fix SyntaxError in fortinet.fortios collection.
|
||||
- Fix rpmlint errors
|
||||
|
||||
* Mon Apr 25 2022 Maxwell G <gotmax@e.email> - 5.6.0-2
|
||||
* Mon Apr 25 2022 Maxwell G <gotmax@e.email> - 5.4.0-2
|
||||
- Ensure correct version of ansible-core is available at buildtime.
|
||||
- Implement support for epel8.
|
||||
|
||||
* Wed Apr 06 2022 Kevin Fenzi <kevin@scrye.com> - 5.6.0-1
|
||||
- Update to 5.6.0.
|
||||
|
||||
* Tue Mar 15 2022 David Moreau-Simard <moi@dmsimard.com> - 5.5.0-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Tue Feb 22 2022 David Moreau-Simard <moi@dmsimard.com> - 5.4.0-1
|
||||
- Update to latest upstream release
|
||||
|
||||
|
|
@ -408,105 +217,68 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
- Removed packaging macros (soon included in ansible-packaging, see rhbz#2038591)
|
||||
- Removed provides/obsoletes on ansible-python3
|
||||
|
||||
* Mon Nov 01 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.27-2
|
||||
- Add patch for oracle linux Fixes rhbz#2018369
|
||||
|
||||
* Mon Oct 11 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.27-1
|
||||
* Tue Oct 26 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.27-1
|
||||
- Update to 2.9.27. Fixes rhbz#2012918
|
||||
|
||||
* Tue Sep 14 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.26-1
|
||||
- Update to 2.9.26. Fixes rhbz#2002394
|
||||
|
||||
* Fri Aug 20 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.25-1
|
||||
- Update to 2.9.25. Fixes rhbz#1994108
|
||||
|
||||
* Sun Jul 25 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.24-1
|
||||
- Update to 2.9.24. Fixes rhbz#1983837
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.23-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sat Jul 10 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.23-2
|
||||
- Fix FTBFS with sphinx 4.x. Fixes rhbz#1977303
|
||||
|
||||
* Tue Jun 22 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.23-1
|
||||
- Update to 2.9.23. Fixes rhbz#1974592
|
||||
- Add patch for Rocky Linux. Fixes rhbz#1968728
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.9.22-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Mon May 24 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.22-1
|
||||
- Update to 2.9.22. Fixes rhbz#1964173
|
||||
- Update to 2.9.22.
|
||||
|
||||
* Mon May 03 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.21-1
|
||||
- Update to 2.9.21. Fixes rhbz#1956584
|
||||
* Tue May 04 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.21-1
|
||||
- Update to 2.9.21.
|
||||
|
||||
* Sat Apr 24 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.20-1
|
||||
- Update to 2.9.20.
|
||||
- Split out ansible-test to a subpackage.
|
||||
|
||||
* Fri Mar 12 2021 Orion Poplawski <orion@nwra.com> - 2.9.18-2
|
||||
- Add rpm macros and generators for collections
|
||||
|
||||
* Sat Feb 20 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.18-1
|
||||
- Update to 2.9.18.
|
||||
- Fixes: CVE-2021-20228 CVE-2021-20178 CVE-2021-20180 CVE-2021-20191
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.17-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Jan 24 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.17-2
|
||||
* Sun Jan 24 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.17-1
|
||||
- Update to 2.9.17.
|
||||
|
||||
* Sat Jan 16 2021 Kevin Fenzi <kevin@scrye.com> - 2.9.16-2
|
||||
- Conflict with ansible-base 2.10.x for now.
|
||||
- Ajust generator so collections will install/work with either ansible or ansible-base.
|
||||
|
||||
* Tue Dec 15 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.16-1
|
||||
- Update to 2.9.16.
|
||||
* Thu Dec 17 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.16-1
|
||||
- Update to 2.9.16
|
||||
|
||||
* Tue Nov 03 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.15-1
|
||||
- Update to 2.9.15.
|
||||
- Update to 2.9.15
|
||||
|
||||
* Tue Oct 06 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.14-1
|
||||
- Update to 2.9.14.
|
||||
* Wed Oct 07 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.14-1
|
||||
- Update to 2.9.14
|
||||
|
||||
* Tue Sep 01 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.13-1
|
||||
- Update to 2.9.13. Fixes CVE-2020-14365
|
||||
* Thu Sep 03 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.13-1
|
||||
- Update to 2.9.13
|
||||
|
||||
* Tue Aug 11 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.12-1
|
||||
- Update to 2.9.12.
|
||||
|
||||
* Sun Aug 09 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.9.11-4
|
||||
- Add support for generating '>=' dependencies in RPM generator
|
||||
|
||||
* Sat Aug 08 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.9.11-3
|
||||
- Add very basic support for generating dependencies in RPM generator
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
- Update to 2.9.12
|
||||
|
||||
* Tue Jul 21 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.11-1
|
||||
- Update to 2.9.11.
|
||||
- Update to 2.9.11
|
||||
|
||||
* Sat Jun 20 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.10-2
|
||||
- Add patch for rabbitmq bug: https://patch-diff.githubusercontent.com/raw/ansible/ansible/pull/50381.patch
|
||||
|
||||
* Thu Jun 18 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.10-1
|
||||
- Update to 2.9.10.
|
||||
|
||||
* Fri May 29 2020 Charalampos Stratakis <cstratak@redhat.com> - 2.9.9-3
|
||||
- Fix Python 3.9 compatibility (#1808674)
|
||||
- Pin Pytest to version 4 for now
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.9.9-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Tue May 12 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.9-1
|
||||
- Update to 2.9.9. Fixes bug #1834582
|
||||
- Fixes gathering facts on f32+ bug #1832625
|
||||
|
||||
* Sun Apr 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.9.7-3
|
||||
- Own /usr/share/ansible/collections/ansible_collections
|
||||
|
||||
* Sun Apr 19 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.9.7-2
|
||||
- Add macros for packaging Ansible collections
|
||||
|
||||
* Fri Apr 17 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.7-1
|
||||
* Sat Apr 18 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.7-1
|
||||
- Update to 2.9.7.
|
||||
- fixes CVE-2020-1733 CVE-2020-1735 CVE-2020-1740 CVE-2020-1746 CVE-2020-1753 CVE-2020-10684 CVE-2020-10685 CVE-2020-10691
|
||||
- Drop the -s from the shebang to allow ansible to use locally installed modules.
|
||||
|
|
@ -516,13 +288,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
- fixes for CVE-2020-1737, CVE-2020-1739
|
||||
|
||||
* Thu Feb 13 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.5-1
|
||||
- Update to 2.9.5. Fixes bug #1802725
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Jan 21 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.4-1
|
||||
- Update to 2.9.4 with one bugfix.
|
||||
- Update to 2.9.5.
|
||||
|
||||
* Thu Jan 16 2020 Kevin Fenzi <kevin@scrye.com> - 2.9.3-1
|
||||
- Update to 2.9.3.
|
||||
|
|
@ -577,7 +343,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
- Fixes for various releases build/test issues.
|
||||
|
||||
* Fri May 17 2019 Kevin Fenzi <kevin@scrye.com> - 2.8.0-1
|
||||
- Update to 2.8.0 final.
|
||||
- Update to 2.8.0 final.
|
||||
- Add datadirs for other packages to land ansible files in.
|
||||
|
||||
* Fri May 10 2019 Kevin Fenzi <kevin@scrye.com> - 2.8.0-0.4rc3
|
||||
|
|
@ -723,7 +489,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
- Conditionalize jmespath to work around amazon linux issues. Fixes bug #1494640
|
||||
|
||||
* Tue Sep 19 2017 Kevin Fenzi <kevin@scrye.com> - 2.4.0.0-1
|
||||
- Update to 2.4.0.
|
||||
- Update to 2.4.0.
|
||||
|
||||
* Tue Aug 08 2017 Kevin Fenzi <kevin@scrye.com> - 2.3.2.0-1
|
||||
- Update to 2.3.2. Fixes bugs #1471017 #1461116 #1465586
|
||||
|
|
@ -876,7 +642,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
- Update to 1.9.1
|
||||
|
||||
* Wed Mar 25 2015 Kevin Fenzi <kevin@scrye.com> 1.9.0.1-2
|
||||
- Drop upstreamed epel6 patches.
|
||||
- Drop upstreamed epel6 patches.
|
||||
|
||||
* Wed Mar 25 2015 Kevin Fenzi <kevin@scrye.com> 1.9.0.1-1
|
||||
- Update to 1.9.0.1
|
||||
|
|
@ -927,7 +693,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
- Update to 1.6.9 with more shell quoting fixes.
|
||||
|
||||
* Tue Jul 22 2014 Kevin Fenzi <kevin@scrye.com> 1.6.8-1
|
||||
- Update to 1.6.8 with fixes for shell quoting from previous release.
|
||||
- Update to 1.6.8 with fixes for shell quoting from previous release.
|
||||
- Fixes bugs #1122060 #1122061 #1122062
|
||||
|
||||
* Mon Jul 21 2014 Kevin Fenzi <kevin@scrye.com> 1.6.7-1
|
||||
|
|
@ -1023,7 +789,7 @@ mv docs %{buildroot}%{_pkgdocdir}/ansible_collections
|
|||
* Thu Sep 12 2013 Kevin Fenzi <kevin@scrye.com> 1.3.0-1
|
||||
- Update to 1.3.0
|
||||
- Drop node-fireball subpackage entirely.
|
||||
- Obsolete/provide fireball subpackage.
|
||||
- Obsolete/provide fireball subpackage.
|
||||
- Add Requires python-keyczar on main package for accelerated mode.
|
||||
|
||||
* Wed Aug 21 2013 Kevin Fenzi <kevin@scrye.com> 1.2.3-2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ansible-13.1.0.tar.gz) = 2e7abd85b44d48ea756c65906811c9fa5519ce5d9ecaca71c718446a52dfc3dff97597d048f071ca820ea606ee2de670e8a0746717f95e2ce636db06273b3544
|
||||
SHA512 (ansible-8.0.0.tar.gz) = 637304599ec2074b473902d767a9e42d4df17c8485e5d64b6a1ea8a3b8ad347f021aeb88ca5cdbd2eefc30f2d8d2870e8934fa2c4d9c192c03a1482b31cc1fc5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue