From 30dcc4861f23b30c593e8d59d54dab5fee9248f8 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Wed, 5 Mar 2025 16:31:42 +0000 Subject: [PATCH] * Wed Mar 05 2025 Brian Read 11.0.0-8.sme - typo in lex file [SME: 12949] --- .../smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex | 2 +- smeserver-nutUPS.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex index 6954e4e..995a9b2 100644 --- a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Nutups/nutups_en.lex @@ -7,7 +7,7 @@ 'nut_Descriptive_paragraph' => 'Descriptive paragraph', 'nut_MasterUPS_UPSNAME@IP' => 'UPS name@localhost', 'nut_SlaveUPS_UPSNAME@IP' => 'Slave->Master UPSNAME@IP', -'nut_MasterUPS_Password' => Local server password', +'nut_MasterUPS_Password' => 'Local server password', 'nut_SlaveUPS_Password' => 'Slaves Password ->Server', 'nut_Nut_status' => 'Nut status', 'nut_Configure_NutUPS' => 'Configure NutUPS', diff --git a/smeserver-nutUPS.spec b/smeserver-nutUPS.spec index 740bf9a..903b8f2 100644 --- a/smeserver-nutUPS.spec +++ b/smeserver-nutUPS.spec @@ -4,7 +4,7 @@ Summary: SME server - nut UPS interaction module %define name smeserver-nutUPS Name: %{name} %define version 11.0.0 -%define release 7 +%define release 8 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -25,8 +25,11 @@ A module which configures the Network UPS Tools suite for operation with the SME server software. %changelog +* Wed Mar 05 2025 Brian Read 11.0.0-8.sme +- typo in lex file [SME: 12949] + * Mon Mar 03 2025 Brian Read 11.0.0-7.sme -- Enhance UPS Status screen [SME: ] +- Enhance UPS Status screen [SME: i12949] * Mon Mar 03 2025 Brian Read 11.0.0-6.sme - Add in SM2 NutUPS configuration and status panel [SME: 12949]