aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-06-12 15:54:56 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-06-12 15:54:56 +0100
commit48939a4aba9489b26866fec5ad18c40f00d5402a (patch)
tree316b346d7b837959717ea11fd955595a65b6e984 /libvirt.spec.in
parentpython: fix snapshot listing bugs (diff)
downloadlibvirt-48939a4aba9489b26866fec5ad18c40f00d5402a.tar.gz
libvirt-48939a4aba9489b26866fec5ad18c40f00d5402a.tar.bz2
libvirt-48939a4aba9489b26866fec5ad18c40f00d5402a.zip
Fix typo in RPM specfile
libvirt.spec.in: s/{?rhel}/%{?rhel}/
Diffstat (limited to 'libvirt.spec.in')
-rw-r--r--libvirt.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt.spec.in b/libvirt.spec.in
index f8e3b0587..896ef51f1 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