From 26fd37d8892662dfff2a738fa280af4f7a2eebde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 10 Oct 2014 11:00:23 +0200 Subject: [PATCH] - rel 2; enable seccomp support --- bind.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index f38c15d..2866ef6 100644 --- a/bind.spec +++ b/bind.spec @@ -43,7 +43,7 @@ Summary(uk.UTF-8): BIND - cервер системи доменних імен ( Summary(zh_CN.UTF-8): Internet 域名服务器 Name: bind Version: %{ver}%{pverdot} -Release: 1 +Release: 2 Epoch: 7 License: BSD-like Group: Networking/Daemons @@ -79,6 +79,7 @@ BuildRequires: bison BuildRequires: flex %{?with_kerberos5:BuildRequires: heimdal-devel} BuildRequires: idnkit-devel +BuildRequires: libseccomp-devel BuildRequires: libtool %{?with_hip:BuildRequires: libxml2-devel} %{?with_sql:BuildRequires: mysql-devel} @@ -402,7 +403,8 @@ cp -f /usr/share/automake/config.* . --enable-threads \ --enable-getifaddrs \ --enable-newstats \ - --enable-full-report + --enable-full-report \ + --enable-seccomp %{__make} %{?with_hip:cd bind-hip/; %{__make}} -- 2.44.0