From f86670d07f68992a5f3961ae685a86e662118439 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 10:12:20 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 7 ++++--- e-smith-quota.spec => smeserver-quota.spec | 12 ++++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) rename e-smith-quota.spec => smeserver-quota.spec (98%) diff --git a/Makefile b/Makefile index 9389c4a..ac7bb0e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-quota +# Makefile for source rpm: smeserver-quota # $Id: Makefile,v 1.1 2016/02/05 21:40:00 stephdl Exp $ -NAME := e-smith-quota +NAME := smeserver-quota SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index ec5600e..aa18154 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-quota +# smeserver-quota -SMEServer Koozali developed git repo for e-smith-quota smeserver +SMEServer Koozali developed git repo for smeserver-quota smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-quota&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-quota&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-quota) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-quota&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-quota.spec b/smeserver-quota.spec similarity index 98% rename from e-smith-quota.spec rename to smeserver-quota.spec index 77f83d6..7a44db0 100644 --- a/e-smith-quota.spec +++ b/smeserver-quota.spec @@ -1,10 +1,10 @@ # $Id: e-smith-quota.spec,v 1.5 2021/01/06 21:03:58 jpp Exp $ -Summary: e-smith server and gateway - quota module -%define name e-smith-quota +Summary: smeserver server and gateway - quota module +%define name smeserver-quota Name: %{name} %define version 2.6.0 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -20,10 +20,14 @@ BuildRequires: e-smith-devtools >= 1.11.0-03 BuildRequires: gettext AutoReqProv: no +Provides: e-smith-quota %description -e-smith server and gateway software - quota module. +smeserver server and gateway software - quota module. %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-7.sme +- Rename to smeserver-quota [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-6.sme - Roll up patches and move to git repo [SME: 12338]