]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Prepare for future RHEL
authorJiri Denemark <jdenemar@redhat.com>
Fri, 9 Feb 2018 13:08:45 +0000 (14:08 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 14 Feb 2018 14:55:18 +0000 (15:55 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in

index daf709821697ebbb964a997396b665d0175ef1d3..c5cb0439a04d0cc24b6f2d19eec8e0a02be91952 100644 (file)
     %define with_libxl 0
     %define with_hyperv 0
     %define with_vz 0
+
+    %if 0%{?rhel} > 7
+        %define with_lxc 0
+    %endif
 %endif
 
 # Fedora 17 / RHEL-7 are first where we use systemd. Although earlier
@@ -295,7 +299,7 @@ BuildRequires: libtool
 BuildRequires: /usr/bin/pod2man
 %endif
 BuildRequires: git
-%if 0%{?fedora} >= 27
+%if 0%{?fedora} >= 27 || 0%{?rhel} > 7
 BuildRequires: perl-interpreter
 %else
 BuildRequires: perl
@@ -786,7 +790,7 @@ Requires: gzip
 Requires: bzip2
 Requires: lzop
 Requires: xz
-    %if 0%{?fedora}
+    %if 0%{?fedora} || 0%{?rhel} > 7
 Requires: systemd-container
     %endif
 
@@ -804,7 +808,7 @@ 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}
+    %if 0%{?fedora} || 0%{?rhel} > 7
 Requires: systemd-container
     %endif