]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind.spec
Up to 9.18.13.
[packages/bind.git] / bind.spec
index 4eee2dd6beab4f8aefab7a08f996650b27c65a19..b700daa6338d8d09417c3c8db38d50b54258419f 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -24,7 +24,7 @@
 %bcond_without epoll           # disable epoll support
 %endif
 
-%define                ver     9.18.1
+%define                ver     9.18.13
 %if 0
 %define                pverdot .P0
 %define                pverdir -P0
@@ -49,7 +49,7 @@ Epoch:                7
 License:       MPL 2.0
 Group:         Networking/Daemons
 Source0:       ftp://ftp.isc.org/isc/bind9/%{ver}%{pverdir}/%{name}-%{ver}%{pverdir}.tar.xz
-# Source0-md5: d7072b2d774077f37bff51580b3a577b
+# Source0-md5: de1f9687b5bccdb868593e12c04cc985
 Source1:       named.init
 Source2:       named.sysconfig
 Source3:       named.logrotate
@@ -58,7 +58,7 @@ Source4:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 Source6:       %{name}-hip.tar.gz
 # Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
 Source7:       https://www.internic.net/domain/named.root
-# Source7-md5: 544504d19e2b71c259d2a09d231533aa
+# Source7-md5: edf277cfa8dbb79a067c4a0ccc338292
 Source8:       %{name}-127.0.0.zone
 Source9:       %{name}-localhost.zone
 Source10:      %{name}-named.conf
@@ -83,7 +83,7 @@ BuildRequires:        libidn2-devel
 # note, there is no kyua in PLD yet (work in progress)
 %{?with_tests:%{!?with_system_tests:BuildRequires:     kyua}}
 BuildRequires: libtool
-BuildRequires: libuv-devel >= 1.37.0
+BuildRequires: libuv-devel >= 1.40.0
 # any version for hi2dns (if with_hip), 2.6.0 for XML stats
 BuildRequires: libxml2-devel >= 1:2.6.0
 %{?with_lmdb:BuildRequires:    lmdb-devel}
@@ -97,6 +97,8 @@ BuildRequires:        readline-devel
 BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpmbuild(macros) >= 1.647
 BuildRequires: sphinx-pdg
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 BuildRequires: zlib-devel
 %if %{with dnstap}
 BuildRequires: fstrm-devel
@@ -119,7 +121,9 @@ Provides:   group(named)
 Provides:      nameserver
 Provides:      user(named)
 Obsoletes:     caching-nameserver
-Conflicts:     %{name}-chroot
+Obsoletes:     openldap-schema-bind < 7:9.18.0
+Obsoletes:     python3-isc < 7:9.18.0
+Conflicts:     bind-chroot
 Conflicts:     logrotate < 3.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -292,7 +296,7 @@ Summary(uk.UTF-8):  Бібліотеки, необхідні для bind
 Summary(zh_CN.UTF-8):  Internet 域名服务器开发库
 Group:         Libraries
 Requires:      json-c >= 0.11
-Requires:      libuv >= 1.37.0
+Requires:      libuv >= 1.40.0
 Requires:      libxml2 >= 1:2.6.0
 %{?with_doh:Requires:  nghttp2-libs >= 1.6.0}
 
@@ -431,6 +435,8 @@ install -d $RPM_BUILD_ROOT{%{_includedir},%{_bindir},%{_sbindir},%{_includedir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/bind/filter-*.la
+
 bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README.named-non-english-man-pages
 %{__mv} $RPM_BUILD_ROOT%{_mandir}/ja/man8/nslookup.8 $RPM_BUILD_ROOT%{_mandir}/ja/man1/nslookup.1
This page took 0.078312 seconds and 4 git commands to generate.