From: Martin Kletzander Date: Thu, 29 Sep 2016 12:30:09 +0000 (+0200) Subject: spec: Fix indentation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=303047146eab95969985e7c9dfda0e41037c7dd1;p=thirdparty%2Flibvirt.git spec: Fix indentation Fixed in master by multiple commits. This merely makes sure syntax-check works with cppi installed. Signed-off-by: Martin Kletzander --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 9ef4641dcf..f7b58c6fc4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -926,9 +926,9 @@ Requires: gzip Requires: bzip2 Requires: lzop Requires: xz -%if 0%{?fedora} >= 24 + %if 0%{?fedora} >= 24 Requires: systemd-container -%endif + %endif %description daemon-driver-qemu The qemu driver plugin for the libvirtd daemon, providing @@ -944,9 +944,9 @@ Group: Development/Libraries Requires: libvirt-daemon = %{version}-%{release} # There really is a hard cross-driver dependency here Requires: libvirt-daemon-driver-network = %{version}-%{release} -%if 0%{?fedora} >= 24 + %if 0%{?fedora} >= 24 Requires: systemd-container -%endif + %endif %description daemon-driver-lxc The LXC driver plugin for the libvirtd daemon, providing