summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Menšík <pemensik@redhat.com>2017-10-23 18:03:38 +0200
committerPetr Menšík <pemensik@redhat.com>2017-10-23 18:03:38 +0200
commit2dc24d7a28ed9559110d0fa1824b2b67a92054c0 (patch)
treef304f1a823bc042bd7d767cc8d2e44d0652e436d
parent1f8ab5c2532552e978e22f5bdbb4f9cdfa02c00f (diff)
downloadbind-2dc24d7a28ed9559110d0fa1824b2b67a92054c0.tar.gz
bind-2dc24d7a28ed9559110d0fa1824b2b67a92054c0.tar.xz
bind-2dc24d7a28ed9559110d0fa1824b2b67a92054c0.zip
build against mariadb-connector-c-devel (#1493615)
Signed-off-by: Petr Menšík <pemensik@redhat.com>
-rw-r--r--bind.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index a302a24..22939a7 100644
--- a/bind.spec
+++ b/bind.spec
@@ -27,7 +27,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: MPLv2.0
Version: 9.11.2
-Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
+Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -116,7 +116,7 @@ BuildRequires: systemd
BuildRequires: python3-devel
BuildRequires: python3-ply
%if %{SDB}
-BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mariadb-devel
+BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mariadb-connector-c-devel
BuildRequires: libdb-devel
%endif
%if %{test}
@@ -1152,6 +1152,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{python3_sitelib}/isc/__pycache__/*py*
%changelog
+* Mon Oct 23 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-2
+- build against mariadb-connector-c-devel (#1493615)
+
* Wed Aug 02 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-1
- Update to 9.11.2
- Add recursing and secroots file into default and sample config