|
|
|
@ -11,18 +11,20 @@
|
|
|
|
|
|
|
|
|
|
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
|
|
|
|
Name: ansible-freeipa
|
|
|
|
|
Version: 1.13.2
|
|
|
|
|
Version: 1.14.1
|
|
|
|
|
Release: 1%{?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
|
|
|
|
|
Requires: ansible-core >= 1:2.14.0
|
|
|
|
|
BuildRequires: ansible-core >= 1:2.14.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,28 @@ cp %{buildroot}/%{ansible_collections_dir}/%{collection_namespace}/%{collection_
|
|
|
|
|
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 27 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.1-1
|
|
|
|
|
- Update to version 1.14.1
|
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.1
|
|
|
|
|
Resolves: RHEL-67567
|
|
|
|
|
- Fix requirements for ansible-core
|
|
|
|
|
Resolves: RHEL-68648
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
Resolves: RHEL-67567
|
|
|
|
|
- Multi sudorule management with the ipasudorule module
|
|
|
|
|
Resolves: RHEL-61433
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.13.2-2
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jul 1 2024 Thomas Woerner <twoerner@redhat.com> - 1.13.2-1
|
|
|
|
|
- Update to version 1.13.2
|
|
|
|
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.2
|
|
|
|
|