[vala/el6/master: 6/6] Guard usage of el6 macro against it being undefined

Michel Alexandre Salim salimma at fedoraproject.org
Tue Mar 15 20:22:08 UTC 2011


commit c3ba2a403a4a15361ffda287eb163e9edbc13331
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Tue Mar 15 21:21:15 2011 +0100

    Guard usage of el6 macro against it being undefined

 vala.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vala.spec b/vala.spec
index 77323e9..3757e47 100644
--- a/vala.spec
+++ b/vala.spec
@@ -29,7 +29,7 @@ BuildRequires:  libxslt
 BuildRequires:  emacs emacs-el
 
 # for tests
-%if ! 0%{el6}
+%if ! 0%{?el6}
 BuildRequires:  dbus-x11
 %endif
 


More information about the scm-commits mailing list