diff --git a/Makefile b/Makefile
index 3564bd6..691f4de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# Makefile for source rpm: e-smith-lib-compspec
+# Makefile for source rpm: smeserver-lib-compspec
# $Id: Makefile,v 1.1 2016/02/05 22:42:01 stephdl Exp $
-NAME := e-smith-lib-compspec
+NAME := smeserver-lib-compspec
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/README.md b/README.md
index 211a37f..4fc76d5 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-# e-smith-lib-compspec
+# smeserver-lib-compspec
-SMEServer Koozali developed git repo for e-smith-lib-compspec smeserver
+SMEServer Koozali developed git repo for smeserver-lib-compspec smeserver
## Wiki
https://wiki.koozali.org/
## Bugzilla
-Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-lib-compspec&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-lib-compspec&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-lib-compspec) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-lib-compspec&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-lib-compspec is a software library developed by the e-smith Corporation. It is an open-source library that contains a variety of components used for software development. It can be used to easily create specifications for web applications, databases, scripting and other programming tasks. It allows developers to quickly and easily create specifications for their application by providing a comprehensive set of components with detailed documentation. The library also allows developers to easily and quickly manage and update their specifications as their application evolves. In addition, e-smith-lib-compspec also provides a platform to help developers create and maintain efficient interfaces between their applications and other software components.
+smeserver-lib-compspec is a software library developed by the smeserver Corporation. It is an open-source library that contains a variety of components used for software development. It can be used to easily create specifications for web applications, databases, scripting and other programming tasks. It allows developers to quickly and easily create specifications for their application by providing a comprehensive set of components with detailed documentation. The library also allows developers to easily and quickly manage and update their specifications as their application evolves. In addition, smeserver-lib-compspec also provides a platform to help developers create and maintain efficient interfaces between their applications and other software components.
diff --git a/e-smith-lib-compspec.spec b/smeserver-lib-compspec.spec
similarity index 90%
rename from e-smith-lib-compspec.spec
rename to smeserver-lib-compspec.spec
index 91ad186..ab39152 100644
--- a/e-smith-lib-compspec.spec
+++ b/smeserver-lib-compspec.spec
@@ -1,10 +1,10 @@
# $Id: e-smith-lib-compspec.spec,v 1.4 2022/04/06 20:22:27 jpp Exp $
-Summary: bash completion specifications for e-smith-lib utilities
-%define name e-smith-lib-compspec
+Summary: bash completion specifications for smeserver-lib utilities
+%define name smeserver-lib-compspec
Name: %{name}
%define version 2.6.0
-%define release 5
+%define release 6
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -17,8 +17,9 @@ Requires: e-smith-lib
BuildRequires: e-smith-devtools
AutoReqProv: no
+Provides: e-smith-lib-compspec
%description
-e-smith module containing bash completion specifications for the
+smeserver module containing bash completion specifications for the
e-smith-lib command-line utilities (db, config, expand-template, signal-event).
%prep
@@ -42,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
+* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-6.sme
+- Rename to smeserver-lib-compspec [SME: 12359]
+
* Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-5.sme
- Roll up patches and move to git repo [SME: 12338]