- Update to version 1.14.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.1 Resolves: RHEL-67566 - Fix requirements for ansible-core Resolves: RHEL-69146
This commit is contained in:
parent
eaf9f646fe
commit
0a00fcbe92
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/ansible-freeipa-1.12.0.tar.gz
|
/ansible-freeipa-1.12.0.tar.gz
|
||||||
/ansible-freeipa-1.12.1.tar.gz
|
/ansible-freeipa-1.12.1.tar.gz
|
||||||
/ansible-freeipa-1.14.0.tar.gz
|
/ansible-freeipa-1.14.0.tar.gz
|
||||||
|
/ansible-freeipa-1.14.1.tar.gz
|
||||||
|
@ -11,16 +11,16 @@
|
|||||||
|
|
||||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||||
Name: ansible-freeipa
|
Name: ansible-freeipa
|
||||||
Version: 1.14.0
|
Version: 1.14.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/freeipa/ansible-freeipa
|
URL: https://github.com/freeipa/ansible-freeipa
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
|
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
|
||||||
Requires: ansible-core >= 2.15.0
|
Requires: ansible-core >= 1:2.14.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: ansible-core
|
BuildRequires: ansible-core >= 1:2.14.0
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -100,7 +100,7 @@ Supported Distributions
|
|||||||
Requirements
|
Requirements
|
||||||
|
|
||||||
Controller
|
Controller
|
||||||
- Ansible version: 2.13+
|
- Ansible version: 2.14+
|
||||||
|
|
||||||
Node
|
Node
|
||||||
- Supported FreeIPA version (see above)
|
- Supported FreeIPA version (see above)
|
||||||
@ -210,6 +210,13 @@ utils/build-galaxy-release.sh -o "%{version}" -p %{buildroot}%{ansible_collectio
|
|||||||
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
|
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
|
||||||
|
|
||||||
%changelog
|
%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-67566
|
||||||
|
- Fix requirements for ansible-core
|
||||||
|
Resolves: RHEL-69146
|
||||||
|
|
||||||
* Fri Nov 22 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.0-1
|
* Fri Nov 22 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.0-1
|
||||||
- Update to version 1.14.0
|
- Update to version 1.14.0
|
||||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.0
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.0
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-freeipa-1.14.0.tar.gz) = 182812e98fe0fefa06700af14711683d902c32c366a3ef879893609ef555318d4d16cd358ae00d044cd6893683bd119718d5cb3db0ac9750c0206fac14ed2958
|
SHA512 (ansible-freeipa-1.14.1.tar.gz) = 25ec2277960c20b2f2e35a1e5345be8dbc9aade67af0f73bb8bf5d16ee226ad57441d93349bd4ed6711354306c8993f7c7d28e6539a75d151fab8bb1e460c8b9
|
||||||
|
Loading…
Reference in New Issue
Block a user