From 47208d46e86e7a5ffb4bedb0cf277ee06bd26b6b Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 09:54:28 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 7 ++++--- e-smith-apache.spec => smeserver-apache.spec | 12 ++++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) rename e-smith-apache.spec => smeserver-apache.spec (98%) diff --git a/Makefile b/Makefile index 66c3bfb..5610b79 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-apache +# Makefile for source rpm: smeserver-apache # $Id: Makefile,v 1.1 2016/02/04 18:31:19 vip-ire Exp $ -NAME := e-smith-apache +NAME := smeserver-apache SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 560f1fc..c9ae1ed 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-apache +# smeserver-apache -SMEServer Koozali developed git repo for e-smith-apache smeserver +SMEServer Koozali developed git repo for smeserver-apache smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-apache&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-apache&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-apache) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-apache&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-apache.spec b/smeserver-apache.spec similarity index 98% rename from e-smith-apache.spec rename to smeserver-apache.spec index 6cee958..b92a910 100644 --- a/e-smith-apache.spec +++ b/smeserver-apache.spec @@ -1,10 +1,10 @@ # $Id: e-smith-apache.spec,v 1.27 2022/10/07 09:04:44 terryfage Exp $ -Summary: e-smith server and gateway - apache module -%define name e-smith-apache +Summary: smeserver server and gateway - apache module +%define name smeserver-apache Name: %{name} %define version 2.6.0 -%define release 24 +%define release 25 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -31,8 +31,9 @@ Conflicts: e-smith-manager < 2.8.0-36 AutoReqProv: no BuildRequires: e-smith-devtools >= 1.11.0-12 +Provides: e-smith-apache %description -e-smith server and gateway software - apache module. +smeserver server and gateway software - apache module. %prep %setup @@ -69,6 +70,9 @@ if [ $1 -gt 1 ] ; then fi %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-25.sme +- Rename to smeserver-apache [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-24.sme - Roll up patches and move to git repo [SME: 12338]