From 8d19a92e7ef3ac0fc83e6e52bab2609b3a0fedc6 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 24 Jul 2026 12:16:58 +0200 Subject: [PATCH] Add AlmaLinux branding layout patch (not yet wired into spec) First increment toward baking AlmaLinux branding into the package. Patches the two webui layout templates so a `branding = AlmaLinux` setup renders the AlmaLinux look: - navbar.html.ep: brand logo -> /images/almalinux.svg - bootstrap.html.ep: include the branding `style` partial in Not referenced by the spec yet; the branding source files, %install steps and %files wiring will follow in a subsequent change. --- .../0001-EL9-AlmaLinux-branding-layout.patch | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SOURCES/0001-EL9-AlmaLinux-branding-layout.patch diff --git a/SOURCES/0001-EL9-AlmaLinux-branding-layout.patch b/SOURCES/0001-EL9-AlmaLinux-branding-layout.patch new file mode 100644 index 0000000..bf5d2df --- /dev/null +++ b/SOURCES/0001-EL9-AlmaLinux-branding-layout.patch @@ -0,0 +1,23 @@ +--- a/templates/webapi/layouts/navbar.html.ep 2026-06-04 10:30:53.000000000 +0200 ++++ b/templates/webapi/layouts/navbar.html.ep 2026-07-24 12:14:51.851179791 +0200 +@@ -1,7 +1,7 @@ + % my $current_user = current_user; +