6 Commits

Author SHA1 Message Date
cae4202143 * Tue Apr 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- revert path for tinydns-data and tinydns [SME: 12566]
- change update event name
2024-04-02 23:46:01 -04:00
Trevor Batley
b00815cdcb change directory for *uidgid and multilog to /usr/bin 2024-03-30 09:32:52 +11:00
cb76d37cef change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
e7f2da7cfc Move provides in spec file to not after changelog 2024-03-23 13:55:23 +00:00
e3320ea45b Update 2024-03-23 12:11:54 +00:00
Trevor Batley
cf1771c62b rename-e-smith-pkg script (#12359) 2024-03-11 10:14:54 +11:00
5 changed files with 38 additions and 19 deletions

View File

@@ -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 $
NAME := e-smith-tinydns
NAME := smeserver-tinydns
SPECFILE = $(firstword $(wildcard *.spec))
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-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
<br />https://wiki.koozali.org/
## 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

View File

@@ -5,7 +5,7 @@ use strict;
use esmith::Build::CreateLinks qw(:all);
#-------------------------------------------------------------------
# actions for bootstrap-console-save event, e-smith-tinydns-update :
# actions for bootstrap-console-save event, smeserver-tinydns-update :
#-------------------------------------------------------------------
foreach (qw(
env/IP
@@ -15,7 +15,7 @@ foreach (qw(
{
templates2events("/var/service/tinydns/$_", qw(
bootstrap-console-save
e-smith-tinydns-update
smeserver-tinydns-update
));
}
@@ -26,9 +26,9 @@ my $event = "ip-change";
safe_symlink("sigusr2", "root/etc/e-smith/events/$event/services2adjust/tinydns");
#--------------------------------------------------
# actions for e-smith-tinydns-update event
# actions for smeserver-tinydns-update event
#--------------------------------------------------
$event = "e-smith-tinydns-update";
$event = "smeserver-tinydns-update";
safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/tinydns");
templates2events("/etc/systemd/system-preset/49-koozali.preset", $event);
event_link("systemd-reload", $event, "89");

View File

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

View File

@@ -1,10 +1,10 @@
# $Id: e-smith-tinydns.spec,v 1.9 2021/03/16 19:09:36 jpp Exp $
Summary: e-smith module to configure tinydns
%define name e-smith-tinydns
Summary: smeserver module to configure tinydns
%define name smeserver-tinydns
Name: %{name}
%define version 2.6.0
%define release 10
%define version 11.0.0
%define release 4
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -12,17 +12,35 @@ Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildRequires: e-smith-devtools
BuildRequires: smeserver-devtools
BuildArchitectures: noarch
Requires: e-smith-base
Requires: smeserver-base
Requires: djbdns
Requires: e-smith-lib >= 1.15.1-19
Requires: e-smith-daemontools >= 1.1.0-02
Requires: smeserver-lib >= 1.15.1-19
Requires: smeserver-daemontools >= 1.1.0-02
Requires: iptables
Obsoletes: tinydns-initscripts
Provides: e-smith-tinydns
AutoReqProv: no
%changelog
* Tue Apr 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- revert path for tinydns-data and tinydns [SME: 12566]
- change update event name
* 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
- Roll up patches and move to git repo [SME: 12338]