From bf06579895733c4a5fa39520815b31ea6c2f5c0a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 8 Feb 2021 12:30:49 -0500 Subject: [PATCH] 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 Reviewed-By: Alexander Bokovoy --- freeipa.spec.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 58d68cced..6ab59cb7a 100755 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -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