import ansible-core-2.12.2-1.el9
This commit is contained in:
parent
7c08223727
commit
d2be290d30
@ -1,4 +1,4 @@
|
||||
0a18ea3535187a922a00acfd62c941f0b954903d SOURCES/ansible-f00f12393b9675fb3645bc17f857bcc201921e61.tar.gz
|
||||
c482edef8c65b0ebf62eb0eddab3c039ac1e4589 SOURCES/ansible-6c75cf5c83da044d1fd69bc444ce4de50d728d09.tar.gz
|
||||
d5b06047a8a5937c9433c8e0e88bcf2ccb6a4f84 SOURCES/packaging-ded06cedf6e20680eea0363fac894cb4a09e7831.tar.gz
|
||||
f20e820c8fa08ff162ace90735a2a89c599f7166 SOURCES/pyparsing-6a844ee35ca5125490a28dbd6dd2d15b6498e605.tar.gz
|
||||
c17fd6000af4ccf32930c41e928fea1e38cb5d0a SOURCES/straightplugin-6634ea8e1e89d5bb23804f50e676f196c52c46ed.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
SOURCES/ansible-f00f12393b9675fb3645bc17f857bcc201921e61.tar.gz
|
||||
SOURCES/ansible-6c75cf5c83da044d1fd69bc444ce4de50d728d09.tar.gz
|
||||
SOURCES/packaging-ded06cedf6e20680eea0363fac894cb4a09e7831.tar.gz
|
||||
SOURCES/pyparsing-6a844ee35ca5125490a28dbd6dd2d15b6498e605.tar.gz
|
||||
SOURCES/straightplugin-6634ea8e1e89d5bb23804f50e676f196c52c46ed.tar.gz
|
||||
|
@ -15,7 +15,7 @@
|
||||
# ansible-test munges the shebangs itself.
|
||||
%global __brp_mangle_shebangs_exclude_from_file %{SOURCE1}
|
||||
|
||||
%global commitId f00f12393b9675fb3645bc17f857bcc201921e61
|
||||
%global commitId 6c75cf5c83da044d1fd69bc444ce4de50d728d09
|
||||
%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
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 2.12.1
|
||||
Version: 2.12.2
|
||||
%if 0%{?nightly}
|
||||
Release: 0.1.%{snap}%{?dist}
|
||||
%else
|
||||
@ -211,6 +211,9 @@ cp -p lib/ansible_core.egg-info/PKG-INFO .
|
||||
%{python39_sitelib}/ansible_test
|
||||
|
||||
%changelog
|
||||
* Tue Feb 01 2022 Dimitri Savineau <dsavinea@redhat.com> - 2.12.2-1
|
||||
- ansible-core 2.12.2 release
|
||||
|
||||
* Tue Dec 07 2021 James Marshall <jamarsha@redhat.com> - 2.12.1-1
|
||||
- ansible-core 2.12.1-1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user