diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-20 11:34:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-20 11:34:59 +0000 |
commit | 12f61cab021459a5ac3db6f1033254b2446199be (patch) | |
tree | 9345da1349c97f9dfcd94a6ccdd0330f1285b353 | |
parent | ff3a7bcfe451d5adbf5b001e1f8d9c0bb01af047 (diff) |
automatic import of ansible-core
-rw-r--r-- | ansible-core.spec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible-core.spec b/ansible-core.spec index 4134c6b..4997740 100644 --- a/ansible-core.spec +++ b/ansible-core.spec @@ -12,6 +12,14 @@ BuildArch: noarch %description %{common_description} +Provides: ansible-core = %{version} + +# cannot be installed with ansible < 3 or ansible-base +Conflicts: ansible < 3 +Conflicts: ansible-base + +# cannot be installed with ansible-core 2.17.x or higher +Conflicts: ansible-core >= 2.17 # Base build requires BuildRequires: python3-devel |