Auto sync2gitlab import of ansible-freeipa-1.8.1-1.el8.src.rpm
This commit is contained in:
parent
b34d45c17b
commit
e4dd4d0c4e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/ansible-freeipa-1.6.3.tar.gz
|
||||
/ansible-freeipa-1.7.0.tar.gz
|
||||
/ansible-freeipa-1.8.1.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 1.7.0
|
||||
Version: 1.8.1
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPLv3+
|
||||
@ -29,6 +29,7 @@ Features
|
||||
- One-time-password (OTP) support for client installation
|
||||
- Repair mode for clients
|
||||
- Backup and restore, also to and from controller
|
||||
- Smartcard setup for servers and clients
|
||||
- Modules for automembership rule management
|
||||
- Modules for automount key management
|
||||
- Modules for automount location management
|
||||
@ -64,6 +65,7 @@ Features
|
||||
- Modules for user management
|
||||
- Modules for vault management
|
||||
|
||||
|
||||
Supported FreeIPA Versions
|
||||
|
||||
FreeIPA versions 4.6 and up are supported by all roles.
|
||||
@ -140,6 +142,10 @@ cp -rp roles/ipaclient %{buildroot}%{_datadir}/ansible/roles/
|
||||
cp -rp roles/ipaclient/README.md README-client.md
|
||||
cp -rp roles/ipabackup %{buildroot}%{_datadir}/ansible/roles/
|
||||
cp -rp roles/ipabackup/README.md README-backup.md
|
||||
cp -rp roles/ipasmartcard_server %{buildroot}%{_datadir}/ansible/roles/
|
||||
cp -rp roles/ipasmartcard_server/README.md README-smartcard_server.md
|
||||
cp -rp roles/ipasmartcard_client %{buildroot}%{_datadir}/ansible/roles/
|
||||
cp -rp roles/ipasmartcard_client/README.md README-smartcard_client.md
|
||||
install -m 755 -d %{buildroot}%{_datadir}/ansible/plugins/
|
||||
cp -rp plugins/* %{buildroot}%{_datadir}/ansible/plugins/
|
||||
|
||||
@ -155,6 +161,8 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible/roles/ipareplica
|
||||
%{_datadir}/ansible/roles/ipaclient
|
||||
%{_datadir}/ansible/roles/ipabackup
|
||||
%{_datadir}/ansible/roles/ipasmartcard_server
|
||||
%{_datadir}/ansible/roles/ipasmartcard_client
|
||||
%{_datadir}/ansible/plugins/doc_fragments
|
||||
%{_datadir}/ansible/plugins/module_utils
|
||||
%{_datadir}/ansible/plugins/modules
|
||||
@ -169,6 +177,21 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jul 7 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.1-1
|
||||
- Update to version 1.8.1
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.1
|
||||
Related: RHBZ#2080321
|
||||
- ipa server deploys failing with latest IPA compose
|
||||
Resolves: RHBZ#2103928
|
||||
- ipaserver_external_cert_files failes to copy with ansible 2.13
|
||||
Resolves: RHBZ#2104842
|
||||
|
||||
* Fri Jun 24 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.0-1
|
||||
- idrange: Fix usage of dom_name when idrange doesn't exist.
|
||||
Resolves: RHBZ#2086993
|
||||
- smartcard roles for ansible-freeipa
|
||||
Resolves: RHBZ#2076554
|
||||
|
||||
* Fri Apr 29 2022 Thomas Woerner <twoerner@redhat.com> - 1.7.0-1
|
||||
- Update to version 1.7.0
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.7.0
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-freeipa-1.7.0.tar.gz) = 802ab50f2da1743158e43efac8a450b016ef5046325ad8bfcb98ea16d80a731990313db170056125db07e20ba678bcaa006c9b2eddfbada195337424adf12108
|
||||
SHA512 (ansible-freeipa-1.8.1.tar.gz) = e3ac38a57052fb7d926ff3262061c953915f3cccb57c5cb365a4954530d432125d1a71d4e74dbd3c25da4d22cb92427bfd5bc566e7f725f696fc0a547eb5ce17
|
||||
|
Loading…
Reference in New Issue
Block a user