import CS ansible-core-2.14.17-1.el9
This commit is contained in:
parent
db16011fb9
commit
e3471e4787
@ -1,4 +1,4 @@
|
||||
560f248ccb0b98256c5b50c86a002c2c1e57edb6 SOURCES/Jinja2-3.1.2.tar.gz
|
||||
192b9f6598e1ae036301f72781973c6f46e50aa2 SOURCES/MarkupSafe-2.1.2.tar.gz
|
||||
17607409001ab47fe691013647052ab3532e5bae SOURCES/ansible-core-2.14.14.tar.gz
|
||||
74cdfb0081b59e573e30170da02156fb29ff282b SOURCES/ansible-documentation-2.14.14.tar.gz
|
||||
5d229969295e19025ea93e5e8782017db4c6ae52 SOURCES/ansible-documentation-2.14.17.tar.gz
|
||||
cd2265a0e2e22b20ac66312723b32e7c815824de SOURCES/ansible_core-2.14.17.tar.gz
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
SOURCES/Jinja2-3.1.2.tar.gz
|
||||
SOURCES/MarkupSafe-2.1.2.tar.gz
|
||||
SOURCES/ansible-core-2.14.14.tar.gz
|
||||
SOURCES/ansible-documentation-2.14.14.tar.gz
|
||||
SOURCES/ansible-documentation-2.14.17.tar.gz
|
||||
SOURCES/ansible_core-2.14.17.tar.gz
|
||||
|
@ -27,12 +27,12 @@
|
||||
Name: ansible-core
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Epoch: 1
|
||||
Version: 2.14.14
|
||||
Version: 2.14.17
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv3+
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/ansible-core/ansible-core-%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/ansible-core/ansible_core-%{version}.tar.gz
|
||||
Source1: https://github.com/ansible/ansible-documentation/archive/v%{version}/ansible-documentation-%{version}.tar.gz
|
||||
Source2: ansible-test-data-files.txt
|
||||
|
||||
@ -101,7 +101,7 @@ This package installs the ansible-test command for testing modules and plugins
|
||||
developed for ansible.
|
||||
|
||||
%prep
|
||||
%setup -q -b1 -b3 -b4 -n ansible-core-%{version}
|
||||
%setup -q -b1 -b3 -b4 -n ansible_core-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
# Fix all Python shebangs recursively in ansible-test
|
||||
@ -189,6 +189,9 @@ strip --strip-unneeded %{vendor_path}/markupsafe/_speedups%{python3_ext_suffix}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu May 23 2024 Dimitri Savineau <dsavinea@redhat.com> - 1:2.14.17-1
|
||||
- ansible-core 2.14.17 release (RHEL-38539)
|
||||
|
||||
* Fri Feb 02 2024 Dimitri Savineau <dsavinea@redhat.com> - 1:2.14.14-1
|
||||
- ansible-core 2.14.14 release (RHEL-23783)
|
||||
- Fix CVE-2024-0690 (possible information leak in tasks that ignore
|
||||
|
Loading…
Reference in New Issue
Block a user