diff --git a/Makefile b/Makefile index fee2537..b09c159 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-openssh +# Makefile for source rpm: smeserver-openssh # $Id: Makefile,v 1.1 2016/02/05 22:15:50 stephdl Exp $ -NAME := e-smith-openssh +NAME := smeserver-openssh SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 0650a26..9b9cc9b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-openssh +# smeserver-openssh -SMEServer Koozali developed git repo for e-smith-openssh smeserver +SMEServer Koozali developed git repo for smeserver-openssh smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-openssh&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-openssh&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-openssh) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-openssh&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-openssh.spec b/smeserver-openssh.spec similarity index 98% rename from e-smith-openssh.spec rename to smeserver-openssh.spec index 790e0ac..44cf462 100644 --- a/e-smith-openssh.spec +++ b/smeserver-openssh.spec @@ -1,10 +1,10 @@ # $Id: e-smith-openssh.spec,v 1.12 2023/07/13 02:38:42 trevorb Exp $ -Summary: e-smith module to configure and enable ssh -%define name e-smith-openssh +Summary: smeserver module to configure and enable ssh +%define name smeserver-openssh Name: %{name} %define version 2.6.0 -%define release 8 +%define release 9 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -23,6 +23,9 @@ Requires: runit AutoReqProv: no %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-9.sme +- Rename to smeserver-openssh [SME: 12359] + * Thu Jul 13 2023 cvs2git.sh aka Brian Read 2.6.0-8.sme - Roll up patches and move to git repo [SME: 12338] @@ -638,8 +641,9 @@ AutoReqProv: no * Thu May 11 2000 Charlie Brady - Change rc?.d directory from 3 to 7. +Provides: e-smith-openssh %description -e-smith server enhancement to configure and enable openssh +smeserver server enhancement to configure and enable openssh %prep %setup