Compare commits
26 Commits
9.17.8-1ma
...
9.18.25-1m
| Author | SHA1 | Date | |
|---|---|---|---|
| bd4fb4df39 | |||
| 0b6f77cb68 | |||
| 9a7eedf2e0 | |||
| 4871646d82 | |||
| 4292d11292 | |||
| dc059925d0 | |||
| 228e5e1783 | |||
| fceee2a6db | |||
| c5e80878a7 | |||
| 82818cfbc7 | |||
| 3d23a6d4de | |||
| 10f0d30b4e | |||
| 11747b01c2 | |||
| dc9803cdf6 | |||
| 0e0e26684b | |||
| 25985ac68c | |||
| 2aeefbbe41 | |||
| 9e54cd1cc7 | |||
| 1e297180c9 | |||
| 3e59a09ac5 | |||
| ae51c9ac7b | |||
| 0559b7e59e | |||
| 778d881653 | |||
| 59190b7720 | |||
| 1c4f9cbffb | |||
| 0364f24d8e |
165
bind.spec
165
bind.spec
@@ -6,15 +6,15 @@
|
||||
%define MAJver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: bind
|
||||
Version: 9.17.8
|
||||
Version: 9.18.25
|
||||
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
|
||||
@@ -34,28 +34,26 @@ License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
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
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-ply
|
||||
BuildRequires: python-argparse
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: openjade
|
||||
BuildRequires: jadetex
|
||||
%endif
|
||||
Requires: python-ply
|
||||
Requires: python-argparse
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-utils = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME :
|
||||
# checking for catalog... "not found"
|
||||
# checking for html/docbook.dsl... "not found"
|
||||
# checking for print/docbook.dsl... "not found"
|
||||
# checking for dtds/decls/xml.dcl... "not found"
|
||||
# checking for docbook2X/docbook2man-spec.pl... "not found"
|
||||
|
||||
%description
|
||||
BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols.
|
||||
@@ -73,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
|
||||
@@ -87,7 +85,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description utils
|
||||
Bind-utils contains a collection of utilities for querying DNS (Domain Name System) name servers to find out information about Internet hosts.
|
||||
These tools will provide you with the IP addresses for given host names, as well as other information about registered domains and network addresses.
|
||||
|
||||
You should install bind-utils if you need to get information from DNS name servers.
|
||||
|
||||
%debug_package
|
||||
@@ -113,6 +110,7 @@ tar xjf %{S:1}
|
||||
--enable-threads \
|
||||
--enable-ipv6 \
|
||||
LIBS="-ltermcap" \
|
||||
PYTHON=%{__python3} \
|
||||
%ifarch arm
|
||||
CFLAGS="%{optflags} -march=armv7-a" \
|
||||
%endif
|
||||
@@ -120,14 +118,14 @@ tar xjf %{S:1}
|
||||
--enable-epoll \
|
||||
--with-python \
|
||||
--with-randomdev=/dev/random \
|
||||
BUILD_CC=%{_build}-gcc
|
||||
BUILD_CC=%{_build}-gcc \
|
||||
%endif
|
||||
|
||||
%make -j1
|
||||
|
||||
%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
|
||||
@@ -138,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
|
||||
@@ -237,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
|
||||
@@ -254,8 +252,6 @@ exit 0
|
||||
%{_tmpfilesdir}/named.conf
|
||||
%dir %attr(0755,named,named) %{_localstatedir}/named
|
||||
%attr(0755,named,named) %{_var}/named/*
|
||||
%{_mandir}/man5/named.conf.*
|
||||
%{_mandir}/man5/rndc.conf.*
|
||||
%{_mandir}/man1/dnssec-cds.1*
|
||||
%{_mandir}/man1/dnssec-dsfromkey.1*
|
||||
%{_mandir}/man1/dnssec-keyfromlabel.1*
|
||||
@@ -265,28 +261,30 @@ exit 0
|
||||
%{_mandir}/man1/dnssec-revoke.1*
|
||||
%{_mandir}/man1/dnssec-settime.1*
|
||||
%{_mandir}/man1/dnssec-verify.1*
|
||||
%{_mandir}/man8/filter-aaaa.8*
|
||||
%{_mandir}/man1/named-checkconf.1*
|
||||
%{_mandir}/man1/named-checkzone.1*
|
||||
%{_mandir}/man1/named-journalprint.1*
|
||||
%{_mandir}/man1/named-nzd2nzf.1*
|
||||
%{_mandir}/man8/named.*
|
||||
%{_mandir}/man8/rndc-confgen.*
|
||||
%{_mandir}/man8/rndc.*
|
||||
%{_mandir}/man5/named.conf.*
|
||||
%{_mandir}/man5/rndc.conf.*
|
||||
%{_mandir}/man8/ddns-confgen.8*
|
||||
%{_mandir}/man8/filter-a*.8*
|
||||
%{_mandir}/man8/named.8*
|
||||
%{_mandir}/man8/rndc-confgen.8*
|
||||
%{_mandir}/man8/rndc.8*
|
||||
%{_mandir}/man8/tsig-keygen.8*
|
||||
|
||||
%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*.so
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@@ -307,25 +305,18 @@ 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
|
||||
%{_libdir}/libbind9.so
|
||||
%{_libdir}/libdns.la
|
||||
%{_libdir}/libdns.so
|
||||
%{_libdir}/libirs.la
|
||||
%{_libdir}/libirs.so
|
||||
%{_libdir}/libisc.la
|
||||
%{_libdir}/libisc.so
|
||||
%{_libdir}/libisccc.la
|
||||
%{_libdir}/libisccc.so
|
||||
%{_libdir}/libisccfg.la
|
||||
%{_libdir}/libisccfg.so
|
||||
%{_libdir}/libns.la
|
||||
%{_libdir}/libns.so
|
||||
|
||||
%files utils
|
||||
@@ -349,6 +340,84 @@ exit 0
|
||||
#%{_mandir}/man1/dnssec-keymgr.1*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2024 Automatic Build System <autodist@openmamba.org> 9.18.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 9.18.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2023 Automatic Build System <autodist@mambasoft.it> 9.18.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 15 2023 Automatic Build System <autodist@mambasoft.it> 9.18.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 20 2023 Automatic Build System <autodist@mambasoft.it> 9.18.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 9.18.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 20 2023 Automatic Build System <autodist@mambasoft.it> 9.18.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 9.18.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 9.18.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 19 2023 Automatic Build System <autodist@mambasoft.it> 9.18.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 9.18.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 16 2023 Automatic Build System <autodist@mambasoft.it> 9.18.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 25 2023 Automatic Build System <autodist@mambasoft.it> 9.18.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 21 2022 Automatic Build System <autodist@mambasoft.it> 9.18.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 9.18.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 9.18.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 9.18.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 18 2022 Automatic Build System <autodist@mambasoft.it> 9.18.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 21 2022 Automatic Build System <autodist@mambasoft.it> 9.18.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 16 2022 Automatic Build System <autodist@mambasoft.it> 9.18.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 19 2022 Automatic Build System <autodist@mambasoft.it> 9.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 9.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 9.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jan 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 9.17.8-2mamba
|
||||
- removed requirements for python-ply and pyhon-argparse
|
||||
|
||||
* Thu Dec 17 2020 Automatic Build System <autodist@mambasoft.it> 9.17.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user