From 84de79cc62ac9569e585b6d608f5ab038fc9c38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 14 Jul 2017 17:07:00 +0200 Subject: [PATCH] Fix different formating spaces --- bind.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bind.spec b/bind.spec index 0d869f1..ed80dee 100644 --- a/bind.spec +++ b/bind.spec @@ -112,7 +112,7 @@ BuildRequires: libidn-devel, libxml2-devel, GeoIP-devel BuildRequires: systemd # needed for %%{__python3} macro BuildRequires: python3-devel -BuildRequires: python3-ply +BuildRequires: python3-ply %if %{SDB} BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mariadb-devel BuildRequires: libdb-devel @@ -346,11 +346,11 @@ Dynamic Loadable Zones module for BIND server. %package -n python3-bind -Summary: A module allowing rndc commands to be sent from Python programs -Group: Applications/System -Requires: bind-license = %{epoch}:%{version}-%{release} -Requires: python3 python3-ply %{py3_dist ply} -BuildArch: noarch +Summary: A module allowing rndc commands to be sent from Python programs +Group: Applications/System +Requires: bind-license = %{epoch}:%{version}-%{release} +Requires: python3 python3-ply %{py3_dist ply} +BuildArch: noarch %{?python_provide:%python_provide python3-bind} %{?python_provide:%python_provide python3-isc}