- Update to version 1.11.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.1 Resolves: RHBZ#2170373 - ipaautomountmap: add support for indirect maps Resolves: RHBZ#2050176 - ipauser: Add support to modify GECOS field Resolves: RHBZ#2169372 - ipauser: Add support for parameter "street" Resolves: RHBZ#2215531 - ipauser: Add support for SMB attributes Resolves: RHBZ#2215533 - ipauser: Support for External IdP attributes Resolves: RHBZ#2215536 - Fix handling of ipapwpolicy attributes usercheck and dictcheck Resolves: RHBZ#2215542 - Update authtypes authind Resolves: RHBZ#2215538
This commit is contained in:
parent
7750ead724
commit
c3a430e65a
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
|||||||
/ansible-freeipa-1.9.2.tar.gz
|
/ansible-freeipa-1.9.2.tar.gz
|
||||||
/ansible-freeipa-1.10.0.tar.gz
|
/ansible-freeipa-1.10.0.tar.gz
|
||||||
/ansible-freeipa-1.11.0.tar.gz
|
/ansible-freeipa-1.11.0.tar.gz
|
||||||
|
/ansible-freeipa-1.11.1.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||||
Name: ansible-freeipa
|
Name: ansible-freeipa
|
||||||
Version: 1.11.0
|
Version: 1.11.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/freeipa/ansible-freeipa
|
URL: https://github.com/freeipa/ansible-freeipa
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -182,6 +182,25 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
|||||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 24 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.1-1
|
||||||
|
- Update to version 1.11.1
|
||||||
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.1
|
||||||
|
Resolves: RHBZ#2170373
|
||||||
|
- ipaautomountmap: add support for indirect maps
|
||||||
|
Resolves: RHBZ#2050176
|
||||||
|
- ipauser: Add support to modify GECOS field
|
||||||
|
Resolves: RHBZ#2169372
|
||||||
|
- ipauser: Add support for parameter "street"
|
||||||
|
Resolves: RHBZ#2215531
|
||||||
|
- ipauser: Add support for SMB attributes
|
||||||
|
Resolves: RHBZ#2215533
|
||||||
|
- ipauser: Support for External IdP attributes
|
||||||
|
Resolves: RHBZ#2215536
|
||||||
|
- Fix handling of ipapwpolicy attributes usercheck and dictcheck
|
||||||
|
Resolves: RHBZ#2215542
|
||||||
|
- Update authtypes authind
|
||||||
|
Resolves: RHBZ#2215538
|
||||||
|
|
||||||
* Mon Jun 12 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.0-1
|
* Mon Jun 12 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.0-1
|
||||||
- Update to version 1.11.0
|
- Update to version 1.11.0
|
||||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.0
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.0
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-freeipa-1.11.0.tar.gz) = 7e791078c43de63b8193b851ba833ebf257b9c2bca6973bc6b83ed25ad1b57df2f49eb09451548f94742c64d01dea122c831f63f5fbb22a8085bf941044f028d
|
SHA512 (ansible-freeipa-1.11.1.tar.gz) = a4de173fa6b28006171cd69d35fc0803d1a86fccb5e350f620376857ce0a567b5659934cf45bcd4af8e832e7be11255e46325c9bd2580f6b62360aab92f3a627
|
||||||
|
Loading…
Reference in New Issue
Block a user