From 76a7c1515846226bd4f37bf594cc49316c06750f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Mar 2024 10:02:23 +1100 Subject: [PATCH] rename-e-smith-pkg script (#12359) --- Makefile | 4 ++-- README.md | 9 +++++---- e-smith-hosts.spec => smeserver-hosts.spec | 12 ++++++++---- 3 files changed, 15 insertions(+), 10 deletions(-) rename e-smith-hosts.spec => smeserver-hosts.spec (99%) diff --git a/Makefile b/Makefile index c5cdbe3..dbcfef3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-hosts +# Makefile for source rpm: smeserver-hosts # $Id: Makefile,v 1.1 2016/02/05 22:56:04 stephdl Exp $ -NAME := e-smith-hosts +NAME := smeserver-hosts SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index a584c92..7bae729 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-hosts +# smeserver-hosts -SMEServer Koozali developed git repo for e-smith-hosts smeserver +SMEServer Koozali developed git repo for smeserver-hosts smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-hosts&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-hosts&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-hosts) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-hosts&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 @@ -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*
-e-smith-hosts is a software used to manage the local and remote addresses of a network. It is a powerful tool for network administrators that allows them to maintain secure and efficient networks. It can be used to add and remove IP addresses and hostnames of local and remote computers, and it also allows users to define DNS records for each host. It also lets administrators maintain an efficient firewall configuration, which is essential in preventing malicious attacks and data breaches. e-smith-hosts is a powerful and versatile tool that can help administrators maintain a secure and efficient network. +smeserver-hosts is a software used to manage the local and remote addresses of a network. It is a powerful tool for network administrators that allows them to maintain secure and efficient networks. It can be used to add and remove IP addresses and hostnames of local and remote computers, and it also allows users to define DNS records for each host. It also lets administrators maintain an efficient firewall configuration, which is essential in preventing malicious attacks and data breaches. smeserver-hosts is a powerful and versatile tool that can help administrators maintain a secure and efficient network. diff --git a/e-smith-hosts.spec b/smeserver-hosts.spec similarity index 99% rename from e-smith-hosts.spec rename to smeserver-hosts.spec index 426e207..2a43df6 100644 --- a/e-smith-hosts.spec +++ b/smeserver-hosts.spec @@ -1,9 +1,9 @@ # $Id: e-smith-hosts.spec,v 1.7 2021/01/06 19:54:15 jpp Exp $ -Summary: e-smith module for managing hosts entries -Name: e-smith-hosts +Summary: smeserver module for managing hosts entries +Name: smeserver-hosts %define version 2.6.0 -%define release 7 +%define release 8 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -21,11 +21,15 @@ BuildRequires: e-smith-devtools BuildArchitectures: noarch AutoReqProv: no +Provides: e-smith-hosts %description -e-smith module to allow the configuration of the hosts database, which is +smeserver module to allow the configuration of the hosts database, which is used to build the DNS and DHCP configuration. %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-8.sme +- Rename to smeserver-hosts [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-7.sme - Roll up patches and move to git repo [SME: 12338]