[libvirt] [PATCH] Fix the indentation in libvirt.spec.in

Ján Tomko jtomko at redhat.com
Tue Jul 8 13:56:55 UTC 2014


Over 66% of my last commit 66e7061 was not indented properly.
---
Pushed as a build breaker fix.

 libvirt.spec.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 500955c..e5f9fb8 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -768,9 +768,9 @@ Requires: libvirt-daemon = %{version}-%{release}
 Requires: dnsmasq >= 2.41
 Requires: radvd
 Requires: iptables
-    %if (0%{?fedora} && 0%{?fedora} < 17) || (0%{?rhel} && 0{?rhel} < 7)
+            %if (0%{?fedora} && 0%{?fedora} < 17) || (0%{?rhel} && 0{?rhel} < 7)
 Requires: iptables-ipv6
-    %endif
+            %endif
 
 %description daemon-driver-network
 The network driver plugin for the libvirtd daemon, providing
@@ -785,9 +785,9 @@ Summary: Nwfilter driver plugin for the libvirtd daemon
 Group: Development/Libraries
 Requires: libvirt-daemon = %{version}-%{release}
 Requires: iptables
-    %if (0%{?fedora} && 0%{?fedora} < 17) || (0%{?rhel} && 0{?rhel} < 7)
+            %if (0%{?fedora} && 0%{?fedora} < 17) || (0%{?rhel} && 0{?rhel} < 7)
 Requires: iptables-ipv6
-    %endif
+            %endif
 Requires: ebtables
 
 %description daemon-driver-nwfilter
-- 
1.8.5.5




More information about the libvir-list mailing list