update to 9.18.0 [release 9.18.0-1mamba;Thu Jan 27 2022]
This commit is contained in:
parent
1c4f9cbffb
commit
59190b7720
51
bind.spec
51
bind.spec
@ -6,15 +6,15 @@
|
||||
%define MAJver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: bind
|
||||
Version: 9.17.9
|
||||
Version: 9.18.0
|
||||
Release: 1mamba
|
||||
Summary: A DNS (Domain Name System) server
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.isc.org/products/BIND/
|
||||
Source0: ftp://ftp.isc.org/isc/bind9/%{pkgver}/bind-%{pkgver}.tar.xz
|
||||
URL: https://www.isc.org/bind/
|
||||
Source0: https://ftp.isc.org/isc/bind9/%{pkgver}/bind-%{pkgver}.tar.xz
|
||||
Source1: dhcp-dynamic-dns-examples.tar.bz2
|
||||
Source2: named.service
|
||||
Source3: named.logrotate
|
||||
@ -33,14 +33,15 @@ Patch: %{name}-9.3.4-mktemp.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libedit-devel
|
||||
BuildRequires: libjemalloc-devel
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblmdb-devel
|
||||
BuildRequires: libmaxminddb-devel
|
||||
BuildRequires: libnghttp2-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libuv-devel
|
||||
@ -53,7 +54,6 @@ BuildRequires: jadetex
|
||||
%endif
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols.
|
||||
@ -71,7 +71,7 @@ The libbind package contains the shared libraries provided by BIND.
|
||||
Summary: Include files and libraries needed for bind DNS development
|
||||
Group: Development/Libraries
|
||||
Provides: bind-devel
|
||||
Obsoletes: bind-devel
|
||||
Obsoletes: bind-devel < 9.18.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
@ -125,7 +125,7 @@ tar xjf %{S:1}
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
mkdir -p %{buildroot}/etc/{rc.d/init.d,logrotate.d}
|
||||
mkdir -p %{buildroot}/etc/logrotate.d
|
||||
mkdir -p %{buildroot}/etc/sysconfig
|
||||
mkdir -p %{buildroot}%{_var}/named
|
||||
#mkdir -p %{buildroot}%{_var}/run/named
|
||||
@ -136,8 +136,8 @@ install -D -m0644 %{SOURCE16} %{buildroot}%{_tmpfilesdir}/named.conf
|
||||
%makeinstall
|
||||
|
||||
touch %{buildroot}%{_sysconfdir}/rndc.key
|
||||
cp contrib/scripts/named-bootconf.sh \
|
||||
%{buildroot}%{_sbindir}/named-bootconf
|
||||
#cp contrib/scripts/named-bootconf.sh \
|
||||
# %{buildroot}%{_sbindir}/named-bootconf
|
||||
cp contrib/scripts/nanny.pl %{buildroot}%{_sbindir}
|
||||
#cp contrib/queryperf/queryperf %{buildroot}%{_sbindir}
|
||||
#cp contrib/queryperf/README ./README.queryperf
|
||||
@ -235,7 +235,7 @@ exit 0
|
||||
#%{_sbindir}/ddns-confgen
|
||||
%{_sbindir}/named
|
||||
%{_bindir}/named-rrchecker
|
||||
%attr(0755,root,root) %{_sbindir}/named-bootconf
|
||||
#%attr(0755,root,root) %{_sbindir}/named-bootconf
|
||||
%{_bindir}/named-checkconf
|
||||
%{_bindir}/named-checkzone
|
||||
%{_bindir}/named-compilezone
|
||||
@ -268,7 +268,7 @@ exit 0
|
||||
%{_mandir}/man5/named.conf.*
|
||||
%{_mandir}/man5/rndc.conf.*
|
||||
%{_mandir}/man8/ddns-confgen.8*
|
||||
%{_mandir}/man8/filter-aaaa.8*
|
||||
%{_mandir}/man8/filter-a*.8*
|
||||
%{_mandir}/man8/named.8*
|
||||
%{_mandir}/man8/rndc-confgen.8*
|
||||
%{_mandir}/man8/rndc.8*
|
||||
@ -276,16 +276,16 @@ exit 0
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libbind9.so.*
|
||||
%{_libdir}/libdns.so.*
|
||||
%{_libdir}/libirs.so.*
|
||||
%{_libdir}/libisc.so.*
|
||||
%{_libdir}/libisccc.so.*
|
||||
%{_libdir}/libisccfg.so.*
|
||||
%{_libdir}/libns.so.*
|
||||
%{_libdir}/libbind9-%{version}.so
|
||||
%{_libdir}/libdns-%{version}.so
|
||||
%{_libdir}/libirs-%{version}.so
|
||||
%{_libdir}/libisc-%{version}.so
|
||||
%{_libdir}/libisccc-%{version}.so
|
||||
%{_libdir}/libisccfg-%{version}.so
|
||||
%{_libdir}/libns-%{version}.so
|
||||
%dir %{_libdir}/bind
|
||||
%{_libdir}/bind/filter-aaaa.la
|
||||
%{_libdir}/bind/filter-aaaa.so
|
||||
%{_libdir}/bind/filter-a*.la
|
||||
%{_libdir}/bind/filter-a*.so
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -306,10 +306,10 @@ exit 0
|
||||
%{_includedir}/dst/*
|
||||
%dir %{_includedir}/bind9/
|
||||
%{_includedir}/bind9/*
|
||||
%dir %{_includedir}/pk11/
|
||||
%{_includedir}/pk11/*
|
||||
%dir %{_includedir}/pkcs11/
|
||||
%{_includedir}/pkcs11/*
|
||||
#%dir %{_includedir}/pk11/
|
||||
#%{_includedir}/pk11/*
|
||||
#%dir %{_includedir}/pkcs11/
|
||||
#%{_includedir}/pkcs11/*
|
||||
%dir %{_includedir}/ns/
|
||||
%{_includedir}/ns/*
|
||||
%{_libdir}/libbind9.la
|
||||
@ -348,6 +348,9 @@ exit 0
|
||||
#%{_mandir}/man1/dnssec-keymgr.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 9.18.0-1mamba
|
||||
- update to 9.18.0
|
||||
|
||||
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 9.17.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user