Browse Source

nsd-4.3.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12409 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
3377e2eb8b
1 changed files with 9 additions and 3 deletions
  1. 9 3
      n/nsd/nsd-vl.spec

+ 9 - 3
n/nsd/nsd-vl.spec

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