[virt-tools-list] [virt-viewer] spec: Add missing % in %if 0{?fedora}

Christophe Fergeau cfergeau at redhat.com
Tue Jun 4 16:27:34 UTC 2013


This was missing in previous commit.
---
Pushed under the build breaker rule

 virt-viewer.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index 361511b..ade8416 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -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
 
-- 
1.8.2.1




More information about the virt-tools-list mailing list