]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix typo in RPM specfile
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jun 2012 14:54:56 +0000 (15:54 +0100)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Jun 2012 22:38:27 +0000 (18:38 -0400)
libvirt.spec.in: s/{?rhel}/%{?rhel}/
(cherry picked from commit 48939a4aba9489b26866fec5ad18c40f00d5402a)

libvirt.spec.in

index d2d142dfdb31be33d6ca097eaea74d8fbbbbb42a..d105653f2afc397ed053339201d43fac90dd3bfb 100644 (file)
 
 # 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