rename-e-smith-pkg script (#12359)
This commit is contained in:
parent
9510d1a360
commit
e734e5115b
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
|||||||
# Makefile for source rpm: e-smith-base
|
# Makefile for source rpm: smeserver-base
|
||||||
# $Id: Makefile,v 1.1 2016/02/04 23:18:11 vip-ire Exp $
|
# $Id: Makefile,v 1.1 2016/02/04 23:18:11 vip-ire Exp $
|
||||||
NAME := e-smith-base
|
NAME := smeserver-base
|
||||||
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-base
|
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-base
|
||||||
|
|
||||||
SMEServer Koozali developed git repo for e-smith-base smeserver
|
SMEServer Koozali developed git repo for smeserver-base 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-base&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-base&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-base) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-base&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-base.spec,v 1.153 2023/08/14 18:55:09 jpp Exp $
|
# $Id: e-smith-base.spec,v 1.153 2023/08/14 18:55:09 jpp Exp $
|
||||||
|
|
||||||
Summary: e-smith server and gateway - base module
|
Summary: smeserver server and gateway - base module
|
||||||
%define name e-smith-base
|
%define name smeserver-base
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 5.8.1
|
%define version 5.8.1
|
||||||
%define release 30
|
%define release 31
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -66,8 +66,9 @@ Requires: gdisk
|
|||||||
%define dbfiles accounts configuration domains hosts networks
|
%define dbfiles accounts configuration domains hosts networks
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
|
Provides: e-smith-base
|
||||||
%description
|
%description
|
||||||
e-smith server and gateway software - base module.
|
smeserver server and gateway software - base module.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
@ -179,6 +180,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 5.8.1-31.sme
|
||||||
|
- Rename to smeserver-base [SME: 12359]
|
||||||
|
|
||||||
* Thu Oct 26 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.8.1-30.sme
|
* Thu Oct 26 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.8.1-30.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