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