From: Daniel P. Berrange Date: Tue, 12 Jun 2012 14:54:56 +0000 (+0100) Subject: Fix typo in RPM specfile X-Git-Tag: v0.9.13-rc1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48939a4aba9489b26866fec5ad18c40f00d5402a;p=thirdparty%2Flibvirt.git Fix typo in RPM specfile libvirt.spec.in: s/{?rhel}/%{?rhel}/ --- diff --git a/libvirt.spec.in b/libvirt.spec.in index f8e3b05872..896ef51f1d 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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