4 Commits

Author SHA1 Message Date
75ffeaa08c * Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- conflict with smeserver-proxy
2024-03-25 23:58:45 -04:00
7e71690a97 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
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 30 additions and 16 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 $
NAME := e-smith-apache
NAME := smeserver-apache
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-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
<br />https://wiki.koozali.org/
## 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

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-apache.spec,v 1.27 2022/10/07 09:04:44 terryfage Exp $
Summary: e-smith server and gateway - apache module
%define name e-smith-apache
Summary: smeserver server and gateway - apache module
%define name smeserver-apache
Name: %{name}
%define version 2.6.0
%define release 24
%define version 11.0.0
%define release 3
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -13,9 +13,9 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: e-smith-base >= 4.15.1
Requires: e-smith-lib >= 1.15.1-19
Requires: e-smith-daemontools >= 1.7.1-01
Requires: smeserver-base >= 4.15.1
Requires: smeserver-lib >= 1.15.1-19
Requires: smeserver-daemontools >= 1.7.1-01
Requires: mod_ssl
Requires: mod_authnz_external
Obsoletes: distcache <= 1.4.5
@@ -23,16 +23,17 @@ Obsoletes: mod_auth_external
Obsoletes: e-smith-proxypass
Obsoletes: e-smith-apache-proxy
# for the new httpd 2.4 syntax
Conflicts: e-smith-ibays < 2.6.0-19
Conflicts: smeserver-ibays < 2.6.0-19
Conflicts: smeserver-horde < 1.0.0-32
Conflicts: smeserver-php < 3.0.0-43
Conflicts: e-smith-proxy < 5.6.0-11
Conflicts: smeserver-proxy < 5.6.0-11
Conflicts: e-smith-manager < 2.8.0-36
AutoReqProv: no
BuildRequires: e-smith-devtools >= 1.11.0-12
BuildRequires: smeserver-devtools >= 1.11.0-12
Provides: e-smith-apache = %{version}-%{release}
%description
e-smith server and gateway software - apache module.
smeserver server and gateway software - apache module.
%prep
%setup
@@ -69,6 +70,18 @@ if [ $1 -gt 1 ] ; then
fi
%changelog
* Mon Mar 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- conflict with smeserver-proxy
* 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-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
- Roll up patches and move to git repo [SME: 12338]