summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Menšík <pemensik@redhat.com>2017-07-14 17:07:00 +0200
committerPetr Menšík <pemensik@redhat.com>2017-07-14 17:07:00 +0200
commit84de79cc62ac9569e585b6d608f5ab038fc9c38d (patch)
treea793ad1e8e48fc8983e91ffc2d73f472558761f2
parent6bf59b0f119db623566ecab2e794d7942676d9a0 (diff)
downloadbind-84de79cc62ac9569e585b6d608f5ab038fc9c38d.tar.gz
bind-84de79cc62ac9569e585b6d608f5ab038fc9c38d.tar.xz
bind-84de79cc62ac9569e585b6d608f5ab038fc9c38d.zip
Fix different formating spaces
-rw-r--r--bind.spec12
1 files 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}