Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b00815cdcb | ||
cb76d37cef | |||
e7f2da7cfc | |||
e3320ea45b | |||
![]() |
cf1771c62b |
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# Makefile for source rpm: e-smith-tinydns
|
# Makefile for source rpm: smeserver-tinydns
|
||||||
# $Id: Makefile,v 1.1 2016/02/05 17:04:37 stephdl Exp $
|
# $Id: Makefile,v 1.1 2016/02/05 17:04:37 stephdl Exp $
|
||||||
NAME := e-smith-tinydns
|
NAME := smeserver-tinydns
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
define find-makefile-common
|
||||||
|
@@ -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-tinydns
|
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-tinydns
|
||||||
|
|
||||||
SMEServer Koozali developed git repo for e-smith-tinydns smeserver
|
SMEServer Koozali developed git repo for smeserver-tinydns 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-tinydns&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-tinydns&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-tinydns) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-tinydns&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
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
/sbin/e-smith/expand-template /var/service/tinydns/root/data
|
/sbin/e-smith/expand-template /var/service/tinydns/root/data
|
||||||
cd "/var/service/tinydns/root" && /usr/local/bin/tinydns-data
|
cd "/var/service/tinydns/root" && /usr/bin/tinydns-data
|
||||||
|
@@ -22,6 +22,6 @@
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
exec \
|
exec \
|
||||||
/usr/local/bin/setuidgid dnslog \
|
/usr/bin/setuidgid dnslog \
|
||||||
/usr/local/bin/multilog t s5000000 \
|
/usr/bin/multilog t s5000000 \
|
||||||
/var/log/tinydns
|
/var/log/tinydns
|
||||||
|
@@ -4,5 +4,5 @@ exec 2>&1
|
|||||||
exec envdir ./env sh -c '
|
exec envdir ./env sh -c '
|
||||||
exec envuidgid dns \
|
exec envuidgid dns \
|
||||||
softlimit -d "$DATALIMIT" \
|
softlimit -d "$DATALIMIT" \
|
||||||
/usr/local/bin/tinydns
|
/usr/bin/tinydns
|
||||||
'
|
'
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
# $Id: e-smith-tinydns.spec,v 1.9 2021/03/16 19:09:36 jpp Exp $
|
# $Id: e-smith-tinydns.spec,v 1.9 2021/03/16 19:09:36 jpp Exp $
|
||||||
|
|
||||||
Summary: e-smith module to configure tinydns
|
Summary: smeserver module to configure tinydns
|
||||||
%define name e-smith-tinydns
|
%define name smeserver-tinydns
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 2.6.0
|
%define version 11.0.0
|
||||||
%define release 10
|
%define release 3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -12,17 +12,31 @@ Group: Networking/Daemons
|
|||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: e-smith-devtools
|
BuildRequires: smeserver-devtools
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
Requires: e-smith-base
|
Requires: smeserver-base
|
||||||
Requires: djbdns
|
Requires: djbdns
|
||||||
Requires: e-smith-lib >= 1.15.1-19
|
Requires: smeserver-lib >= 1.15.1-19
|
||||||
Requires: e-smith-daemontools >= 1.1.0-02
|
Requires: smeserver-daemontools >= 1.1.0-02
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
Obsoletes: tinydns-initscripts
|
Obsoletes: tinydns-initscripts
|
||||||
|
Provides: e-smith-tinydns
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%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]
|
||||||
|
- Move Provides: from after Changelog
|
||||||
|
|
||||||
|
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-11.sme
|
||||||
|
- Rename to smeserver-tinydns [SME: 12359]
|
||||||
|
|
||||||
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-10.sme
|
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-10.sme
|
||||||
- Roll up patches and move to git repo [SME: 12338]
|
- Roll up patches and move to git repo [SME: 12338]
|
||||||
|
|
Reference in New Issue
Block a user