From d315bfa3c5d991e6eab277a12bd8e24f88e60739 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 10:14:30 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 9 +++++---- e-smith-test.spec => smeserver-test.spec | 12 ++++++++---- 3 files changed, 15 insertions(+), 10 deletions(-) rename e-smith-test.spec => smeserver-test.spec (96%) diff --git a/Makefile b/Makefile index 4c2f896..3746d4a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-test +# Makefile for source rpm: smeserver-test # $Id: Makefile,v 1.1 2016/02/05 17:12:41 stephdl Exp $ -NAME := e-smith-test +NAME := smeserver-test SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 1c07efc..265c626 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-test +# smeserver-test -SMEServer Koozali developed git repo for e-smith-test smeserver +SMEServer Koozali developed git repo for smeserver-test smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-test&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-test&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-test) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-test&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-test is a software developed by E-Smith Technologies that helps companies to simplify the process of testing their networks and applications. It provides an easy-to-use interface to quickly and accurately simulate the behaviour of an application in a real world environment. With e-smith-test, users are able to create tests of network applications by combining a large set of variables and conditions. It also allows users to run tests remotely, over multiple platforms and operating systems. In addition, it also allows users to automatically generate reports for detailed analysis and to track the performance of their applications. With this software, companies can easily optimize the performance of their networks and applications, while ensuring high quality and reliability. +smeserver-test is a software developed by E-Smith Technologies that helps companies to simplify the process of testing their networks and applications. It provides an easy-to-use interface to quickly and accurately simulate the behaviour of an application in a real world environment. With smeserver-test, users are able to create tests of network applications by combining a large set of variables and conditions. It also allows users to run tests remotely, over multiple platforms and operating systems. In addition, it also allows users to automatically generate reports for detailed analysis and to track the performance of their applications. With this software, companies can easily optimize the performance of their networks and applications, while ensuring high quality and reliability. diff --git a/e-smith-test.spec b/smeserver-test.spec similarity index 96% rename from e-smith-test.spec rename to smeserver-test.spec index 4038a56..08a9ec9 100644 --- a/e-smith-test.spec +++ b/smeserver-test.spec @@ -1,10 +1,10 @@ # $Id: e-smith-test.spec,v 1.5 2021/01/06 03:44:49 jpp Exp $ -Summary: e-smith server and gateway - testing infrastructure module -%define name e-smith-test +Summary: smeserver server and gateway - testing infrastructure module +%define name smeserver-test Name: %{name} %define version 2.6.0 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: Artistic @@ -20,10 +20,14 @@ Requires: perl(Test::Harness::Straps) >= 0.10 Requires: e-smith-lib >= 1.9.35 BuildRequires: e-smith-devtools >= 1.7.1 +Provides: e-smith-test %description -e-smith server and gateway software - testing infrastructure module. +smeserver server and gateway software - testing infrastructure module. %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-7.sme +- Rename to smeserver-test [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-6.sme - Roll up patches and move to git repo [SME: 12338]