Compare commits
2 Commits
11_0_0-1_e
...
11_0_0-3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b00815cdcb | ||
cb76d37cef |
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
|
||||
/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 \
|
||||
/usr/local/bin/setuidgid dnslog \
|
||||
/usr/local/bin/multilog t s5000000 \
|
||||
/usr/bin/setuidgid dnslog \
|
||||
/usr/bin/multilog t s5000000 \
|
||||
/var/log/tinydns
|
||||
|
@@ -4,5 +4,5 @@ exec 2>&1
|
||||
exec envdir ./env sh -c '
|
||||
exec envuidgid dns \
|
||||
softlimit -d "$DATALIMIT" \
|
||||
/usr/local/bin/tinydns
|
||||
/usr/bin/tinydns
|
||||
'
|
||||
|
@@ -4,7 +4,7 @@ Summary: smeserver module to configure tinydns
|
||||
%define name smeserver-tinydns
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 1
|
||||
%define release 3
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -12,18 +12,24 @@ 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
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user