[python-configshell] Use %global instead of %define, as recommended by ttorcz

Andy Grover grover at fedoraproject.org
Wed Nov 9 00:21:39 UTC 2011


commit d7ee83841f6c28e4f40cc9f1b07e9778724cda22
Author: Andy Grover <agrover at redhat.com>
Date:   Tue Nov 8 16:21:19 2011 -0800

    Use %global instead of %define, as recommended by ttorcz
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 python-configshell.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-configshell.spec b/python-configshell.spec
index 0b2c14e..62fa7ee 100644
--- a/python-configshell.spec
+++ b/python-configshell.spec
@@ -1,6 +1,6 @@
 # Copyright 2011, Red Hat
 
-%define oname configshell
+%global oname configshell
 
 Name:           python-configshell
 License:        AGPLv3


More information about the scm-commits mailing list