diff --git a/Makefile b/Makefile
index 8caef23..9c2e36f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# Makefile for source rpm: e-smith-runit
+# Makefile for source rpm: smeserver-runit
# $Id: Makefile,v 1.1 2016/02/05 17:17:58 stephdl Exp $
-NAME := e-smith-runit
+NAME := smeserver-runit
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/README.md b/README.md
index 1cdaa6f..4dacf55 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-# e-smith-runit
+# smeserver-runit
-SMEServer Koozali developed git repo for e-smith-runit smeserver
+SMEServer Koozali developed git repo for smeserver-runit smeserver
## Wiki
https://wiki.koozali.org/
## Bugzilla
-Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-runit&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-runit&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-runit) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-runit&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-runit is an open source software package for Linux and Unix-like operating systems. It is a comprehensive system for managing services and daemons. It provides a comprehensive set of features for managing tasks related to system services, including starting, stopping, and monitoring them. It also allows for easy integration with other tools such as cron and logging, and supports integration with shell scripts. It runs on many different distributions, including Debian, Ubuntu, and Red Hat. It is a powerful and reliable tool for managing system services, and has been used in many high-profile environments.
+smeserver-runit is an open source software package for Linux and Unix-like operating systems. It is a comprehensive system for managing services and daemons. It provides a comprehensive set of features for managing tasks related to system services, including starting, stopping, and monitoring them. It also allows for easy integration with other tools such as cron and logging, and supports integration with shell scripts. It runs on many different distributions, including Debian, Ubuntu, and Red Hat. It is a powerful and reliable tool for managing system services, and has been used in many high-profile environments.
diff --git a/e-smith-runit.spec b/smeserver-runit.spec
similarity index 96%
rename from e-smith-runit.spec
rename to smeserver-runit.spec
index 7f17d02..d77fbc6 100644
--- a/e-smith-runit.spec
+++ b/smeserver-runit.spec
@@ -1,10 +1,10 @@
# $Id: e-smith-runit.spec,v 1.13 2021/03/19 03:01:43 jpp Exp $
Summary: generic support framework for Gerrit Pape's runit package
-%define name e-smith-runit
+%define name smeserver-runit
Name: %{name}
%define version 2.6.0
-%define release 13
+%define release 14
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -21,6 +21,9 @@ Obsoletes: e-smith-daemontools
Obsoletes: supervise-scripts
%changelog
+* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-14.sme
+- Rename to smeserver-runit [SME: 12359]
+
* Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-13.sme
- Roll up patches and move to git repo [SME: 12338]
@@ -123,6 +126,7 @@ Obsoletes: supervise-scripts
* Fri Sep 24 2004 Charlie Brady 0.0.1-01
- Initial - functional replacement for e-smith-daemontools 1.7.1-09.
+Provides: e-smith-runit
%description
Provide integration of Gerrit Pape's runit package into a SysV init script
process environment.