summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 68ed719..12c3d8e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -25,7 +25,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: MPLv2.0
Version: 9.11.1
-Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
+Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -81,6 +81,7 @@ Patch136:bind-9.10-dist-native-pkcs11.patch
Patch137:bind-9.10-use-of-strlcat.patch
Patch140:bind-9.11-rh1410433.patch
Patch141:bind-9.11-rh1236087.patch
+Patch142: bind-9.11-dlz-mysql.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -112,7 +113,7 @@ BuildRequires: systemd
BuildRequires: python3-devel
BuildRequires: python3-ply
%if %{SDB}
-BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mysql-devel
+BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mariadb-devel
BuildRequires: libdb-devel
%endif
%if %{test}
@@ -322,6 +323,7 @@ This package provides a module which allows commands to be sent to rndc directly
%patch131 -p1 -b .multlib-conflict
%patch140 -p1 -b .rh1410433
%patch141 -p1 -b .rh1236087
+%patch142 -p1 -b .mysql_config
%if %{PKCS11}
cp -r bin/named{,-pkcs11}
@@ -1024,6 +1026,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{python3_sitelib}/isc/__pycache__/*py*
%changelog
+* Thu Jul 13 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.1-3.P3
+- Use mysql_config for SDB variant, build against mariadb-devel
+
* Mon Jul 10 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.1-2.P3
- Update to 9.11.1-P3