Skip to content

Commit

Permalink
ansible: Autospec creation for update from version 2.9.15 to version …
Browse files Browse the repository at this point in the history
…2.9.16

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)
  • Loading branch information
phmccarty authored and clrpackages committed Dec 17, 2020
1 parent 0ca43ad commit 347141d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
24 changes: 12 additions & 12 deletions ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
111
112
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68681f474734ed03e47c2a8605c8e6c3d3681372/ansible-2.9.15.tar.gz
223e5cccb17a155e52584957d2f4b69ea1a2ddee/ansible-2.9.16.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.15
2.9.16

0 comments on commit 347141d

Please sign in to comment.