From 2dc24d7a28ed9559110d0fa1824b2b67a92054c0 Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Mon, 23 Oct 2017 18:03:38 +0200 Subject: build against mariadb-connector-c-devel (#1493615) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Menšík --- bind.spec | 7 +++++-- 1 file 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 - 32:9.11.2-2 +- build against mariadb-connector-c-devel (#1493615) + * Wed Aug 02 2017 Petr Menšík - 32:9.11.2-1 - Update to 9.11.2 - Add recursing and secroots file into default and sample config -- cgit