]> 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)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Jun 2012 14:54:56 +0000 (15:54 +0100)
libvirt.spec.in: s/{?rhel}/%{?rhel}/

libvirt.spec.in

index f8e3b05872dfd3ba053631f0bf102c96c66510c4..896ef51f1d186f3a7119326931353dc5cc03c5d8 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