From 69e3890417cdfcdf6ee4998801f968e092a3c718 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 14 Apr 2021 14:57:08 -0700 Subject: [PATCH] ansible: Autospec creation for update from version 2.9.19 to version 2.9.20 Alina Buzachis (1): New AWS module mod_defaults - rds_option_group (_info) modules (#74098) Carlos Camacho (1): [stable-2.9] Fix: nmcli bridge-slave fails with error (#74125) Felix Fontein (4): Backport of https://github.com/ansible-collections/community.docker/pull/103. (#73890) Backport of https://github.com/ansible-collections/community.aws/pull/475. (#73894) Backport of https://github.com/ansible-collections/community.general/pull/2018. (#73893) Backport of https://github.com/ansible-collections/community.network/pull/223. (#73909) Jill R (1): New AWS module mod_defaults - wafv2 modules (#73975) Mark Chappell (3): Ensure unit test paths for connection and inventory plugins are based on the context (#73877) Partial backport of community.aws/471 - no_log=True for aws_secret (#73874) [backport/2.9] module_defaults: Add rds_snapshot (#74113) Matt Clay (1): [stable-2.9] Fix ansible-test coverage exporting. Matt Martz (1): [stable-2.9] Ensure task from the worker is finalized/squashed (#73881) (#73929) Rick Elrod (5): Update Ansible release version to v2.9.19.post0. [security] Add more missing no_logs (#74115) New release v2.9.20rc1 Update Ansible release version to v2.9.20rc1.post0. New release v2.9.20 Sam Doran (2): Move file needed by cs_volume test to S3 [stable-2.9] find - set proper default based on use_regex (#73961) (#73966) Xabier Napal (1): Fix wrong backup directory var name in apt module (#73840) (#74003) nitzmahone (1): add optional module_utils import support (#73832) (#73916) --- Makefile | 2 +- ansible.spec | 24 ++++++++++++------------ options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 097c49d..b5b9616 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := ansible -URL = https://github.com/ansible/ansible/archive/v2.9.19/ansible-2.9.19.tar.gz +URL = https://github.com/ansible/ansible/archive/v2.9.20/ansible-2.9.20.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/ansible.spec b/ansible.spec index 985fe35..ecec2ef 100644 --- a/ansible.spec +++ b/ansible.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : ansible -Version : 2.9.19 -Release : 116 -URL : https://github.com/ansible/ansible/archive/v2.9.19/ansible-2.9.19.tar.gz -Source0 : https://github.com/ansible/ansible/archive/v2.9.19/ansible-2.9.19.tar.gz +Version : 2.9.20 +Release : 117 +URL : https://github.com/ansible/ansible/archive/v2.9.20/ansible-2.9.20.tar.gz +Source0 : https://github.com/ansible/ansible/archive/v2.9.20/ansible-2.9.20.tar.gz Summary : Radically simple IT automation Group : Development/Tools License : Apache-2.0 GPL-2.0 GPL-3.0 GPL-3.0+ MIT Python-2.0 @@ -75,15 +75,15 @@ python3 components for the ansible package. %prep -%setup -q -n ansible-2.9.19 -cd %{_builddir}/ansible-2.9.19 +%setup -q -n ansible-2.9.20 +cd %{_builddir}/ansible-2.9.20 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1615867461 +export SOURCE_DATE_EPOCH=1618437403 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -99,11 +99,11 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/ansible -cp %{_builddir}/ansible-2.9.19/COPYING %{buildroot}/usr/share/package-licenses/ansible/338650eb7a42dd9bc1f1c6961420f2633b24932d -cp %{_builddir}/ansible-2.9.19/licenses/Apache-License.txt %{buildroot}/usr/share/package-licenses/ansible/c700a8b9312d24bdc57570f7d6a131cf63d89016 -cp %{_builddir}/ansible-2.9.19/licenses/MIT-license.txt %{buildroot}/usr/share/package-licenses/ansible/df180fcf964224ba9180a646ca107bfe65595f23 -cp %{_builddir}/ansible-2.9.19/licenses/PSF-license.txt %{buildroot}/usr/share/package-licenses/ansible/7b14725671bae6dc04be2b87de58131f0614dfad -cp %{_builddir}/ansible-2.9.19/packaging/debian/copyright %{buildroot}/usr/share/package-licenses/ansible/b7f3dc6d692392795202ab560c7583e986d8352b +cp %{_builddir}/ansible-2.9.20/COPYING %{buildroot}/usr/share/package-licenses/ansible/338650eb7a42dd9bc1f1c6961420f2633b24932d +cp %{_builddir}/ansible-2.9.20/licenses/Apache-License.txt %{buildroot}/usr/share/package-licenses/ansible/c700a8b9312d24bdc57570f7d6a131cf63d89016 +cp %{_builddir}/ansible-2.9.20/licenses/MIT-license.txt %{buildroot}/usr/share/package-licenses/ansible/df180fcf964224ba9180a646ca107bfe65595f23 +cp %{_builddir}/ansible-2.9.20/licenses/PSF-license.txt %{buildroot}/usr/share/package-licenses/ansible/7b14725671bae6dc04be2b87de58131f0614dfad +cp %{_builddir}/ansible-2.9.20/packaging/debian/copyright %{buildroot}/usr/share/package-licenses/ansible/b7f3dc6d692392795202ab560c7583e986d8352b python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/options.conf b/options.conf index 1e2ad02..fd4017d 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = ansible -url = https://github.com/ansible/ansible/archive/v2.9.19/ansible-2.9.19.tar.gz +url = https://github.com/ansible/ansible/archive/v2.9.20/ansible-2.9.20.tar.gz archives = giturl = https://github.com/ansible/ansible.git domain = diff --git a/release b/release index 4699eb3..5bc6609 100644 --- a/release +++ b/release @@ -1 +1 @@ -116 +117 diff --git a/upstream b/upstream index 37a5250..816c4f4 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -afb5ae48433ab083786e7cd03e995c1c18709c90/ansible-2.9.19.tar.gz +4ff49a4bbaca77deb9e0774be19c14d91895d0ad/ansible-2.9.20.tar.gz diff --git a/versions b/versions index 5404e72..d0998d3 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2.9.19 +2.9.20