[lua-moonscript] pull in lua-inotify as a requirement as well

Michel Alexandre Salim salimma at fedoraproject.org
Fri Sep 9 19:03:48 UTC 2011


commit 3b337d7655f84280306af6d31b3f3ce969f23e36
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Sep 9 21:03:21 2011 +0200

    pull in lua-inotify as a requirement as well

 lua-moonscript.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/lua-moonscript.spec b/lua-moonscript.spec
index 62bf3f6..4c1d9d1 100644
--- a/lua-moonscript.spec
+++ b/lua-moonscript.spec
@@ -24,7 +24,10 @@ Requires:       lua >= %{luaver}
 Requires:       lua-alt-getopt >= 0.7
 Requires:       lua-filesystem >= 1.5
 Requires:       lua-lpeg >= 0.10
-# lua-inotify is recommended, but not required
+# lua-inotify is a soft requirement;
+# needed for the directory watching feature 
+Requires:       lua-inotify
+
 
 %description
 MoonScript is a dynamic scripting language that compiles into Lua. It


More information about the scm-commits mailing list