From 661a2e83ef2e867ed0f11cf593ddfd167808b6b6 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Jun 2012 15:54:56 +0100 Subject: [PATCH] Fix typo in RPM specfile libvirt.spec.in: s/{?rhel}/%{?rhel}/ (cherry picked from commit 48939a4aba9489b26866fec5ad18c40f00d5402a) --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index d2d142dfdb..d105653f2a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -120,7 +120,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