[gnome-games/f14/master] Reverse conditional

Ray Strode rstrode at fedoraproject.org
Fri Oct 1 18:53:21 UTC 2010


commit bcb9b3fffb9f3d6e4f7a08f507ab05f7ba544876
Author: Ray Strode <rstrode at redhat.com>
Date:   Fri Oct 1 14:52:10 2010 -0400

    Reverse conditional
    
    Previous commit had logic backward

 gnome-games.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-games.spec b/gnome-games.spec
index 88eb066..659fc39 100644
--- a/gnome-games.spec
+++ b/gnome-games.spec
@@ -21,9 +21,9 @@
 %endif
 
 %if %{build_seed_games}
-%define omitted_seed_games swell-foop,lightsoff,
-%else
 %define omitted_seed_games %{nil}
+%else
+%define omitted_seed_games swell-foop,lightsoff,
 %endif
 
 %if !%{build_card} && !%{build_tali}


More information about the scm-commits mailing list