rename-e-smith-pkg script (#12359)
This commit is contained in:
parent
b7c1628cf6
commit
d315bfa3c5
4
Makefile
4
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
|
||||
|
@ -1,12 +1,13 @@
|
||||
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> e-smith-test
|
||||
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-test
|
||||
|
||||
SMEServer Koozali developed git repo for e-smith-test smeserver
|
||||
SMEServer Koozali developed git repo for smeserver-test smeserver
|
||||
|
||||
## Wiki
|
||||
<br />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*
|
||||
<br />
|
||||
|
||||
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.
|
||||
|
@ -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 <trevor@batley.id.au> 2.6.0-7.sme
|
||||
- Rename to smeserver-test [SME: 12359]
|
||||
|
||||
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-6.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
Loading…
Reference in New Issue
Block a user