]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Fix error in last backport
authorCole Robinson <crobinso@redhat.com>
Thu, 23 Jun 2016 20:23:11 +0000 (16:23 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 23 Jun 2016 20:23:11 +0000 (16:23 -0400)
libvirt.spec.in

index c1453a9badc9a6cb1f341d8f11f9867d28e1028c..3fa5fc41418f30736161e01f235ca4230d4fc497 100644 (file)
 %endif
 
 
+# The RHEL-5 Xen package has some feature backports. This
+# flag is set to enable use of those special bits on RHEL-5
+%if 0%{?rhel} == 5
+    %define with_rhel5  1
+%else
+    %define with_rhel5  0
+%endif
+
 %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
     %define with_systemd_macros 1
 %else