mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add RHEL 9 UI branding patch reference
The UI in RHEL has a different set of logos and different background colors. Some direct adjustments were made that are not buildable so apply them as a patch. https://pagure.io/freeipa/issue/8669 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
5ca918943c
commit
bf06579895
@ -194,12 +194,17 @@ Source1: https://releases.pagure.org/freeipa/freeipa-%{version}%{?rc_vers
|
||||
# RHEL spec file only: END: Change branding to IPA and Identity Management
|
||||
|
||||
# RHEL spec file only: START
|
||||
%if 0%{?rhel} == 8 && %{NON_DEVELOPER_BUILD}
|
||||
%if %{NON_DEVELOPER_BUILD}
|
||||
%if 0%{?rhel} == 8
|
||||
Patch0001: 0001_util_Fix_client-only_build-upstream_5273.patch
|
||||
Patch1001: 1001-Change-branding-to-IPA-and-Identity-Management.patch
|
||||
Patch1002: 1002-4.8.0-Remove-csrgen.patch
|
||||
Patch1003: 1003-Revert-WebUI-use-python3-rjsmin-to-minify-JavaScript.patch
|
||||
%endif
|
||||
%if 0%{?rhel} == 9
|
||||
Patch1001: 1001-Change-branding-to-IPA-and-Identity-Management.patch
|
||||
%endif
|
||||
%endif
|
||||
# RHEL spec file only: END
|
||||
|
||||
# For the timestamp trick in patch application
|
||||
|
Loading…
Reference in New Issue
Block a user