import ansible-freeipa-1.14.1-1.el10

cs10 imports/cs10/ansible-freeipa-1.14.1-1.el10
MSVSphere Packaging Team 2 months ago
parent e8139ef2c1
commit f33bbfd294
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
bf153b315d71b091d7adf94dedf0033382c2ae4a SOURCES/ansible-freeipa-1.13.2.tar.gz
0026b7c5cf3d26cc45d7d0967bbc2925ff6dece7 SOURCES/ansible-freeipa-1.14.1.tar.gz

2
.gitignore vendored

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

@ -11,18 +11,20 @@
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
Name: ansible-freeipa
Version: 1.13.2
Version: 1.14.1
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
Requires: ansible-core >= 2.15.0
BuildRequires: ansible-core >= 1.15.0
Requires: ansible-core >= 1:2.14.0
BuildRequires: ansible-core >= 1:2.14.0
BuildRequires: python
Provides: ansible-collection-%{collection_namespace}-%{collection_name} = %{version}-%{release}
Provides: ansible-freeipa-tests
Obsoletes: ansible-freeipa-tests < 1.12.1-2
Provides: ansible-freeipa-collection
Obsoletes: ansible-freeipa-collection < 1.14.0
%description
Ansible collection %{collection_namespace}.%{collection_name} providing
@ -154,6 +156,28 @@ cp %{buildroot}/%{ansible_collections_dir}/%{collection_namespace}/%{collection_
%{ansible_collections_dir}/%{collection_namespace}/%{collection_name}
%changelog
* Wed Nov 27 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.1-1
- Update to version 1.14.1
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.1
Resolves: RHEL-67567
- Fix requirements for ansible-core
Resolves: RHEL-68648
* Fri Nov 22 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.0-2
- Fix update and wrong ansible-core build requirement
Resolves: RHEL-68648
* Fri Nov 22 2024 Thomas Woerner <twoerner@redhat.com> - 1.14.0-1
- Update to version 1.14.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.14.0
Resolves: RHEL-67567
- Multi sudorule management with the ipasudorule module
Resolves: RHEL-61433
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.13.2-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* 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

Loading…
Cancel
Save