- 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
This commit is contained in:
parent
846d948746
commit
eec922e679
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/ansible-freeipa-1.12.0.tar.gz
|
||||
/ansible-freeipa-1.12.1.tar.gz
|
||||
/ansible-freeipa-1.13.1.tar.gz
|
||||
/ansible-freeipa-1.13.2.tar.gz
|
||||
|
@ -11,14 +11,14 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 1.13.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
|
||||
@ -40,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
|
||||
@ -135,7 +136,6 @@ 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
|
||||
@ -210,6 +210,15 @@ utils/build-galaxy-release.sh -o "%{version}" -p %{buildroot}%{ansible_collectio
|
||||
%{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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-freeipa-1.13.1.tar.gz) = 9bf1670dcb56362f8720fa6d30902fc41b147cd7e0e068a5aa17488140403bb1d6c2815668501f4ac302425f98e220ccc9834e1294691968fa7416dd09641f7f
|
||||
SHA512 (ansible-freeipa-1.13.2.tar.gz) = 471d56fb0ad032a28c6d8a1ce2837ff4498cc8e3428e75e9334ff8e37addd07d0168cf92f0766be5cacbe63b7728175f8782ec834dfb1c0a38e2869ffab7865a
|
||||
|
Loading…
Reference in New Issue
Block a user