mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
parent
a7c8517826
commit
8d83ebde3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user