|
@@ -3,12 +3,11 @@
|
|
Summary: Fast and lean authoritative DNS Name Server
|
|
Summary: Fast and lean authoritative DNS Name Server
|
|
Summary(ja): 高速で最小限のAuthoritative専用DNSネームサーバ
|
|
Summary(ja): 高速で最小限のAuthoritative専用DNSネームサーバ
|
|
Name: nsd
|
|
Name: nsd
|
|
-Version: 4.3.0
|
|
|
|
-Release: 3%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
|
|
|
+Version: 4.3.1
|
|
|
|
+Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
|
|
License: BSD
|
|
License: BSD
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
@@ -19,6 +18,7 @@ Source10: nsd.service
|
|
Source11: nsd-keygen.service
|
|
Source11: nsd-keygen.service
|
|
Source12: tmpfiles-nsd.conf
|
|
Source12: tmpfiles-nsd.conf
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: flex, libevent-devel, openssl-devel
|
|
BuildRequires: flex, libevent-devel, openssl-devel
|
|
Requires(pre): shadow-utils
|
|
Requires(pre): shadow-utils
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
@@ -42,6 +42,7 @@ consult the REQUIREMENTS document which is a part of this distribution
|
|
NSD は Authoritative DNSネームサーバの完全な実装です。
|
|
NSD は Authoritative DNSネームサーバの完全な実装です。
|
|
NSD に関する詳しい情報は REQUIREMENTS ドキュメントを参照してください。
|
|
NSD に関する詳しい情報は REQUIREMENTS ドキュメントを参照してください。
|
|
|
|
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
autoreconf
|
|
autoreconf
|
|
@@ -116,6 +117,7 @@ sed -i \
|
|
%clean
|
|
%clean
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc doc/*
|
|
%doc doc/*
|
|
@@ -136,6 +138,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
%{_sbindir}/*
|
|
%{_sbindir}/*
|
|
%{_mandir}/*/*
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
+
|
|
%pre
|
|
%pre
|
|
getent group nsd >/dev/null || groupadd -r nsd
|
|
getent group nsd >/dev/null || groupadd -r nsd
|
|
getent passwd nsd >/dev/null || \
|
|
getent passwd nsd >/dev/null || \
|
|
@@ -178,6 +181,9 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue May 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Apr 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.0-3
|
|
* Tue Apr 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.0-3
|
|
- rebuilt with libevent-2.1.11.
|
|
- rebuilt with libevent-2.1.11.
|
|
|
|
|