From e97786162be28de568a88d3ee6ce0f577f803577 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 23 2022 16:11:40 +0000 Subject: import ansible-freeipa-1.8.4-1.el8 --- diff --git a/.ansible-freeipa.metadata b/.ansible-freeipa.metadata index 035cfbf..184293c 100644 --- a/.ansible-freeipa.metadata +++ b/.ansible-freeipa.metadata @@ -1 +1 @@ -c4d984a5760e18c642703728f847fd9a8e4d2d7a SOURCES/ansible-freeipa-1.8.3.tar.gz +c69cfdfa635d515d145690a386d8199a6c9c6e9f SOURCES/ansible-freeipa-1.8.4.tar.gz diff --git a/.gitignore b/.gitignore index b89a6c4..e19f330 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ansible-freeipa-1.8.3.tar.gz +SOURCES/ansible-freeipa-1.8.4.tar.gz diff --git a/SPECS/ansible-freeipa.spec b/SPECS/ansible-freeipa.spec index 650f39b..455f3a6 100644 --- a/SPECS/ansible-freeipa.spec +++ b/SPECS/ansible-freeipa.spec @@ -7,7 +7,7 @@ Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients Name: ansible-freeipa -Version: 1.8.3 +Version: 1.8.4 Release: 1%{?dist} URL: https://github.com/freeipa/ansible-freeipa License: GPLv3+ @@ -15,8 +15,9 @@ Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/% BuildArch: noarch %description -Ansible roles and playbooks to install and uninstall FreeIPA servers, replicas -and clients. Also modules management. +Ansible roles to install and uninstall FreeIPA servers, replicas and clients, +roles for backups and SmartCard configuration, modules for management and also +playbooks for all roles and modules. Note: The Ansible playbooks and roles require a configured Ansible environment where the Ansible nodes are reachable and are properly set up to have an IP @@ -177,6 +178,17 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/ %{_datadir}/ansible-freeipa/requirements-tests.txt %changelog +* Mon Sep 12 2022 Thomas Woerner - 1.8.4-1 +- Update to version 1.8.4 + https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.4 + Resolves: RHBZ#2125591 +- 'ansible-doc' -l lists most idm modules as 'UNDOCUMENTED' + Resolves: RHBZ#2121362 +- ansible-freeipa Replica Install Setup DNS fails + Resolves: RHBZ#2120415 +- ipaconfig does not support SID and netbios attributes + Resolves: RHBZ#2069174 + * Tue Aug 16 2022 Thomas Woerner - 1.8.3-1 - Update to version 1.8.3 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.3