diff mbox

[ovs-dev,RFC:,fedora,ovn,packaging,2/5] rpms: Style fixes

Message ID 1481808913-21030-3-git-send-email-azhou@ovn.org
State RFC
Headers show

Commit Message

Andy Zhou Dec. 15, 2016, 1:35 p.m. UTC
Replace a few tabs with spaces in the file to be more consistent
with the rest of the file.

Signed-off-by: Andy Zhou <azhou@ovn.org>
---
 rhel/openvswitch-fedora.spec.in | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
diff mbox

Patch

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index a9a2379..9517b7a 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -183,15 +183,15 @@  Docker network plugins for OVN.
 %build
 %configure \
 %if %{with libcapng}
-	--enable-libcapng \
+    --enable-libcapng \
 %else
-	--disable-libcapng \
+    --disable-libcapng \
 %endif
 %if %{with dpdk}
-	--with-dpdk=$(dirname %{_datadir}/dpdk/*/.config) \
+    --with-dpdk=$(dirname %{_datadir}/dpdk/*/.config) \
 %endif
-	--enable-ssl \
-	--with-pkidir=%{_sharedstatedir}/openvswitch/pki
+    --enable-ssl \
+    --with-pkidir=%{_sharedstatedir}/openvswitch/pki
 
 make %{?_smp_mflags}
 cd selinux
@@ -206,12 +206,13 @@  install -d -m 0755 $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch
 install -p -D -m 0644 \
         rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template \
         $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/openvswitch
-for service in openvswitch ovsdb-server ovs-vswitchd \
-		ovn-controller ovn-controller-vtep ovn-northd; do
-	install -p -D -m 0644 \
-			rhel/usr_lib_systemd_system_${service}.service \
-			$RPM_BUILD_ROOT%{_unitdir}/${service}.service
-done
+        for service in openvswitch ovsdb-server ovs-vswitchd \
+            ovn-controller ovn-controller-vtep ovn-northd; do
+            install -p -D -m 0644 \
+            rhel/usr_lib_systemd_system_${service}.service \
+            $RPM_BUILD_ROOT%{_unitdir}/${service}.service
+        done
+
 install -m 0755 rhel/etc_init.d_openvswitch \
         $RPM_BUILD_ROOT%{_datadir}/openvswitch/scripts/openvswitch.init