- Fix update and wrong ansible-core build requirement
Resolves: RHEL-68648
This commit is contained in:
parent
cc40aac4c4
commit
1b85518cbd
@ -12,17 +12,19 @@
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 1.14.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPL-3.0-or-later
|
||||
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
Requires: ansible-core >= 2.15.0
|
||||
BuildRequires: ansible-core >= 1.15.0
|
||||
BuildRequires: ansible-core >= 2.15.0
|
||||
BuildRequires: python
|
||||
Provides: ansible-collection-%{collection_namespace}-%{collection_name} = %{version}-%{release}
|
||||
Provides: ansible-freeipa-tests
|
||||
Obsoletes: ansible-freeipa-tests < 1.12.1-2
|
||||
Provides: ansible-freeipa-collection
|
||||
Obsoletes: ansible-freeipa-collection < 1.14.0
|
||||
|
||||
%description
|
||||
Ansible collection %{collection_namespace}.%{collection_name} providing
|
||||
@ -154,6 +156,10 @@ cp %{buildroot}/%{ansible_collections_dir}/%{collection_namespace}/%{collection_
|
||||
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 22 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.0-2
|
||||
- Fix update and wrong ansible-core build requirement
|
||||
Resolves: RHEL-68648
|
||||
|
||||
* Fri Nov 22 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.0-1
|
||||
- Update to version 1.14.0
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.0
|
||||
|
Loading…
Reference in New Issue
Block a user