[lighttpd] Enable lua.

Jon Ciesla limb at fedoraproject.org
Fri Feb 21 18:16:36 UTC 2014


commit 0ee8f1e787223662770aa9c6be22a4084302c4aa
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Feb 21 12:14:59 2014 -0600

    Enable lua.

 lighttpd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index 63a6809..aca2708 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -12,7 +12,7 @@
 %bcond_without kerberos5
 %bcond_without pcre
 %bcond_without fam
-%bcond_with lua
+%bcond_without lua
 # We can't have bcond names with hyphens
 %bcond_with    webdavprops
 %bcond_with    webdavlocks
@@ -43,7 +43,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.34
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -86,7 +86,7 @@ BuildRequires: /usr/bin/awk
 %{?with_webdavlocks:BuildRequires: sqlite-devel}
 %{?with_gdbm:BuildRequires: gdbm-devel}
 %{?with_memcache:BuildRequires: memcached-devel}
-%{?with_lua:BuildRequires: lua-devel}
+%{?with_lua:BuildRequires: compat-lua-devel}
 # On EL5 we still need this because of the "broken" lua
 %if 0%{?el5}
 BuildRequires: readline-devel
@@ -315,6 +315,9 @@ fi
 
 
 %changelog
+* Fri Feb 21 2014 Jon Ciesla <limburgher at gmail.com> - 1.4.34-4
+- Enable lua, BZ 912546.
+
 * Mon Feb 10 2014 Jon Ciesla <limburgher at gmail.com> - 1.4.34-3
 - Enable PIE, BZ 955145.
 


More information about the scm-commits mailing list