- Update to version 1.12.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.1 Highlights: - Fix ipaserver deployment on CentOS 8 Stream - Fix ipaclient deployment with automount - Fix ipaclient OTP error reporting - Add missing support for renaming groups and users - Idempotency fixes in several modules
This commit is contained in:
parent
5b0770621c
commit
613d5a1d92
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/ansible-freeipa-1.11.0.tar.gz
|
||||
/ansible-freeipa-1.11.1.tar.gz
|
||||
/ansible-freeipa-1.12.0.tar.gz
|
||||
/ansible-freeipa-1.12.1.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 1.12.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.12.1
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPL-3.0-or-later
|
||||
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -183,6 +183,16 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%changelog
|
||||
* Mon Feb 12 2024 Thomas Woerner <twoerner@redhat.com> - 1.12.1-1
|
||||
- Update to version 1.12.1
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.1
|
||||
Highlights:
|
||||
- Fix ipaserver deployment on CentOS 8 Stream
|
||||
- Fix ipaclient deployment with automount
|
||||
- Fix ipaclient OTP error reporting
|
||||
- Add missing support for renaming groups and users
|
||||
- Idempotency fixes in several modules
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-freeipa-1.12.0.tar.gz) = 907c6d2a9e53d92ea0e23e90c8763ad058b7a1d477aa4f967bad9d0c0a1d2be465840c6b1d8195778158814283057b047362a1e2672e4ba0104d560e18abf381
|
||||
SHA512 (ansible-freeipa-1.12.1.tar.gz) = 9e1a3ff9fe3b9d7bd6bc30096d89e0d7e1a60fb22b66efc272c3e3561c977f9c13dc0645eb734f2d5a5b2a11115bc81671cfc9e615b5cacbc06724d4ea4dd44c
|
||||
|
Loading…
Reference in New Issue
Block a user