Compare commits

..

1 Commits

Author SHA1 Message Date
John Crisp
e17d4d6137 Fix yum update template [SME:13095] 2025-08-04 15:42:58 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
<br>
% $btn = $c->l('yum_INSTALL_UPDATES');
% my $btn = $c->l('yum_INSTALL_UPDATES');
<div class="row g-3 align-items-center">
<div class="col-md-2">

View File

@@ -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 <jcrisp@safeandsoundit.co.uk> 11.0.0-50.sme
- Fix yum update template - thanks Massimo [SME: 13095]
* Tue Jul 29 2025 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-49.sme
- Password text [SME:13081]
- Email settings[SME: 13080]