diff --git a/Makefile b/Makefile
index 2fd5ac5..636ea2b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# Makefile for source rpm: e-smith-nutUPS
+# Makefile for source rpm: smeserver-nutUPS
# $Id: Makefile,v 1.1 2016/02/05 22:19:01 stephdl Exp $
-NAME := e-smith-nutUPS
+NAME := smeserver-nutUPS
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/README.md b/README.md
index 3767f89..fe0b914 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-# e-smith-nutUPS
+# smeserver-nutUPS
-SMEServer Koozali developed git repo for e-smith-nutUPS smeserver
+SMEServer Koozali developed git repo for smeserver-nutUPS smeserver
## Wiki
https://wiki.koozali.org/
## Bugzilla
-Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-nutUPS&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
+Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-nutUPS&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
+And a list of outstanding Legacy bugs: (e-smith-nutUPS) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-nutUPS&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
@@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
*Once it has been checked, then this comment will be deleted*
-e-smith-nutUPS is an open-source software designed to monitor and control an Uninterruptible Power Supply (UPS) device connected to a computer. It offers features such as automatic shutdown of the computer when the UPS battery reaches a critical low-power level, and the capability to remotely monitor and control the UPS from a web browser or from a command line interface. It supports a wide range of UPS devices, and is compatible with most operating systems. With e-smith-nutUPS, users can be assured of reliable and consistent power protection even during power outages.
+smeserver-nutUPS is an open-source software designed to monitor and control an Uninterruptible Power Supply (UPS) device connected to a computer. It offers features such as automatic shutdown of the computer when the UPS battery reaches a critical low-power level, and the capability to remotely monitor and control the UPS from a web browser or from a command line interface. It supports a wide range of UPS devices, and is compatible with most operating systems. With smeserver-nutUPS, users can be assured of reliable and consistent power protection even during power outages.
diff --git a/e-smith-nutUPS.spec b/smeserver-nutUPS.spec
similarity index 98%
rename from e-smith-nutUPS.spec
rename to smeserver-nutUPS.spec
index 1d0b780..d8b6444 100644
--- a/e-smith-nutUPS.spec
+++ b/smeserver-nutUPS.spec
@@ -1,10 +1,10 @@
# $Id: e-smith-nutUPS.spec,v 1.16 2022/12/26 03:29:15 jpp Exp $
Summary: SME server - nut UPS interaction module
-%define name e-smith-nutUPS
+%define name smeserver-nutUPS
Name: %{name}
%define version 2.6.0
-%define release 14
+%define release 15
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -19,11 +19,15 @@ BuildArchitectures: noarch
BuildRequires: e-smith-devtools
AutoReqProv: no
+Provides: e-smith-nutUPS
%description
A module which configures the Network UPS Tools suite for operation with
the SME server software.
%changelog
+* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-15.sme
+- Rename to smeserver-nutUPS [SME: 12359]
+
* Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-14.sme
- Roll up patches and move to git repo [SME: 12338]