[virt-viewer] Add missing '%' in %if 0{?fedora}

Christophe Fergeau teuf at fedoraproject.org
Tue Jun 4 16:28:27 UTC 2013


commit 1c09773cce8aaff68058595de332f473719e318e
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Jun 4 18:27:46 2013 +0200

    Add missing '%' in %if 0{?fedora}

 virt-viewer.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/virt-viewer.spec b/virt-viewer.spec
index c400165..728405c 100644
--- a/virt-viewer.spec
+++ b/virt-viewer.spec
@@ -78,7 +78,7 @@ BuildRequires: intltool
 BuildRequires: libgovirt-devel >= 0.0.3
 %endif
 
-%if 0{?fedora} >= 20
+%if 0%{?fedora} >= 20
 Obsoletes: spice-client < 0.12.3-2
 %endif
 


More information about the scm-commits mailing list