diff --git a/Makefile b/Makefile
index 048e818..dfdd06b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# Makefile for source rpm: e-smith-oidentd
+# Makefile for source rpm: smeserver-oidentd
# $Id: Makefile,v 1.1 2016/02/05 22:17:36 stephdl Exp $
-NAME := e-smith-oidentd
+NAME := smeserver-oidentd
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
diff --git a/README.md b/README.md
index 0f44852..9c09b85 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
-# e-smith-oidentd
+# smeserver-oidentd
-SMEServer Koozali developed git repo for e-smith-oidentd smeserver
+SMEServer Koozali developed git repo for smeserver-oidentd smeserver
## Wiki
https://wiki.koozali.org/
## Bugzilla
-Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-oidentd&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-oidentd&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-oidentd) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-oidentd&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-oidentd is a software package designed for Linux-based servers running the e-smith server and gateway software. It is used to provide an additional layer of security when connecting to the server. It works by allowing the server to identify the connecting user and verify that they are who they say they are. e-smith-oidentd ensures that only authenticated users can gain access to the server, and it also helps to prevent malicious users from gaining access. It is a powerful tool for protecting a server and the data stored on it, and it is highly recommended for any server running the e-smith software.
+smeserver-oidentd is a software package designed for Linux-based servers running the smeserver server and gateway software. It is used to provide an additional layer of security when connecting to the server. It works by allowing the server to identify the connecting user and verify that they are who they say they are. smeserver-oidentd ensures that only authenticated users can gain access to the server, and it also helps to prevent malicious users from gaining access. It is a powerful tool for protecting a server and the data stored on it, and it is highly recommended for any server running the smeserver software.
diff --git a/e-smith-oidentd.spec b/smeserver-oidentd.spec
similarity index 93%
rename from e-smith-oidentd.spec
rename to smeserver-oidentd.spec
index 27693cc..31a8941 100644
--- a/e-smith-oidentd.spec
+++ b/smeserver-oidentd.spec
@@ -1,10 +1,10 @@
# $Id: e-smith-oidentd.spec,v 1.3 2020/12/04 03:09:21 jpp Exp $
-Summary: e-smith server and gateway - ident daemon
-%define name e-smith-oidentd
+Summary: smeserver server and gateway - ident daemon
+%define name smeserver-oidentd
Name: %{name}
%define version 2.6.0
-%define release 4
+%define release 5
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -20,10 +20,14 @@ Requires: oidentd >= 2.0.6
BuildRequires: e-smith-devtools >= 1.13.1-03
AutoReqProv: no
+Provides: e-smith-oidentd
%description
-e-smith server and gateway software - ident daemon
+smeserver server and gateway software - ident daemon
%changelog
+* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-5.sme
+- Rename to smeserver-oidentd [SME: 12359]
+
* Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-4.sme
- Roll up patches and move to git repo [SME: 12338]