URL: https://github.com/freeipa/freeipa/pull/5881 Author: flo-renaud Title: #5881: [Backport][ipa-4-9] augeas: bump version for rhel9 Action: opened
PR body: """ This PR was opened automatically because PR #5877 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5881/head:pr5881 git checkout pr5881
From 1674a9f92f442e6bfe068f017d03f8744482e6e8 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <[email protected]> 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 --- freeipa.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index fbfe4d09eed..ae4af099f39 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
_______________________________________________ FreeIPA-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
