3 Commits

Author SHA1 Message Date
4c707c5449 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
90b541eaec Update 2024-03-23 12:11:54 +00:00
Trevor Batley
d540eb3010 rename-e-smith-pkg script (#12359) 2024-03-11 10:02:48 +11:00
3 changed files with 26 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-ibays # Makefile for source rpm: smeserver-ibays
# $Id: Makefile,v 1.1 2016/02/05 22:53:13 stephdl Exp $ # $Id: Makefile,v 1.1 2016/02/05 22:53:13 stephdl Exp $
NAME := e-smith-ibays NAME := smeserver-ibays
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-ibays # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-ibays
SMEServer Koozali developed git repo for e-smith-ibays smeserver SMEServer Koozali developed git repo for smeserver-ibays 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-ibays&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-ibays&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-ibays) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-ibays&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 />
E-Smith-iBays is a powerful and versatile software package developed by e-smith. It provides users with the ability to easily create and manage virtual file systems on their Linux-based systems. This allows users to securely store their data and files in a virtual environment with a high degree of control. The software is easy to use and allows users to manage their files and data using a simple, intuitive web based interface. E-Smith-iBays also offers advanced features such as backup and restore, encryption, and access control for users. Additionally, the software provides an extensive library of plugins which can be used to customize the system to the user's needs. Overall, E-Smith-iBays is a great choice for users looking for a reliable and secure file system management solution. E-Smith-iBays is a powerful and versatile software package developed by smeserver. It provides users with the ability to easily create and manage virtual file systems on their Linux-based systems. This allows users to securely store their data and files in a virtual environment with a high degree of control. The software is easy to use and allows users to manage their files and data using a simple, intuitive web based interface. E-Smith-iBays also offers advanced features such as backup and restore, encryption, and access control for users. Additionally, the software provides an extensive library of plugins which can be used to customize the system to the user's needs. Overall, E-Smith-iBays is a great choice for users looking for a reliable and secure file system management solution.

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-ibays.spec,v 1.21 2022/05/27 02:02:31 jpp Exp $ # $Id: e-smith-ibays.spec,v 1.21 2022/05/27 02:02:31 jpp Exp $
Summary: e-smith server and gateway - ibays module Summary: smeserver server and gateway - ibays module
%define name e-smith-ibays %define name smeserver-ibays
Name: %{name} Name: %{name}
%define version 2.6.0 %define version 11.0.0
%define release 20 %define release 2
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -13,20 +13,30 @@ 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 >= 4.13.15-76 Requires: smeserver-base >= 4.13.15-76
Requires: perl(CGI::FormMagick) Requires: perl(CGI::FormMagick)
Requires: e-smith-formmagick >= 1.4.0-12 Requires: smeserver-formmagick >= 1.4.0-12
#Conflicts: e-smith-apache < 0.1.1 #Conflicts: e-smith-apache < 0.1.1
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
BuildRequires: perl, perl(Test::Inline) BuildRequires: perl, perl(Test::Inline)
BuildRequires: e-smith-devtools >= 1.11.0-03 BuildRequires: smeserver-devtools >= 1.11.0-03
AutoReqProv: no AutoReqProv: no
Provides: e-smith-ibays
%description %description
e-smith server and gateway software - ibays module. smeserver server and gateway software - ibays 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> 2.6.0-21.sme
- Rename to smeserver-ibays [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-20.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-20.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]