Fix the indentation in libvirt.spec.in

Over 66% of my last commit 66e7061 was not indented properly.
This commit is contained in:
Ján Tomko 2014-07-08 15:53:54 +02:00
parent 66e7061210
commit f762aaf782

View File

@ -768,9 +768,9 @@ Requires: libvirt-daemon = %{version}-%{release}
Requires: dnsmasq >= 2.41 Requires: dnsmasq >= 2.41
Requires: radvd Requires: radvd
Requires: iptables 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 Requires: iptables-ipv6
%endif %endif
%description daemon-driver-network %description daemon-driver-network
The network driver plugin for the libvirtd daemon, providing The network driver plugin for the libvirtd daemon, providing
@ -785,9 +785,9 @@ Summary: Nwfilter driver plugin for the libvirtd daemon
Group: Development/Libraries Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon = %{version}-%{release}
Requires: iptables 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 Requires: iptables-ipv6
%endif %endif
Requires: ebtables Requires: ebtables
%description daemon-driver-nwfilter %description daemon-driver-nwfilter