[lua-logging] fix lua requires to be on lua(api)

Tom Callaway spot at fedoraproject.org
Mon Jun 3 13:42:26 UTC 2013


commit 8782fe29f8c749ba926380529cb1dac17f68ab42
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Jun 3 09:41:49 2013 -0400

    fix lua requires to be on lua(api)

 lua-logging.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lua-logging.spec b/lua-logging.spec
index 1920081..0a83304 100644
--- a/lua-logging.spec
+++ b/lua-logging.spec
@@ -6,7 +6,7 @@
 
 Name:           lua-logging
 Version:        1.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simple API to use logging features in Lua
 
 Group:          Development/Libraries
@@ -16,7 +16,7 @@ Source0:        https://github.com/Neopallium/lualogging/archive/%{commit}/%{nam
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       lua = %{luaver}
+Requires:       lua(api) = %{luaver}
 Requires:       lua-socket
 Requires:       lua-sql
 
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun  3 2013 Tom Callaway <spot at fedoraproject.org> - 1.3.0-2
+- use lua(api) for Requires
+
 * Sun May 12 2013 Tom Callaway <spot at fedoraproject.org> - 1.3.0-1
 - update to 1.3.0, lua 5.2
 


More information about the scm-commits mailing list