From df9ae7ae481fc8e4bdce6909cfbad2c9c91b2150 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 10:04:32 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 7 ++++--- e-smith-lib.spec => smeserver-lib.spec | 12 ++++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) rename e-smith-lib.spec => smeserver-lib.spec (99%) diff --git a/Makefile b/Makefile index 68b7dd1..5918752 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 2b2072f..bf955f1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-lib +# smeserver-lib -SMEServer Koozali developed git repo for e-smith-lib smeserver +SMEServer Koozali developed git repo for smeserver-lib smeserver ## Wiki
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 diff --git a/e-smith-lib.spec b/smeserver-lib.spec similarity index 99% rename from e-smith-lib.spec rename to smeserver-lib.spec index 7c6b2bd..4ecde5b 100644 --- a/e-smith-lib.spec +++ b/smeserver-lib.spec @@ -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 2.6.0-18.sme +- Rename to smeserver-lib [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-17.sme - Roll up patches and move to git repo [SME: 12338] - Remove create e-smith-lib-update event [SME: 12338]