2f8d027c58
- Resolves: rhbz#1955440 ipa installation fails to configure chrony - Resolves: rhbz#1976761 Package python3-ipatests (from CRB repo) Requires python3-coverage - Resolves: rhbz#1979609 Unable to set ipaUserAuthType with stageuser-add - Resolves: rhbz#1979629 Add checks to prevent assigning authentication indicators to internal IPA services
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From 9144526d2d7e7dcd8503c6c38226e17ebb4ed8b9 Mon Sep 17 00:00:00 2001
|
|
From: Florence Blanc-Renaud <flo@redhat.com>
|
|
Date: Wed, 7 Jul 2021 10:49:25 +0200
|
|
Subject: [PATCH] augeas: bump version for rhel9
|
|
|
|
augeas 1.12.1-0.1 adds support for the new chony configuration
|
|
settings.
|
|
|
|
Related: https://pagure.io/freeipa/issue/8676
|
|
Reviewed-By: Francois Cami <fcami@redhat.com>
|
|
Reviewed-By: Anuja More <amore@redhat.com>
|
|
---
|
|
freeipa.spec.in | 5 ++++-
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/freeipa.spec.in b/freeipa.spec.in
|
|
index fbfe4d09eedc169112dcdc18a953134de67b7731..ae4af099f39641a9f5163d61cfb37e1c3afb6f4b 100755
|
|
--- a/freeipa.spec.in
|
|
+++ b/freeipa.spec.in
|
|
@@ -162,13 +162,16 @@
|
|
|
|
# augeas support for new chrony options
|
|
# see https://pagure.io/freeipa/issue/8676
|
|
-# Note: will need to be updated for RHEL9 when a fix is available for
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1931787
|
|
%if 0%{?fedora} >= 33
|
|
%global augeas_version 1.12.0-6
|
|
%else
|
|
+%if 0%{?rhel} >= 9
|
|
+%global augeas_version 1.12.1-0
|
|
+%else
|
|
%global augeas_version 1.12.0-3
|
|
%endif
|
|
+%endif
|
|
|
|
%global plugin_dir %{_libdir}/dirsrv/plugins
|
|
%global etc_systemd_dir %{_sysconfdir}/systemd/system
|
|
--
|
|
2.26.3
|
|
|