import CS ansible-freeipa-1.11.1-1.el8
This commit is contained in:
parent
354ddf36dd
commit
1b32b687a6
@ -1 +1 @@
|
|||||||
03f590ebf93439a08c56f8b98e61f38619309556 SOURCES/ansible-freeipa-1.9.2.tar.gz
|
fc9daf1a464e7a60220e17b24c09c0376f2eef62 SOURCES/ansible-freeipa-1.11.1.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/ansible-freeipa-1.9.2.tar.gz
|
SOURCES/ansible-freeipa-1.11.1.tar.gz
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
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.9.2
|
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: GPLv3+
|
License: GPL-3.0-or-later
|
||||||
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -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,55 @@ 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#2170371
|
||||||
|
- ipaautomountmap: add support for indirect maps
|
||||||
|
Resolves: RHBZ#2050158
|
||||||
|
- ipauser: Add support to modify GECOS field
|
||||||
|
Resolves: RHBZ#2168022
|
||||||
|
- ipauser: Add support for parameter "street"
|
||||||
|
Resolves: RHBZ#2215532
|
||||||
|
- ipauser: Add support for SMB attributes
|
||||||
|
Resolves: RHBZ#2215534
|
||||||
|
- ipauser: Support for External IdP attributes
|
||||||
|
Resolves: RHBZ#2215539
|
||||||
|
- Fix handling of ipapwpolicy attributes usercheck and dictcheck
|
||||||
|
Resolves: RHBZ#2215543
|
||||||
|
- Update authtypes authind
|
||||||
|
Resolves: RHBZ#2215540
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Update to version 1.10.0
|
||||||
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0
|
||||||
|
Resolves: RHBZ#2170371
|
||||||
|
- ipareplica/server: Enable removal from domain with undeployment
|
||||||
|
Resolves: RHBZ#2127901
|
||||||
|
- ipagroup: Allow multiple group management
|
||||||
|
Resolves: RHBZ#2175762
|
||||||
|
- ipaserver: Allow deployments with random serial numbers
|
||||||
|
Resolves: RHBZ#2127904
|
||||||
|
- ipagroup: Fix ensuring external group members (without trust-ad)
|
||||||
|
Resolves: RHBZ#2183820
|
||||||
|
- ipaclient: Add subid option to select the sssd profile with-subid
|
||||||
|
Resolves: RHBZ#2175766
|
||||||
|
- ipaclient: Fix allow_repair with removed krb5.conf and DNS lookup
|
||||||
|
Resolves: RHBZ#1759785
|
||||||
|
- ipaclient: Keep server affinity while deploying as long as possible
|
||||||
|
Resolves: RHBZ#2175755
|
||||||
|
|
||||||
* Tue Jan 31 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.2-1
|
* Tue Jan 31 2023 Thomas Woerner <twoerner@redhat.com> - 1.9.2-1
|
||||||
- Update to version 1.9.2
|
- Update to version 1.9.2
|
||||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.2
|
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.9.2
|
||||||
|
Loading…
Reference in New Issue
Block a user