diff --git a/Makefile b/Makefile index be058cf..ab60c9d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# Makefile for source rpm: e-smith-dnscache +# Makefile for source rpm: smeserver-dnscache # $Id: Makefile,v 1.1 2016/02/04 23:29:18 vip-ire Exp $ -NAME := e-smith-dnscache +NAME := smeserver-dnscache SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common diff --git a/README.md b/README.md index 9874486..d23588b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -# e-smith-dnscache +# smeserver-dnscache -SMEServer Koozali developed git repo for e-smith-dnscache smeserver +SMEServer Koozali developed git repo for smeserver-dnscache smeserver ## Wiki
https://wiki.koozali.org/ ## Bugzilla -Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-dnscache&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-dnscache&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-dnscache) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-dnscache&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-dnscache.spec b/smeserver-dnscache.spec similarity index 98% rename from e-smith-dnscache.spec rename to smeserver-dnscache.spec index bb04bdb..03ca72f 100644 --- a/e-smith-dnscache.spec +++ b/smeserver-dnscache.spec @@ -1,10 +1,10 @@ # $Id: e-smith-dnscache.spec,v 1.10 2021/03/16 19:04:01 jpp Exp $ -Summary: e-smith module to configure dnscache -%define name e-smith-dnscache +Summary: smeserver module to configure dnscache +%define name smeserver-dnscache Name: %{name} %define version 2.6.0 -%define release 11 +%define release 12 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -18,11 +18,15 @@ Requires: djbdns BuildRequires: e-smith-devtools AutoReqProv: no +Provides: e-smith-dnscache %description -e-smith server enhancement to configure and run dnscache as a +smeserver server enhancement to configure and run dnscache as a caching nameserver %changelog +* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley 2.6.0-12.sme +- Rename to smeserver-dnscache [SME: 12359] + * Wed Jul 12 2023 cvs2git.sh aka Brian Read 2.6.0-11.sme - Roll up patches and move to git repo [SME: 12338]