rename-e-smith-pkg script (#12359)

This commit is contained in:
Trevor Batley 2024-03-11 10:04:32 +11:00
parent a527984040
commit df9ae7ae48
3 changed files with 14 additions and 9 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 release 18
Version: %{version}
Release: %{release}%{?dist}
License: Artistic
@ -28,10 +28,14 @@ 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
* 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]