Compare commits

...

No commits in common. 'c9' and 'c9-beta' have entirely different histories.
c9 ... c9-beta

@ -1 +1 @@
fc9daf1a464e7a60220e17b24c09c0376f2eef62 SOURCES/ansible-freeipa-1.11.1.tar.gz
bf153b315d71b091d7adf94dedf0033382c2ae4a SOURCES/ansible-freeipa-1.13.2.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/ansible-freeipa-1.11.1.tar.gz
SOURCES/ansible-freeipa-1.13.2.tar.gz

@ -5,17 +5,23 @@
%global python %{__python3}
%global collection_namespace freeipa
%global collection_name ansible_freeipa
%global ansible_collections_dir %{_datadir}/ansible/collections/ansible_collections
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
Name: ansible-freeipa
Version: 1.11.1
Version: 1.13.2
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
BuildArch: noarch
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
Requires: ansible-core
Requires: ansible-core >= 2.15.0
%endif
BuildRequires: ansible-core
BuildRequires: python
%description
Ansible roles to install and uninstall FreeIPA servers, replicas and clients,
@ -34,6 +40,7 @@ Features
- Repair mode for clients
- Backup and restore, also to and from controller
- Smartcard setup for servers and clients
- Inventory plugin freeipa
- Modules for automembership rule management
- Modules for automount key management
- Modules for automount location management
@ -51,7 +58,11 @@ Features
- Modules for hbacsvcgroup management
- Modules for host management
- Modules for hostgroup management
- Modules for idoverridegroup management
- Modules for idoverrideuser management
- Modules for idp management
- Modules for idrange management
- Modules for idview management
- Modules for location management
- Modules for netgroup management
- Modules for permission management
@ -89,7 +100,7 @@ Supported Distributions
Requirements
Controller
- Ansible version: 2.8+ (ansible-freeipa is an Ansible Collection)
- Ansible version: 2.13+
Node
- Supported FreeIPA version (see above)
@ -114,10 +125,17 @@ Please have a look at %{_datadir}/ansible-freeipa/requirements-tests.txt
to get the needed requrements to run the tests.
%package collection
Summary: %{collection_namespace}.%{collection_name} collection
Provides: ansible-collection-%{collection_namespace}-%{collection_name} = %{version}-%{release}
%description collection
The %{collection_namespace}.%{collection_name} collection, including tests.
%prep
%setup -q
# Do not create backup files with patches
# Fix python modules and module utils:
# - Remove shebang
# - Remove execute flag
@ -160,6 +178,11 @@ cp -rp utils %{buildroot}%{_datadir}/ansible-freeipa/
install -m 755 -d %{buildroot}%{_datadir}/ansible-freeipa/tests
cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
# Create collection and install to %{buildroot}%{ansible_collections_dir}
# ansible-galaxy collection install creates ansible_collections directory
# automatically in given path, therefore /..
utils/build-galaxy-release.sh -o "%{version}" -p %{buildroot}%{ansible_collections_dir}/.. %{collection_namespace} %{collection_name}
%files
%license COPYING
%{_datadir}/ansible/roles/ipaserver
@ -171,6 +194,7 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
%{_datadir}/ansible/plugins/doc_fragments
%{_datadir}/ansible/plugins/module_utils
%{_datadir}/ansible/plugins/modules
%{_datadir}/ansible/plugins/inventory
%doc README*.md
%doc playbooks
%{_datadir}/ansible-freeipa/requirements.txt
@ -181,7 +205,74 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
%{_datadir}/ansible-freeipa/tests
%{_datadir}/ansible-freeipa/requirements-tests.txt
%files collection
%dir %{ansible_collections_dir}/%{collection_namespace}
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
%changelog
* Mon Jul 1 2024 Thomas Woerner <twoerner@redhat.com> - 1.13.2-1
- Update to version 1.13.2
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.2
Resolves: RHEL-35565
- Convert input certificates
Resolves: RHEL-44614
- Fix rolesdeployment with IPA 4.12
Resolves: RHEL-40869
* Tue May 28 2024 Thomas Woerner <twoerner@redhat.com> - 1.13.1-1
- Update to version 1.13.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.13.1
Resolves: RHEL-35565
- New inventory plugin
Resolves: RHEL-35541
- Enable batch command as backend
Resolves: RHEL-38943
- New collection sub package
Resolves: RHEL-38931
* Mon Feb 12 2024 Thomas Woerner <twoerner@redhat.com> - 1.12.1-1
- Update to version 1.12.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.1
Resolves: RHEL-13744
- ipauser module lacks the "rename" field.
Resolves: RHEL-4962
- Add missing support for rename in ipagroup module
Resolves: RHEL-13758
- The IDP module does not support the modification of IDP options
Resolves: RHEL-17954
- The IDP module does not support resetting IDP options
Resolves: RHEL-17957
- ipauser is not idempotent when random is defined
Resolves: RHEL-19123
- ipasudorule: Allow setting groups for runasuser
Resolves: RHEL-19130
- Idempotency fixes
Resolves: RHEL-19132
- ipadnszone: Add support for per-zone privilege delegation
Resolves: RHEL-19134
- Handle data type or empty string in module_utils
Resolves: RHEL-19136
* Tue Nov 28 2023 Thomas Woerner <twoerner@redhat.com> - 1.12.0-2
- Fix test_pwpolicy for https://pagure.io/freeipa/issue/9297
Related: RHEL-13744
* Mon Nov 27 2023 Thomas Woerner <twoerner@redhat.com> - 1.12.0-1
- Update to version 1.12.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.12.0
Resolves: RHEL-13744
- New idoverridegroup management module.
Resolves: RHEL-16937
- New idoverrideuser management module.
Resolves: RHEL-16942
- New idview management module.
Resolves: RHEL-16934
- New idp management module.
Resolves: RHEL-16939
- idoverride{user,group}: Fix delete_continue with state absent
Resolves: RHEL-16680
* 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

Loading…
Cancel
Save