diff --git a/Makefile b/Makefile
index ea52ff8..c32e0c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# Makefile for source rpm: e-smith-domains
+# Makefile for source rpm: smeserver-domains
# $Id: Makefile,v 1.1 2016/02/04 23:33:14 vip-ire Exp $
-NAME := e-smith-domains
+NAME := smeserver-domains
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/README.md b/README.md
index 6cff9f4..c421b3f 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-# e-smith-domains
+# smeserver-domains
-SMEServer Koozali developed git repo for e-smith-domains smeserver
+SMEServer Koozali developed git repo for smeserver-domains smeserver
## Wiki
https://wiki.koozali.org/
## Bugzilla
-Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-domains&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-domains&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-domains) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-domains&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
diff --git a/e-smith-domains.spec b/smeserver-domains.spec
similarity index 96%
rename from e-smith-domains.spec
rename to smeserver-domains.spec
index a973782..7dbfe8c 100644
--- a/e-smith-domains.spec
+++ b/smeserver-domains.spec
@@ -1,10 +1,10 @@
# $Id: e-smith-domains.spec,v 1.6 2023/08/07 13:29:29 brianr Exp $
-Summary: e-smith server and gateway - domains module
-%define name e-smith-domains
+Summary: smeserver server and gateway - domains module
+%define name smeserver-domains
Name: %{name}
%define version 2.6.0
-%define release 7
+%define release 8
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -22,10 +22,14 @@ BuildRequires: e-smith-devtools >= 1.11.0-03
AutoReqProv: no
+Provides: e-smith-domains
%description
-e-smith server and gateway software - domains module.
+smeserver server and gateway software - domains module.
%changelog
+* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-8.sme
+- Rename to smeserver-domains [SME: 12359]
+
* Thu Oct 26 2023 cvs2git.sh aka Brian Read 2.6.0-7.sme
- Roll up patches and move to git repo [SME: 12338]