[ksh] replace define with global in spec

Michal Hlavinka mhlavink at fedoraproject.org
Fri Aug 13 11:27:12 UTC 2010


commit d4f269661fc501a2ad422f7d85e1e9d483400a17
Author: Michal Hlavinka <mihl at nbone.mihlnet>
Date:   Fri Aug 13 12:06:57 2010 +0200

    replace define with global in spec

 ksh.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ksh.spec b/ksh.spec
index f33e23f..f4df263 100644
--- a/ksh.spec
+++ b/ksh.spec
@@ -1,4 +1,4 @@
-%define       releasedate   2010-07-01
+%global       releasedate   2010-07-01
 
 Name:         ksh
 Summary:      The Original ATT Korn Shell


More information about the scm-commits mailing list