diff --git a/.ansible-freeipa.metadata b/.ansible-freeipa.metadata index 554ebce..a00700e 100644 --- a/.ansible-freeipa.metadata +++ b/.ansible-freeipa.metadata @@ -1 +1 @@ -8c204d96568d454decab3c9d94cdbcf60c1e124c SOURCES/ansible-freeipa-1.9.0.tar.gz +03f590ebf93439a08c56f8b98e61f38619309556 SOURCES/ansible-freeipa-1.9.2.tar.gz diff --git a/.gitignore b/.gitignore index 7f6f623..b2787d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ansible-freeipa-1.9.0.tar.gz +SOURCES/ansible-freeipa-1.9.2.tar.gz diff --git a/SPECS/ansible-freeipa.spec b/SPECS/ansible-freeipa.spec index 3c334a3..c55a23d 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.9.0 +Version: 1.9.2 Release: 1%{?dist} URL: https://github.com/freeipa/ansible-freeipa License: GPLv3+ @@ -176,6 +176,22 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/ %{_datadir}/ansible-freeipa/requirements-tests.txt %changelog +* Tue Jan 31 2023 Thomas Woerner - 1.9.2-1 +- Update to version 1.9.2 + https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.2 + Resolves: RHBZ#2125591 +- ipabackup: Use ipabackup_item again in copy_backup_to_server + Resolves: RHBZ#2165951 + +* Mon Jan 30 2023 Thomas Woerner - 1.9.1-1 +- Update to version 1.9.1 + https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.1 + Resolves: RHBZ#2125591 +- pwpolicy: Allow clearing policy values + Resolves: RHBZ#2150332 +- Use netgroup_find instead of netgroup_show to workaround IPA bug + Resolves: RHBZ#2144724 + * Wed Dec 7 2022 Thomas Woerner - 1.9.0-1 - Update to version 1.9.0 https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.0