Fix typo in RPM specfile

libvirt.spec.in: s/{?rhel}/%{?rhel}/
This commit is contained in:
Daniel P. Berrange 2012-06-12 15:54:56 +01:00
parent a0de5d78ef
commit 48939a4aba

View File

@ -135,7 +135,7 @@
# Fedora 17 / RHEL-7 are first where we use systemd. Although earlier
# Fedora has systemd, libvirt still used sysvinit there.
%if 0%{?fedora} >= 17 || 0{?rhel} >= 7
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
%define with_systemd 1
%endif