|
@@ -7,9 +7,9 @@
|
|
%define sname bind
|
|
%define sname bind
|
|
%define pname bind
|
|
%define pname bind
|
|
# example: 9.9.13.P1
|
|
# example: 9.9.13.P1
|
|
-%define pversion 9.11.12
|
|
|
|
|
|
+%define pversion 9.11.20
|
|
# example: 9.9.13-P1
|
|
# example: 9.9.13-P1
|
|
-%define sversion 9.11.12
|
|
|
|
|
|
+%define sversion 9.11.20
|
|
%define bind_epoch 1
|
|
%define bind_epoch 1
|
|
# fixed <BTS:VineLinux:1139>
|
|
# fixed <BTS:VineLinux:1139>
|
|
%define old_bind_version 1:9.9.2p2-1vl7
|
|
%define old_bind_version 1:9.9.2p2-1vl7
|
|
@@ -22,13 +22,16 @@
|
|
Summary: A DNS (Domain Name System) server.
|
|
Summary: A DNS (Domain Name System) server.
|
|
Summary(ja): DNS (Domain Name System) サーバ
|
|
Summary(ja): DNS (Domain Name System) サーバ
|
|
Name: %{pname}
|
|
Name: %{pname}
|
|
|
|
+Epoch: %{bind_epoch}
|
|
Version: %{pversion}
|
|
Version: %{pversion}
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Epoch: %{bind_epoch}
|
|
|
|
-License: ISC and BSD and Public Domain
|
|
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
-URL: http://www.isc.org/bind.html
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
|
|
+License: ISC and BSD and Public Domain
|
|
|
|
+URL: http://www.isc.org/bind.html
|
|
Source: https://downloads.isc.org/isc/bind9/%{sversion}/bind-%{sversion}.tar.gz
|
|
Source: https://downloads.isc.org/isc/bind9/%{sversion}/bind-%{sversion}.tar.gz
|
|
Source1: bind-manpages.tar.bz2
|
|
Source1: bind-manpages.tar.bz2
|
|
Source2: named.sysconfig
|
|
Source2: named.sysconfig
|
|
@@ -59,10 +62,6 @@ Conflicts: bind9 <= 9.2.1-0vl5, bind-current
|
|
Obsoletes: bind9 <= 9.2.1-0vl5
|
|
Obsoletes: bind9 <= 9.2.1-0vl5
|
|
Obsoletes: bind-current < 1:9.9.4-1
|
|
Obsoletes: bind-current < 1:9.9.4-1
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Packager: daisuke
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
|
|
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
|
|
(Domain Name System) protocols. BIND includes a DNS server (named),
|
|
(Domain Name System) protocols. BIND includes a DNS server (named),
|
|
@@ -334,6 +333,9 @@ fi
|
|
%{_bindir}/isc-config.sh
|
|
%{_bindir}/isc-config.sh
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.11.20-1
|
|
|
|
+- updated to 9.11.20.
|
|
|
|
+
|
|
* Sat Nov 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.11.12-1
|
|
* Sat Nov 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.11.12-1
|
|
- updated to 9.11.12.
|
|
- updated to 9.11.12.
|
|
|
|
|