4 Commits

Author SHA1 Message Date
Trevor Batley
d19bc9a99a change directory for *uidgid and multilog to /usr/bin 2024-03-30 11:06:50 +11:00
e6b4671ee0 change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
9b3d5f407e Update 2024-03-23 12:11:54 +00:00
Trevor Batley
058c83bcdd rename-e-smith-pkg script (#12359) 2024-03-11 09:56:37 +11:00
5 changed files with 30 additions and 16 deletions

View File

@@ -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 $ # $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)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common 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-dnscache # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-dnscache
SMEServer Koozali developed git repo for e-smith-dnscache smeserver SMEServer Koozali developed git repo for smeserver-dnscache smeserver
## Wiki ## Wiki
<br />https://wiki.koozali.org/ <br />https://wiki.koozali.org/
## Bugzilla ## 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 ## Description

View File

@@ -22,7 +22,7 @@
#---------------------------------------------------------------------- #----------------------------------------------------------------------
exec \ exec \
/usr/local/bin/setuidgid dnslog \ /usr/bin/setuidgid dnslog \
/usr/local/bin/multilog t s5000000 \ /usr/bin/multilog t s5000000 \
/var/log/dnscache.forwarder /var/log/dnscache.forwarder

View File

@@ -22,7 +22,7 @@
#---------------------------------------------------------------------- #----------------------------------------------------------------------
exec \ exec \
/usr/local/bin/setuidgid dnslog \ /usr/bin/setuidgid dnslog \
/usr/local/bin/multilog t s5000000 \ /usr/bin/multilog t s5000000 \
/var/log/dnscache /var/log/dnscache

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-dnscache.spec,v 1.10 2021/03/16 19:04:01 jpp Exp $ # $Id: e-smith-dnscache.spec,v 1.10 2021/03/16 19:04:01 jpp Exp $
Summary: e-smith module to configure dnscache Summary: smeserver module to configure dnscache
%define name e-smith-dnscache %define name smeserver-dnscache
Name: %{name} Name: %{name}
%define version 2.6.0 %define version 11.0.0
%define release 11 %define release 3
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -13,16 +13,29 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-lib >= 1.15.1-19 Requires: smeserver-lib >= 1.15.1-19
Requires: djbdns Requires: djbdns
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
AutoReqProv: no AutoReqProv: no
Provides: e-smith-dnscache
%description %description
e-smith server enhancement to configure and run dnscache as a smeserver server enhancement to configure and run dnscache as a
caching nameserver caching nameserver
%changelog %changelog
* Sat Mar 30 2024 Trevor Batley ,trevor@batley.id.au> 11.0.0-3.sme
- change directory for *uidgid and multilog to /usr/bin [SME: 12566]
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
- Change Requires: e-smith- to Requires:smeserver-
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-12.sme
- Rename to smeserver-dnscache [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-11.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-11.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]