3 Commits

Author SHA1 Message Date
b7f4667133 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
8071eef772 Update 2024-03-23 12:11:54 +00:00
Trevor Batley
d315bfa3c5 rename-e-smith-pkg script (#12359) 2024-03-11 10:14:30 +11:00
3 changed files with 24 additions and 13 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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 version 11.0.0
%define release 2
Version: %{version}
Release: %{release}%{?dist}
License: Artistic
@@ -17,13 +17,23 @@ Requires: perl(WWW::Automate) >= 0.20
Requires: perl(Test::Simple) >= 0.41
Requires: perl(Test::Inline) >= 0.14
Requires: perl(Test::Harness::Straps) >= 0.10
Requires: e-smith-lib >= 1.9.35
BuildRequires: e-smith-devtools >= 1.7.1
Requires: smeserver-lib >= 1.9.35
BuildRequires: smeserver-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
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
- Change Requires: e-smith- to Requires:smeserver-
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
* 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]