2 Commits

Author SHA1 Message Date
13536bab84 Update 2024-03-23 12:11:54 +00:00
Trevor Batley
47208d46e8 rename-e-smith-pkg script (#12359) 2024-03-11 09:54:28 +11:00
3 changed files with 18 additions and 10 deletions

View File

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

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

View File

@@ -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 11.0.0
%define release 24 %define release 1
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,12 @@ if [ $1 -gt 1 ] ; then
fi fi
%changelog %changelog
* 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-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]