From 347141d70e60f8bbc353f14ad818465f0b9b6ba3 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 16 Dec 2020 01:32:58 +0000 Subject: [PATCH] ansible: Autospec creation for update from version 2.9.15 to version 2.9.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amin Vakil (1): [stable-2.9] iptables: Reorder comment postition (#71496) (#72551) BenoƮt Knecht (1): lvol: Fix idempotency when size uses %VG or %PVS (#72569) Bill Peck (1): Fix virt module to support list_vms with a status of paused (#72056) Brian Coca (2): remove redundant remote_user for local setting (#72508) make collection callbacks follow normal flow (#59932) (#72228) David Shrewsbury (1): Test pip fix (#72765) Egor Margineanu (1): Fix AIX networks facts when nestat is either missing or has incorrect permissions (#72516) (#72714) Felix Fontein (5): Improve config.rst formatting (#72354) (#72488) Improve ansible-test classifications for collections (#72353) ansible-test sanity: fix UnicodeDecodeError for `--python 2.7 --docker` (#72623) (#72866) ansible-doc: export has_action when --json is used (#72359) (#72416) [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458) Ganesh Nalawade (1): Try to load action plugin from the same collection as the module (#66701) (#72409) Jordan Borean (3): Add RHEL 7.9 (#72558) - 2.9 (#72567) ansible-galaxy - source deps from all servers and not just parent - 2.9 (#72683) Disable win_rds* tests in CI (#72890) Mark Chappell (1): Backport amazon.aws/211 - use fail_json_aws instead of fail_json (already trying to pass exception) (#72772) Matt Clay (9): [stable-2.9] Fix ansible-test tar format handling. [stable-2.9] Fix container discovery for the acme test plugin. [stable-2.9] Azure Pipelines configuration. Fix resource name length. [stable-2.9] Fix CI schedule. Fix resource name. [stable-2.9] Fix Azure Pipelines change detection. (#72824) [stable-2.9] Use AZP config for integration-aliases test. [stable-2.9] Remove shippable.yml. (#72883) Nathaniel Case (1): Update ssh connection play_context alongside network_cli's (#72185) Nilashish Chakraborty (1): [stable-2.9] Escalate priv before setting terminal (#72673) Rick Elrod (8): Update Ansible release version to v2.9.15.post0. [zypper_repository test] Use repo that doesn't 404 (#72780) [centos6] update container for EOL (#72797) fix resource name in aws_codepipeline too (#72825) [2.9] [cloud_init_data_facts tests] fix for centos8 (#72886) New release v2.9.16rc1 Update Ansible release version to v2.9.16rc1.post0. New release v2.9.16 Sam Doran (9): [stable-2.9] [dnf] Some fixes around filtering (#72483) (#72501) [stable-2.9] Fix super annoying Python 2.6 multiprocessing.Queue stack trace in CI (#72604) (#72609) [stable-2.9] - ansible-test - add cryptography constraint for cffi (#72761) [stable-2.9] Pull images from Quay to avoid Docker Hub limits (#72698) [stable-2.9] AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory (#45198) (#72862) [stable-2.9] pause - do not hang if run in the background (#72065) (#72606) [stable-2.9] ansible-test - skip installing PowerShell sanity test reqs if they are already installed (#72423) (#72425) [stable-2.9] wait_for - ignore psutil related errors (#72401) (#72407) [stable-2.9] systemd - fix issue with capbpf and newer kernel (#72337) (#72348) Sandra McCann (2): clarify upstream release status of 2.10 (#72269) (#72490) replace porting guides with stub pages - issue 71687 (#71988) (#72599) ShwetaliBerad (1): cherry pick for issue ansible-collections/azure#161 from ansible-collections/azure for v2.9 (#71756) nitzmahone (1): update build badge for AZP (#72807) (#72811) --- 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 1cee387..f272e30 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := ansible -URL = https://github.com/ansible/ansible/archive/v2.9.15/ansible-2.9.15.tar.gz +URL = https://github.com/ansible/ansible/archive/v2.9.16/ansible-2.9.16.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/ansible.spec b/ansible.spec index 7bf0f28..e2814c7 100644 --- a/ansible.spec +++ b/ansible.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : ansible -Version : 2.9.15 -Release : 111 -URL : https://github.com/ansible/ansible/archive/v2.9.15/ansible-2.9.15.tar.gz -Source0 : https://github.com/ansible/ansible/archive/v2.9.15/ansible-2.9.15.tar.gz +Version : 2.9.16 +Release : 112 +URL : https://github.com/ansible/ansible/archive/v2.9.16/ansible-2.9.16.tar.gz +Source0 : https://github.com/ansible/ansible/archive/v2.9.16/ansible-2.9.16.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.15 -cd %{_builddir}/ansible-2.9.15 +%setup -q -n ansible-2.9.16 +cd %{_builddir}/ansible-2.9.16 %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=1604384395 +export SOURCE_DATE_EPOCH=1608082353 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.15/COPYING %{buildroot}/usr/share/package-licenses/ansible/338650eb7a42dd9bc1f1c6961420f2633b24932d -cp %{_builddir}/ansible-2.9.15/licenses/Apache-License.txt %{buildroot}/usr/share/package-licenses/ansible/c700a8b9312d24bdc57570f7d6a131cf63d89016 -cp %{_builddir}/ansible-2.9.15/licenses/MIT-license.txt %{buildroot}/usr/share/package-licenses/ansible/df180fcf964224ba9180a646ca107bfe65595f23 -cp %{_builddir}/ansible-2.9.15/licenses/PSF-license.txt %{buildroot}/usr/share/package-licenses/ansible/7b14725671bae6dc04be2b87de58131f0614dfad -cp %{_builddir}/ansible-2.9.15/packaging/debian/copyright %{buildroot}/usr/share/package-licenses/ansible/b7f3dc6d692392795202ab560c7583e986d8352b +cp %{_builddir}/ansible-2.9.16/COPYING %{buildroot}/usr/share/package-licenses/ansible/338650eb7a42dd9bc1f1c6961420f2633b24932d +cp %{_builddir}/ansible-2.9.16/licenses/Apache-License.txt %{buildroot}/usr/share/package-licenses/ansible/c700a8b9312d24bdc57570f7d6a131cf63d89016 +cp %{_builddir}/ansible-2.9.16/licenses/MIT-license.txt %{buildroot}/usr/share/package-licenses/ansible/df180fcf964224ba9180a646ca107bfe65595f23 +cp %{_builddir}/ansible-2.9.16/licenses/PSF-license.txt %{buildroot}/usr/share/package-licenses/ansible/7b14725671bae6dc04be2b87de58131f0614dfad +cp %{_builddir}/ansible-2.9.16/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 4dbbc1a..00b1870 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = ansible -url = https://github.com/ansible/ansible/archive/v2.9.15/ansible-2.9.15.tar.gz +url = https://github.com/ansible/ansible/archive/v2.9.16/ansible-2.9.16.tar.gz archives = giturl = https://github.com/ansible/ansible.git domain = diff --git a/release b/release index 58c9bdf..194b81c 100644 --- a/release +++ b/release @@ -1 +1 @@ -111 +112 diff --git a/upstream b/upstream index d448d45..319dfe0 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -68681f474734ed03e47c2a8605c8e6c3d3681372/ansible-2.9.15.tar.gz +223e5cccb17a155e52584957d2f4b69ea1a2ddee/ansible-2.9.16.tar.gz diff --git a/versions b/versions index 54f7286..3800eed 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -2.9.15 +2.9.16