[lighttpd/f19] Enable lua.

Jon Ciesla limb at fedoraproject.org
Fri Feb 21 18:19:41 UTC 2014


commit ab49af36d1b91ac6a1fe7273cea96dd942a3bd61
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Feb 21 12:18:09 2014 -0600

    Enable lua.

 lighttpd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index 63a6809..879b66a 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/
@@ -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