Skip to content

Commit

Permalink
Change fontawesome-fonts requires to match fontawesome 4.x
Browse files Browse the repository at this point in the history
fontawesome 6.x is not entirely compatible with 4.x version but in
Fedora the change was made to make 4.x bits FreeIPA depends on to be
forward-ported to 6.x build. This also allows to have common dependency
for all versions.

This patch switches to the common dependency using 'fonts(fontawesome)'.
This works on all Fedora and RHEL versions.

Signed-off-by: Jerry James <[email protected]>
Signed-off-by: Alexander Bokovoy <[email protected]>
Reviewed-By: Rob Crittenden <[email protected]>
  • Loading branch information
jamesjer authored and rcritten committed May 23, 2023
1 parent 7b0ad59 commit da65cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeipa.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Requires: policycoreutils >= 2.1.12-5
Requires: tar
Requires(pre): certmonger >= %{certmonger_version}
Requires(pre): 389-ds-base >= %{ds_version}
Requires: fontawesome-fonts
Requires: font(fontawesome)
Requires: open-sans-fonts
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
# https://pagure.io/freeipa/issue/8632
Expand Down

0 comments on commit da65cc3

Please sign in to comment.