Accepting request 963527 from home:jmoellers:branches:network
OBS-URL: https://build.opensuse.org/request/show/963527 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=338
This commit is contained in:
27
bind.spec
27
bind.spec
@@ -56,7 +56,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: bind
|
||||
Version: 9.18.0
|
||||
Version: 9.18.1
|
||||
Release: 0
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
License: MPL-2.0
|
||||
@@ -75,8 +75,6 @@ Source70: bind.conf
|
||||
# configuation file for systemd-sysusers
|
||||
Source72: named.conf
|
||||
Patch56: bind-ldapdump-use-valid-host.patch
|
||||
# Fix typos in the source code (that will be fixed in th next minor release)
|
||||
Patch57: bind-define-missing-threads.patch
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libtool
|
||||
@@ -150,16 +148,6 @@ test and query the Domain Name System (DNS) and also the libraries rquired
|
||||
for the base "bind" package. The Berkeley Internet
|
||||
Name Domain (BIND) DNS server is found in the package named bind.
|
||||
|
||||
# 9.18.0 %package -n python3-bind
|
||||
# 9.18.0 Summary: A module allowing rndc commands to be sent from Python programs
|
||||
# 9.18.0 Group: Development/Languages/Python
|
||||
# 9.18.0 Requires: python3
|
||||
# 9.18.0 Requires: python3-ply
|
||||
# 9.18.0 BuildArch: noarch
|
||||
|
||||
# 9.18.0 %description -n python3-bind
|
||||
# 9.18.0 This package provides a module which allows commands to be sent to rndc directly from Python programs.
|
||||
|
||||
%if %{with_modules_perl}
|
||||
%package modules-perl
|
||||
Summary: A dynamically loadable zone (DLZ) plugin embedding a Perl interpreter in BIND
|
||||
@@ -174,7 +162,7 @@ to be written to integrate with BIND and serve DNS data.
|
||||
|
||||
%if %{with_modules_mysql}
|
||||
%package modules-mysql
|
||||
Summary: DLZ (dynamically loadable zone) modules which store zone data in a MySQL database
|
||||
Summary: DLZ modules which store zone data in a MySQL database
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
BuildRequires: libmysqlclient-devel
|
||||
|
||||
@@ -190,7 +178,7 @@ sends DNS NOTIFY packets to other name servers when appropriate.
|
||||
|
||||
%if %{with_modules_ldap}
|
||||
%package modules-ldap
|
||||
Summary: A DLZ (dynamically loadable zone) module which stores zone data in an LDAP directory
|
||||
Summary: A DLZ module which stores zone data in an LDAP directory
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
BuildRequires: openldap2-devel
|
||||
|
||||
@@ -201,7 +189,7 @@ update support
|
||||
|
||||
%if %{with_modules_bdbhpt}
|
||||
%package modules-bdbhpt
|
||||
Summary: A DLZ (dynamically loadable zone) module which stores zone data in a BerkeleyDB
|
||||
Summary: A DLZ module which stores zone data in a BerkeleyDB
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
BuildRequires: libdb-4_8-devel
|
||||
|
||||
@@ -212,7 +200,7 @@ update support
|
||||
|
||||
%if %{with_modules_sqlite3}
|
||||
%package modules-sqlite3
|
||||
Summary: A DLZ (dynamically loadable zone) module which stores zone data in an sqlite3 db
|
||||
Summary: A DLZ module which stores zone data in an sqlite3 db
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
BuildRequires: sqlite3-devel
|
||||
|
||||
@@ -223,7 +211,7 @@ update support.
|
||||
|
||||
%if %{with_modules_generic}
|
||||
%package modules-generic
|
||||
Summary: DLZ (dynamically loadable zone) module which store zone data in plain files
|
||||
Summary: DLZ module which store zone data in plain files
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
|
||||
%description modules-generic
|
||||
@@ -337,7 +325,6 @@ mkdir -p \
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
%endif
|
||||
%make_install
|
||||
# install -m 0644 .clang-format.headers %{buildroot}/%{_defaultdocdir}/bind
|
||||
# remove useless .h files
|
||||
rm -rf %{buildroot}%{_includedir}
|
||||
|
||||
@@ -557,7 +544,7 @@ fi
|
||||
%if %{with_modules_generic}
|
||||
%files modules-generic
|
||||
%{_libdir}/bind-plugins/dlz_filesystem_dynamic.so
|
||||
/usr/lib64/bind-plugins/dlz_wildcard_dynamic.so
|
||||
%{_libdir}/bind-plugins/dlz_wildcard_dynamic.so
|
||||
%endif
|
||||
|
||||
%files doc -f filelist-bind-doc
|
||||
|
Reference in New Issue
Block a user