rename-e-smith-pkg script (#12359)

This commit is contained in:
Trevor Batley 2024-03-11 10:09:23 +11:00
parent 4094d29da6
commit f812bc9573
3 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-portforwarding # Makefile for source rpm: smeserver-portforwarding
# $Id: Makefile,v 1.1 2016/02/05 22:00:01 stephdl Exp $ # $Id: Makefile,v 1.1 2016/02/05 22:00:01 stephdl Exp $
NAME := e-smith-portforwarding NAME := smeserver-portforwarding
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common 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-portforwarding # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-portforwarding
SMEServer Koozali developed git repo for e-smith-portforwarding smeserver SMEServer Koozali developed git repo for smeserver-portforwarding smeserver
## Wiki ## Wiki
<br />https://wiki.koozali.org/ <br />https://wiki.koozali.org/
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-portforwarding&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-portforwarding&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-portforwarding) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-portforwarding&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 ## Description

View File

@ -1,10 +1,10 @@
# $Id: e-smith-portforwarding.spec,v 1.3 2021/01/06 20:31:11 jpp Exp $ # $Id: e-smith-portforwarding.spec,v 1.3 2021/01/06 20:31:11 jpp Exp $
Summary: portforwarding panel for SME Server Summary: portforwarding panel for SME Server
%define name e-smith-portforwarding %define name smeserver-portforwarding
Name: %{name} Name: %{name}
%define version 2.6.0 %define version 2.6.0
%define release 4 %define release 5
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -21,10 +21,14 @@ BuildRequires: e-smith-devtools >= 1.13.1-03
Obsoletes: e-smith-ipportfw dmc-mitel-portforwarding Obsoletes: e-smith-ipportfw dmc-mitel-portforwarding
AutoReqProv: no AutoReqProv: no
Provides: e-smith-portforwarding
%description %description
Adds a Port Forwarding panel to the SME server-manager. Adds a Port Forwarding panel to the SME server-manager.
%changelog %changelog
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-5.sme
- Rename to smeserver-portforwarding [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-4.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-4.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]