diff --git a/SPECS/ansible-freeipa.spec b/SPECS/ansible-freeipa.spec index 461de1c..68aeec4 100644 --- a/SPECS/ansible-freeipa.spec +++ b/SPECS/ansible-freeipa.spec @@ -8,10 +8,11 @@ Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients Name: ansible-freeipa Version: 0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/freeipa/ansible-freeipa License: GPLv3+ Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: ansible-freeipa-0.3.2-ipaclient-Do-not-fail-on-rmkeytab-error-7_rhbz#1931381.patch BuildArch: noarch %description @@ -108,6 +109,7 @@ to get the needed requrements to run the tests. %prep %setup -q +%patch0 -p1 # Do not create backup files with patches # Fix python modules and module utils: @@ -165,6 +167,10 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/ %{_datadir}/ansible-freeipa/requirements-tests.txt %changelog +* Thu Mar 4 2021 Thomas Woerner - 0.3.2-2 +- Fix ipaclient: Do not fail on rmkeytab error 7 + Resolves: RHBZ#1931381 + * Mon Jan 18 2021 Thomas Woerner - 0.3.2-1 - Update to version 0.3.2 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.2