import CS ansible-core-2.14.14-1.el9
This commit is contained in:
parent
ae23759f52
commit
db16011fb9
@ -1,4 +1,4 @@
|
||||
560f248ccb0b98256c5b50c86a002c2c1e57edb6 SOURCES/Jinja2-3.1.2.tar.gz
|
||||
192b9f6598e1ae036301f72781973c6f46e50aa2 SOURCES/MarkupSafe-2.1.2.tar.gz
|
||||
206d3558bef217b0d3cd20a10bd55b00d8b61f43 SOURCES/ansible-core-2.14.9.tar.gz
|
||||
366ad8407df71776813faeff935da35d65967b33 SOURCES/ansible-documentation-2.14.9.tar.gz
|
||||
17607409001ab47fe691013647052ab3532e5bae SOURCES/ansible-core-2.14.14.tar.gz
|
||||
74cdfb0081b59e573e30170da02156fb29ff282b SOURCES/ansible-documentation-2.14.14.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.9.tar.gz
|
||||
SOURCES/ansible-documentation-2.14.9.tar.gz
|
||||
SOURCES/ansible-core-2.14.14.tar.gz
|
||||
SOURCES/ansible-documentation-2.14.14.tar.gz
|
||||
|
@ -27,7 +27,7 @@
|
||||
Name: ansible-core
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Epoch: 1
|
||||
Version: 2.14.9
|
||||
Version: 2.14.14
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -189,6 +189,17 @@ strip --strip-unneeded %{vendor_path}/markupsafe/_speedups%{python3_ext_suffix}
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
ANSIBLE_NO_LOG configuration) (RHEL-22124)
|
||||
|
||||
* Tue Dec 12 2023 Dimitri Savineau <dsavinea@redhat.com> - 1:2.14.13-1
|
||||
- ansible-core 2.14.13 release (RHEL-19298)
|
||||
|
||||
* Thu Dec 07 2023 Dimitri Savineau <dsavinea@redhat.com> - 1:2.14.12-1
|
||||
- ansible-core 2.14.12 release (RHEL-18950)
|
||||
|
||||
* Wed Aug 16 2023 Dimitri Savineau <dsavinea@redhat.com> - 1:2.14.9-1
|
||||
- ansible-core 2.14.9 release (rhbz#2232432)
|
||||
- Use docs and examples from ansible-documentation project.
|
||||
|
Loading…
Reference in New Issue
Block a user