From 52561e8012af4029794ad714bf054ac0b4da8148 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 17 2022 10:12:19 +0000 Subject: import ansible-freeipa-1.8.3-1.el8 --- diff --git a/.ansible-freeipa.metadata b/.ansible-freeipa.metadata index 81bd1c5..035cfbf 100644 --- a/.ansible-freeipa.metadata +++ b/.ansible-freeipa.metadata @@ -1 +1 @@ -219030c63dbd821cb7b4389ba61476edf362d29f SOURCES/ansible-freeipa-1.8.2.tar.gz +c4d984a5760e18c642703728f847fd9a8e4d2d7a SOURCES/ansible-freeipa-1.8.3.tar.gz diff --git a/.gitignore b/.gitignore index 487d60d..b89a6c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ansible-freeipa-1.8.2.tar.gz +SOURCES/ansible-freeipa-1.8.3.tar.gz diff --git a/SPECS/ansible-freeipa.spec b/SPECS/ansible-freeipa.spec index be7b4e0..650f39b 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.2 +Version: 1.8.3 Release: 1%{?dist} URL: https://github.com/freeipa/ansible-freeipa License: GPLv3+ @@ -177,6 +177,13 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/ %{_datadir}/ansible-freeipa/requirements-tests.txt %changelog +* 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 + Related: RHBZ#2080321 +- Fixes replica deployment issue for domains without SID support. + Related: RHBZ#2110491 + * 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