3 Commits

Author SHA1 Message Date
ea21ca0d85 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
d30ac90434 Update 2024-03-23 12:11:54 +00:00
Trevor Batley
5173b788e0 rename-e-smith-pkg script (#12359) 2024-03-11 10:10:46 +11:00
3 changed files with 28 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-proxy # Makefile for source rpm: smeserver-proxy
# $Id: Makefile,v 1.1 2016/02/05 21:48:49 stephdl Exp $ # $Id: Makefile,v 1.1 2016/02/05 21:48:49 stephdl Exp $
NAME := e-smith-proxy NAME := smeserver-proxy
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-proxy # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-proxy
SMEServer Koozali developed git repo for e-smith-proxy smeserver SMEServer Koozali developed git repo for smeserver-proxy 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-proxy&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-proxy&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-proxy) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-proxy&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
@@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
*Once it has been checked, then this comment will be deleted* *Once it has been checked, then this comment will be deleted*
<br /> <br />
The e-smith-Proxy software is a powerful Linux-based server that provides a secure and reliable platform for hosting web sites. It is designed to be highly customizable and can be used to host a variety of services, from web sites to email and file sharing. It is an excellent choice for businesses and organizations that need a reliable, secure and powerful server hosting solution. It is easy to set up and manage, and can be used for a wide range of purposes. With its robust security and scalability capabilities, e-smith-Proxy is a great option for hosting web sites. The smeserver-Proxy software is a powerful Linux-based server that provides a secure and reliable platform for hosting web sites. It is designed to be highly customizable and can be used to host a variety of services, from web sites to email and file sharing. It is an excellent choice for businesses and organizations that need a reliable, secure and powerful server hosting solution. It is easy to set up and manage, and can be used for a wide range of purposes. With its robust security and scalability capabilities, smeserver-Proxy is a great option for hosting web sites.

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-proxy.spec,v 1.13 2023/02/06 05:06:15 jpp Exp $ # $Id: e-smith-proxy.spec,v 1.13 2023/02/06 05:06:15 jpp Exp $
Summary: e-smith server and gateway - proxy module Summary: smeserver server and gateway - proxy module
%define name e-smith-proxy %define name smeserver-proxy
Name: %{name} Name: %{name}
%define version 5.6.0 %define version 11.0.0
%define release 13 %define release 2
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -13,21 +13,31 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-base Requires: smeserver-base
Requires: squid Requires: squid
Requires: e-smith-lib >= 1.15.1-19 Requires: smeserver-lib >= 1.15.1-19
Requires: iptables Requires: iptables
Requires: e-smith-formmagick >= 1.4.0-9 Requires: smeserver-formmagick >= 1.4.0-9
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
Requires: e-smith-email >= 5.2.0-5 Requires: smeserver-email >= 5.2.0-5
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Obsoletes: e-smith-transproxy Obsoletes: e-smith-transproxy
AutoReqProv: no AutoReqProv: no
Provides: e-smith-proxy
%description %description
e-smith server and gateway software - proxy module. smeserver server and gateway software - proxy module.
%changelog %changelog
* 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> 5.6.0-14.sme
- Rename to smeserver-proxy [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.6.0-13.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 5.6.0-13.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]