From 025ba52aca05305ee5efeaf8d64580e37d0ce26c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 05 2022 10:12:46 +0000 Subject: import ansible-freeipa-1.8.2-1.el8 --- diff --git a/.ansible-freeipa.metadata b/.ansible-freeipa.metadata index 047143c..81bd1c5 100644 --- a/.ansible-freeipa.metadata +++ b/.ansible-freeipa.metadata @@ -1 +1 @@ -73e0f8f7092c51e1c99e09f76c842ad3ff736f25 SOURCES/ansible-freeipa-1.8.1.tar.gz +219030c63dbd821cb7b4389ba61476edf362d29f SOURCES/ansible-freeipa-1.8.2.tar.gz diff --git a/.gitignore b/.gitignore index 1239843..487d60d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ansible-freeipa-1.8.1.tar.gz +SOURCES/ansible-freeipa-1.8.2.tar.gz diff --git a/SPECS/ansible-freeipa.spec b/SPECS/ansible-freeipa.spec index c0d4511..be7b4e0 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.1 +Version: 1.8.2 Release: 1%{?dist} URL: https://github.com/freeipa/ansible-freeipa License: GPLv3+ @@ -177,6 +177,17 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/ %{_datadir}/ansible-freeipa/requirements-tests.txt %changelog +* Thu Jul 28 2022 Thomas Woerner - 1.8.2-1 +- Update to version 1.8.2 + https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.2 + Related: RHBZ#2080321 +- SIDs are always generated for server and replica deployments + Resolves: RHBZ#2110491 +- Random Serial Numbers are not enabled by default any more + Resolves: RHBZ#2110526 +- Fixes comparison of bool values in IPA 4.9.10+ for ipadnsconfig + Resolves: RHBZ#2110539 + * Thu Jul 7 2022 Thomas Woerner - 1.8.1-1 - Update to version 1.8.1 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.1