import ansible-core-2.12.2-3.el8

This commit is contained in:
CentOS Sources 2022-03-11 04:22:35 +00:00 committed by Stepan Oksanichenko
parent 522a63e618
commit 3c7ba6d70c
1 changed files with 7 additions and 4 deletions

View File

@ -35,7 +35,7 @@
Name: ansible-core
Summary: SSH-based configuration management, deployment, and task execution system
Version: 2.12.2
Release: 2%{?dist}
Release: 3%{?dist}
ExcludeArch: i686
Group: Development/Libraries
@ -52,9 +52,9 @@ Source5: straightplugin-6634ea8e1e89d5bb23804f50e676f196c52c46ed.tar.gz
URL: http://ansible.com
# We obsolete old ansible, and any version of ansible-base.
Obsoletes: ansible < 2.10.0
Obsoletes: ansible-base
# We conflict old ansible, and any version of ansible-base.
Conflicts: ansible < 2.10.0
Conflicts: ansible-base
# ... and provide 'ansible' so that old packages still work without updated
# spec files.
@ -206,6 +206,9 @@ cp -p lib/ansible_core.egg-info/PKG-INFO .
%{python38_sitelib}/ansible_test
%changelog
* Mon Mar 07 2022 Dimitri Savineau <dsavinea@redhat.com> - 2.12.2-3
- replace Obsolete to Conflicts
* Wed Feb 02 2022 Dimitri Savineau <dsavinea@redhat.com> - 2.12.2-2
- fix ansible tarball setup