- Update to version 1.11.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.1 Highlights: - Support for GECOS, street, smb and idp attributes in ipauser module - Support for indirect maps in ipaautomountmap module - Update of user_auth_type choices in ipaconfig and ipauser modules - Update of auth_ind choices in ipahost and ipaservice modules - Upstream test and environment enhancements - Documentation updates
This commit is contained in:
parent
92433e114c
commit
e410721d38
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/ansible-freeipa-1.9.2.tar.gz
|
||||
/ansible-freeipa-1.10.0.tar.gz
|
||||
/ansible-freeipa-1.11.0.tar.gz
|
||||
/ansible-freeipa-1.11.1.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 1.11.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.11.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
|
||||
@ -179,6 +179,17 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%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
|
||||
Highlights:
|
||||
- Support for GECOS, street, smb and idp attributes in ipauser module
|
||||
- Support for indirect maps in ipaautomountmap module
|
||||
- Update of user_auth_type choices in ipaconfig and ipauser modules
|
||||
- Update of auth_ind choices in ipahost and ipaservice modules
|
||||
- Upstream test and environment enhancements
|
||||
- Documentation updates
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
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