- Update to version 1.11.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.0 Resolves: RHBZ#2170371 - Multiple service management Resolves: RHBZ#2175769 - New ipacert module Resolves: RHBZ#2127906 - Fix maxsequence handling in ipapwpolicy module Resolves: RHBZ#2214295
This commit is contained in:
parent
ba367fd5bd
commit
5cdf9a29ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
SOURCES/ansible-freeipa-1.9.2.tar.gz
|
SOURCES/ansible-freeipa-1.9.2.tar.gz
|
||||||
/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
|
||||||
|
@ -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.10.0
|
Version: 1.11.0
|
||||||
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
|
||||||
@ -37,6 +37,7 @@ Features
|
|||||||
- Modules for automount map management
|
- Modules for automount map management
|
||||||
- Modules for config management
|
- Modules for config management
|
||||||
- Modules for delegation management
|
- Modules for delegation management
|
||||||
|
- Modules for certificate management
|
||||||
- Modules for dns config management
|
- Modules for dns config management
|
||||||
- Modules for dns forwarder management
|
- Modules for dns forwarder management
|
||||||
- Modules for dns record management
|
- Modules for dns record management
|
||||||
@ -120,12 +121,14 @@ to get the needed requrements to run the tests.
|
|||||||
for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py;
|
for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py;
|
||||||
do
|
do
|
||||||
sed -i '1{/\/usr\/bin\/python*/d;}' $i
|
sed -i '1{/\/usr\/bin\/python*/d;}' $i
|
||||||
|
sed -i '1{/\/usr\/bin\/env python*/d;}' $i
|
||||||
chmod a-x $i
|
chmod a-x $i
|
||||||
done
|
done
|
||||||
|
|
||||||
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test;
|
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test;
|
||||||
do
|
do
|
||||||
sed -i '{s@/usr/bin/python*@%{python}@}' $i
|
sed -i '{s@/usr/bin/python*@%{python}@}' $i
|
||||||
|
sed -i '{s@/usr/bin/env python*@%{python}@}' $i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
@ -176,6 +179,17 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
|||||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2023 Thomas Woerner <twoerner@redhat.com> - 1.11.0-1
|
||||||
|
- Update to version 1.11.0
|
||||||
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.11.0
|
||||||
|
Resolves: RHBZ#2170371
|
||||||
|
- Multiple service management
|
||||||
|
Resolves: RHBZ#2175769
|
||||||
|
- New ipacert module
|
||||||
|
Resolves: RHBZ#2127906
|
||||||
|
- Fix maxsequence handling in ipapwpolicy module
|
||||||
|
Resolves: RHBZ#2214295
|
||||||
|
|
||||||
* Wed Apr 5 2023 Thomas Woerner <twoerner@redhat.com> - 1.10.0-1
|
* Wed Apr 5 2023 Thomas Woerner <twoerner@redhat.com> - 1.10.0-1
|
||||||
- Update to version 1.10.0
|
- Update to version 1.10.0
|
||||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-freeipa-1.10.0.tar.gz) = 701bad99a9786ac534bda0c3e390ff1f132ff5f48133958a6ef8aec0e3f4c58b273f1cc190c8400d0a250c403fe8a1b5485036e1b94026a3158eb4025d3f9c50
|
SHA512 (ansible-freeipa-1.11.0.tar.gz) = 7e791078c43de63b8193b851ba833ebf257b9c2bca6973bc6b83ed25ad1b57df2f49eb09451548f94742c64d01dea122c831f63f5fbb22a8085bf941044f028d
|
||||||
|
Loading…
Reference in New Issue
Block a user