3 Commits

Author SHA1 Message Date
d8d8064162 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:49 +00:00
4aec3bbe6e Update 2024-03-23 12:11:54 +00:00
Trevor Batley
df9ae7ae48 rename-e-smith-pkg script (#12359) 2024-03-11 10:04:32 +11:00
3 changed files with 22 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-lib
# Makefile for source rpm: smeserver-lib
# $Id: Makefile,v 1.1 2016/02/05 22:44:50 stephdl Exp $
NAME := e-smith-lib
NAME := smeserver-lib
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-lib
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-lib
SMEServer Koozali developed git repo for e-smith-lib smeserver
SMEServer Koozali developed git repo for smeserver-lib smeserver
## Wiki
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-lib&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-lib&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-lib) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-lib&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

@@ -2,11 +2,11 @@
%define copykooz 2013-2021
Summary: e-smith server and gateway - library module
%define name e-smith-lib
Summary: smeserver server and gateway - library module
%define name smeserver-lib
Name: %{name}
%define version 2.6.0
%define release 17
%define version 11.0.0
%define release 2
Version: %{version}
Release: %{release}%{?dist}
License: Artistic
@@ -15,7 +15,7 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
BuildRequires: e-smith-devtools >= 1.6.3-01
BuildRequires: smeserver-devtools >= 1.6.3-01
Obsoletes: %{name}-Tai64n
Obsoletes: whiptail
Requires(pre): e-smith
@@ -28,10 +28,20 @@ Requires: perl(Net::IPv4Addr) >= 0.10
Requires: perl(Taint::Util)
Requires: pciutils
Provides: e-smith-lib
%description
e-smith server and gateway software - library module.
smeserver server and gateway software - library module.
%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-18.sme
- Rename to smeserver-lib [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-17.sme
- Roll up patches and move to git repo [SME: 12338]
- Remove create e-smith-lib-update event [SME: 12338]