* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-16.sme

- Change Navigation weighting for SM2 [SME: 12996]
This commit is contained in:
Brian Read 2025-06-13 05:51:55 +01:00
parent e13529e660
commit f58cc8a22f
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ package SrvMngr::Controller::Nutups;
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# heading : System # heading : System
# description : NutUPS configuration # description : NutUPS configuration
# navigation : 4000 700 # navigation : 4000 900
# #
# name : nutups, method : get, url : /nutups, ctlact : Nutups#main # name : nutups, method : get, url : /nutups, ctlact : Nutups#main
# name : nutupsu, method : post, url : /nutupsu, ctlact : Nutups#do_update # name : nutupsu, method : post, url : /nutupsu, ctlact : Nutups#do_update

View File

@ -4,7 +4,7 @@ Summary: SME server - nut UPS interaction module
%define name smeserver-nutUPS %define name smeserver-nutUPS
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 15 %define release 16
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -26,6 +26,9 @@ A module which configures the Network UPS Tools suite for operation with
the SME server software. the SME server software.
%changelog %changelog
* Fri Jun 13 2025 Brian Read <brianr@koozali.org> 11.0.0-16.sme
- Change Navigation weighting for SM2 [SME: 12996]
* Wed Jun 11 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-15.sme * Wed Jun 11 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-15.sme
- open db flat file using UTF8 [SME: 13035] - open db flat file using UTF8 [SME: 13035]