Update to 2.11.3
Resolves: rhbz#1990948
This commit is contained in:
parent
46c3830dc7
commit
8dab03c5ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/packaging-ded06cedf6e20680eea0363fac894cb4a09e7831.tar.gz
|
||||
/pyparsing-6a844ee35ca5125490a28dbd6dd2d15b6498e605.tar.gz
|
||||
/straightplugin-6634ea8e1e89d5bb23804f50e676f196c52c46ed.tar.gz
|
||||
/ansible-4cafc937f065468ab9504ac985701c7f9ba24ed0.tar.gz
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
# ansible-test munges the shebangs itself.
|
||||
%global __brp_mangle_shebangs_exclude_from_file %{SOURCE1}
|
||||
|
||||
%global commitId ae9001ee1819f06d88022b5ea7146d7383b7d061
|
||||
%global commitId 4cafc937f065468ab9504ac985701c7f9ba24ed0
|
||||
%global python39_sitelib /usr/lib/python3.9/site-packages/
|
||||
|
||||
# RHEL and Fedora add -s to the shebang line. We do *not* use -s -E -S or -I
|
||||
@ -37,11 +37,11 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 2.11.2
|
||||
Version: 2.11.3
|
||||
%if 0%{?nightly}
|
||||
Release: 0.1.%{snap}%{?dist}
|
||||
%else
|
||||
Release: 3%{?dist}
|
||||
Release: 2%{?dist}
|
||||
%endif
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -49,7 +49,7 @@ License: GPLv3+
|
||||
%if 0%{?nightly}
|
||||
Source0: %{name}-%{version}%{nightly_pretag}.tar.gz
|
||||
%else
|
||||
Source0: ansible-ae9001ee1819f06d88022b5ea7146d7383b7d061.tar.gz
|
||||
Source0: ansible-4cafc937f065468ab9504ac985701c7f9ba24ed0.tar.gz
|
||||
%endif
|
||||
Source1: ansible-test-data-files.txt
|
||||
|
||||
@ -91,6 +91,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: make
|
||||
|
||||
Requires: git
|
||||
Requires: python3
|
||||
Requires: python3-jinja2
|
||||
Requires: python3-PyYAML
|
||||
@ -208,6 +209,12 @@ cp -p lib/ansible_core.egg-info/PKG-INFO .
|
||||
%{python39_sitelib}/ansible_test
|
||||
|
||||
%changelog
|
||||
* Wed Jul 21 2021 Paul Belanger <pabelanger@redhat.com> - 2.11.3-2
|
||||
- Add git dependency for ansible-galaxy CLI command.
|
||||
|
||||
* Tue Jul 20 2021 Yanis Guenane <yguenane@redhat.com> - 2.11.3-1
|
||||
- ansible-core 2.11.3-1
|
||||
|
||||
* Fri Jul 02 2021 Satoe Imaishi <simaishi@redhat.com> - 2.11.2-2
|
||||
- Add man pages
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (ansible-ae9001ee1819f06d88022b5ea7146d7383b7d061.tar.gz) = f13cb67cc8601aa05c070720eca1612bd7403818f0b7a476c05bdf26b68f650029efacbe3e15acc4824b1fce383c2e8a6112a5f4ccf0593dd4d254235a8f1af9
|
||||
SHA512 (ansible-4cafc937f065468ab9504ac985701c7f9ba24ed0.tar.gz) = 139288156863c91967f75a73b2bd4540807ab048f42391a2744394cee4da0c4ad7e76095b02ea0b37351c4d193ec70d7480e3c578bb5d436fd652d0033ea7445
|
||||
SHA512 (packaging-ded06cedf6e20680eea0363fac894cb4a09e7831.tar.gz) = ceacb927289775fe901b2169053e3265db1531c8c22dc42329d28c24b64d021a791cf523044420e3a821fbbc251039796f951b21745a4870a8ec53e2eeac76a7
|
||||
SHA512 (pyparsing-6a844ee35ca5125490a28dbd6dd2d15b6498e605.tar.gz) = ad95ec904f35dce422e31c6fc5922ca5970757229463e9fc4d1cbb0e798b6b7c1c6f44dcb8aaccec47f106506e78e7482ffc40b21f2122ba9d83e4e27bd57118
|
||||
SHA512 (straightplugin-6634ea8e1e89d5bb23804f50e676f196c52c46ed.tar.gz) = 7a3ba87f0de4cd7c7c8dda564d737b1656f8f3a9fa33895a252dec49ed53cbaf7e140d7fa65a68efa959487f4477b079cf9ae8cd251df3b8977053cde8aab7a5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user