diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-06-12 15:54:56 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-06-12 15:54:56 +0100 |
commit | 48939a4aba9489b26866fec5ad18c40f00d5402a (patch) | |
tree | 316b346d7b837959717ea11fd955595a65b6e984 /libvirt.spec.in | |
parent | python: fix snapshot listing bugs (diff) | |
download | libvirt-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.in | 2 |
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 |