Skip to content

Commit

Permalink
ansible: Autospec creation for update from version 2.9.19 to version …
Browse files Browse the repository at this point in the history
…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 ansible-collections/community.docker#103. (#73890)
      Backport of ansible-collections/community.aws#475. (#73894)
      Backport of ansible-collections/community.general#2018. (#73893)
      Backport of ansible-collections/community.network#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)
  • Loading branch information
phmccarty authored and clrpackages committed Apr 15, 2021
1 parent 2758909 commit 69e3890
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.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
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.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
Expand Down Expand Up @@ -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
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.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 || :
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.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 =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
116
117
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
afb5ae48433ab083786e7cd03e995c1c18709c90/ansible-2.9.19.tar.gz
4ff49a4bbaca77deb9e0774be19c14d91895d0ad/ansible-2.9.20.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.19
2.9.20

0 comments on commit 69e3890

Please sign in to comment.