From e17d4d6137b827e9f6bb97886eceeabd80e377fa Mon Sep 17 00:00:00 2001 From: John Crisp Date: Mon, 4 Aug 2025 15:42:58 +0200 Subject: [PATCH] Fix yum update template [SME:13095] --- .../smanager/themes/AdminLTE/templates/yumupdate.html.ep | 2 +- smeserver-manager-AdminLTE.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep index 8578bd3..de70f29 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/yumupdate.html.ep @@ -41,7 +41,7 @@
- % $btn = $c->l('yum_INSTALL_UPDATES'); + % my $btn = $c->l('yum_INSTALL_UPDATES');
diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec index 9b169ea..7958222 100644 --- a/smeserver-manager-AdminLTE.spec +++ b/smeserver-manager-AdminLTE.spec @@ -1,6 +1,6 @@ %define name smeserver-manager-AdminLTE %define version 11.0.0 -%define release 49 +%define release 50 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} @@ -29,6 +29,9 @@ AdminLTE is an html framework for admin consoles wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Mon Aug 04 2025 John Crisp 11.0.0-50.sme +- Fix yum update template - thanks Massimo [SME: 13095] + * Tue Jul 29 2025 John Crisp 11.0.0-49.sme - Password text [SME:13081] - Email settings[SME: 13080]