diff mbox

[ovs-dev,rhel,--user,2/7] rhel: remove tabs from spec file

Message ID 1447966722-18204-2-git-send-email-azhou@ovn.org
State Changes Requested
Headers show

Commit Message

Andy Zhou Nov. 19, 2015, 8:58 p.m. UTC
From: Andy Zhou <azhou@nicira.com>

Change tabs in to spaces. No content change.

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

Comments

Ben Pfaff Nov. 24, 2015, 11:27 p.m. UTC | #1
On Thu, Nov 19, 2015 at 12:58:37PM -0800, Andy Zhou wrote:
> From: Andy Zhou <azhou@nicira.com>

Might want to update the author of each commit.  (You can use "git
commit --amend --author='...'" or just "git citool").

> Change tabs in to spaces. No content change.
> 
> Signed-off-by: Andy Zhou <azhou@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox

Patch

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index cb76500..be22e87 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -113,12 +113,12 @@  overlays and security groups.
 %build
 %configure \
 %if %{with libcapng}
-	--enable-libcapng \
+        --enable-libcapng \
 %else
-	--disable-libcapng \
+        --disable-libcapng \
 %endif
-	--enable-ssl \
-	--with-pkidir=%{_sharedstatedir}/openvswitch/pki
+        --enable-ssl \
+        --with-pkidir=%{_sharedstatedir}/openvswitch/pki
 
 make %{?_smp_mflags}
 
@@ -132,10 +132,10 @@  install -p -D -m 0644 \
         rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template \
         $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/openvswitch
 for service in openvswitch openvswitch-nonetwork \
-		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
+                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