[spice-gtk] Fix commenting out of %define _version_suffix

Christophe Fergeau teuf at fedoraproject.org
Wed Jan 23 10:07:07 UTC 2013


commit 9127566d0aa983e0656ee420ac6c0dd3af39f0f5
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Jan 23 11:05:30 2013 +0100

    Fix commenting out of %define _version_suffix
    
     # %define is not enough, rpm will still happily %define the
    variable

 spice-gtk.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/spice-gtk.spec b/spice-gtk.spec
index edc7524..67b23c0 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -9,7 +9,7 @@
 %define with_gtk3 1
 %endif
 
-# %define _version_suffix
+#define _version_suffix
 
 Name:           spice-gtk
 Version:        0.16


More information about the scm-commits mailing list