|
@@ -2,8 +2,8 @@
|
|
|
|
|
|
%define sname bind
|
|
|
%define pname bind
|
|
|
-%define pversion 9.9.9.P8
|
|
|
-%define sversion 9.9.9-P8
|
|
|
+%define pversion 9.9.13.P1
|
|
|
+%define sversion 9.9.13-P1
|
|
|
%define bind_epoch 1
|
|
|
# fixed <BTS:VineLinux:1139>
|
|
|
%define old_bind_version 1:9.9.2p2-1vl7
|
|
@@ -29,9 +29,10 @@ Source2: named.sysconfig
|
|
|
Source3: named.init
|
|
|
Source4: named.logrotate
|
|
|
Source5: keygen.c
|
|
|
-Patch1: bind-9.3.3rc2-rndckey.patch
|
|
|
+Patch1: bind-9.9.13-P1-rndckey.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
+BuildRequires: python python-rpm-macros
|
|
|
BuildRequires: openssl-devel glibc-devel libtool
|
|
|
BuildRequires: libxml2-devel
|
|
|
BuildRequires: libcap-devel
|
|
@@ -249,13 +250,15 @@ fi
|
|
|
%{_sbindir}/named-compilezone
|
|
|
%{_sbindir}/rndc*
|
|
|
%{_sbindir}/dns-keygen
|
|
|
-%{_sbindir}/arpaname
|
|
|
+%{_bindir}/arpaname
|
|
|
%{_sbindir}/ddns-confgen
|
|
|
%{_sbindir}/genrandom
|
|
|
%{_sbindir}/isc-hmac-fixup
|
|
|
%{_sbindir}/named-journalprint
|
|
|
%{_sbindir}/nsec3hash
|
|
|
|
|
|
+%{python_sitelib}/*
|
|
|
+
|
|
|
%{_mandir}/man1/arpaname.1*
|
|
|
%{_mandir}/man5/resolv.conf.5*
|
|
|
%{_mandir}/man5/named.conf.5*
|
|
@@ -307,6 +310,10 @@ fi
|
|
|
%{_bindir}/isc-config.sh
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Nov 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.9.13.P1-1
|
|
|
+- updated to 9.9.13.P1.
|
|
|
+- updated Patch1.
|
|
|
+
|
|
|
* Thu Apr 13 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 9.9.9.P8-1
|
|
|
- update to 9.9.9.P8
|
|
|
|