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]