rename-e-smith-pkg script (#12359)
This commit is contained in:
parent
9a57a15f5f
commit
47208d46e8
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
# Makefile for source rpm: e-smith-apache
|
# Makefile for source rpm: smeserver-apache
|
||||||
# $Id: Makefile,v 1.1 2016/02/04 18:31:19 vip-ire Exp $
|
# $Id: Makefile,v 1.1 2016/02/04 18:31:19 vip-ire Exp $
|
||||||
NAME := e-smith-apache
|
NAME := smeserver-apache
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
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-apache
|
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-apache
|
||||||
|
|
||||||
SMEServer Koozali developed git repo for e-smith-apache smeserver
|
SMEServer Koozali developed git repo for smeserver-apache 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-apache&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-apache&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-apache) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-apache&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
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $Id: e-smith-apache.spec,v 1.27 2022/10/07 09:04:44 terryfage Exp $
|
# $Id: e-smith-apache.spec,v 1.27 2022/10/07 09:04:44 terryfage Exp $
|
||||||
|
|
||||||
Summary: e-smith server and gateway - apache module
|
Summary: smeserver server and gateway - apache module
|
||||||
%define name e-smith-apache
|
%define name smeserver-apache
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 2.6.0
|
%define version 2.6.0
|
||||||
%define release 24
|
%define release 25
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -31,8 +31,9 @@ Conflicts: e-smith-manager < 2.8.0-36
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
BuildRequires: e-smith-devtools >= 1.11.0-12
|
BuildRequires: e-smith-devtools >= 1.11.0-12
|
||||||
|
|
||||||
|
Provides: e-smith-apache
|
||||||
%description
|
%description
|
||||||
e-smith server and gateway software - apache module.
|
smeserver server and gateway software - apache module.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
@ -69,6 +70,9 @@ if [ $1 -gt 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-25.sme
|
||||||
|
- Rename to smeserver-apache [SME: 12359]
|
||||||
|
|
||||||
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-24.sme
|
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-24.sme
|
||||||
- Roll up patches and move to git repo [SME: 12338]
|
- Roll up patches and move to git repo [SME: 12338]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user