From 83130f465bfb8b5f62ab67ccf83176d5392948ff Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 09:55:46 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 9 +++++---- ...-cvm-unix-local.spec => smeserver-cvm-unix-local.spec | 8 ++++++-- 3 files changed, 13 insertions(+), 8 deletions(-) rename e-smith-cvm-unix-local.spec => smeserver-cvm-unix-local.spec (95%) diff --git a/Makefile b/Makefile index 80d6f7a..f41c9de 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-cvm-unix-local +# Makefile for source rpm: smeserver-cvm-unix-local # $Id: Makefile,v 1.1 2016/02/04 23:24:32 vip-ire Exp $ -NAME := e-smith-cvm-unix-local +NAME := smeserver-cvm-unix-local SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 7cddd38..095e8cb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-cvm-unix-local +# smeserver-cvm-unix-local -SMEServer Koozali developed git repo for e-smith-cvm-unix-local smeserver +SMEServer Koozali developed git repo for smeserver-cvm-unix-local smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-cvm-unix-local&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-cvm-unix-local&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-cvm-unix-local) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-cvm-unix-local&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-cvm-unix-local is a powerful software package that provides a comprehensive suite of tools to manage and maintain Unix/Linux server systems. It includes a powerful web-based CVM administrator console for managing the system, as well as a host of other utilities and services for streamlined system management. The software allows for the easy and secure deployment of virtual machines, as well as automating system backup and recovery operations. Additionally, e-smith-cvm-unix-local offers a comprehensive set of monitoring tools, allowing for performance analysis and tuning of the system. With its robust and reliable features, e-smith-cvm-unix-local makes it easy to manage and maintain a reliable Unix/Linux server system. +smeserver-cvm-unix-local is a powerful software package that provides a comprehensive suite of tools to manage and maintain Unix/Linux server systems. It includes a powerful web-based CVM administrator console for managing the system, as well as a host of other utilities and services for streamlined system management. The software allows for the easy and secure deployment of virtual machines, as well as automating system backup and recovery operations. Additionally, smeserver-cvm-unix-local offers a comprehensive set of monitoring tools, allowing for performance analysis and tuning of the system. With its robust and reliable features, smeserver-cvm-unix-local makes it easy to manage and maintain a reliable Unix/Linux server system. diff --git a/e-smith-cvm-unix-local.spec b/smeserver-cvm-unix-local.spec similarity index 95% rename from e-smith-cvm-unix-local.spec rename to smeserver-cvm-unix-local.spec index 762fd86..1bfcedb 100644 --- a/e-smith-cvm-unix-local.spec +++ b/smeserver-cvm-unix-local.spec @@ -1,10 +1,10 @@ # $Id: e-smith-cvm-unix-local.spec,v 1.12 2022/05/27 02:14:06 jpp Exp $ Summary: Module for supervising cvm auth daemon -%define name e-smith-cvm-unix-local +%define name smeserver-cvm-unix-local Name: %{name} %define version 2.6.0 -%define release 11 +%define release 12 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -19,10 +19,14 @@ BuildArchitectures: noarch BuildRequires: e-smith-devtools AutoReqProv: no +Provides: e-smith-cvm-unix-local %description Module for supervising cvm auth daemon %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-12.sme +- Rename to smeserver-cvm-unix-local [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-11.sme - Roll up patches and move to git repo [SME: 12338]