From patchwork Thu Nov 19 20:58:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Zhou X-Patchwork-Id: 547123 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (unknown [IPv6:2600:3c00::f03c:91ff:fe6e:bdf7]) by ozlabs.org (Postfix) with ESMTP id 8D45D140307 for ; Sat, 21 Nov 2015 13:17:17 +1100 (AEDT) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id C1E2A10886; Fri, 20 Nov 2015 18:17:06 -0800 (PST) X-Original-To: dev@openvswitch.com Delivered-To: dev@openvswitch.com Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by archives.nicira.com (Postfix) with ESMTPS id 99EE21087C for ; Fri, 20 Nov 2015 18:17:05 -0800 (PST) Received: by pabfh17 with SMTP id fh17so137279066pab.0 for ; Fri, 20 Nov 2015 18:17:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=wTX3Fad9K2ANYX5GzVv5Da6dWhT2mjJ070gsNdNdn/E=; b=a4BWQ1LyyInQXcsH5JegqtOMBeTs4KLIh1qsIUvc9IDCfsJJKmCt3lg3EwmQQxt6H9 3J9hm7zwz/qHvaMicJ4bQSQPjkqUiMTVb4zzmkobHM9XvgnScJF6QoptK/gwFr6sMkLp 5JNRmqNIH8wutx8QOqU00x3iU7jxMPm/dI4Gm0nEuqog/eSi9Vl8QKxo9YpVrRvzt1rq 6DsZjY8vxzA8bsR+/qV/lsrZouVIHQhDYl3zK0Mk/JCP1YLY8jrlQ175h8OU9cfvVuqE +n/TH2hurho37HRqV04MLh889bQab/iMD6suEcJkCSL2npRha40XKehgsh9G2wJbWq/K lMUw== X-Received: by 10.98.71.6 with SMTP id u6mr2966706pfa.122.1448072222417; Fri, 20 Nov 2015 18:17:02 -0800 (PST) Received: from htb-1n-eng-dhcp295.eng.vmware.com ([208.91.1.34]) by smtp.gmail.com with ESMTPSA id tp6sm1309858pbc.81.2015.11.20.18.17.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Nov 2015 18:17:01 -0800 (PST) From: Andy Zhou To: dev@openvswitch.com Date: Thu, 19 Nov 2015 12:58:37 -0800 Message-Id: <1447966722-18204-2-git-send-email-azhou@ovn.org> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1447966722-18204-1-git-send-email-azhou@ovn.org> References: <1447966722-18204-1-git-send-email-azhou@ovn.org> Subject: [ovs-dev] [rhel --user 2/7] rhel: remove tabs from spec file X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" From: Andy Zhou Change tabs in to spaces. No content change. Signed-off-by: Andy Zhou Acked-by: Ben Pfaff --- rhel/openvswitch-fedora.spec.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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