--- rpms/e-smith-apache/sme9/e-smith-apache.spec 2013/10/04 23:40:26 1.6 +++ rpms/e-smith-apache/sme9/e-smith-apache.spec 2013/10/07 23:25:36 1.7 @@ -1,10 +1,10 @@ -# $Id: e-smith-apache.spec,v 1.5 2013/10/01 02:42:07 mrjhb3 Exp $ +# $Id: e-smith-apache.spec,v 1.6 2013/10/04 23:40:26 mrjhb3 Exp $ Summary: e-smith server and gateway - apache module %define name e-smith-apache Name: %{name} %define version 2.4.0 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -12,7 +12,7 @@ Group: Networking/Daemons Source: %{name}-%{version}.tar.xz Patch1: e-smith-apache-2.4.0-pwauth.patch Patch2: e-smith-apache-2.4.0-ibay_auth.patch -Patch3: e-smith-apache-2.4.0-missing_modules.patch +Patch3: e-smith-apache-2.4.0-apache_modules.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base >= 4.15.1 @@ -32,6 +32,10 @@ BuildRequires: e-smith-devtools >= 1.11. e-smith server and gateway software - apache module. %changelog +* Mon Oct 07 2013 John H. Bennett III 2.4.0-7.sme +- Re-do patch to add missing default httpd.conf modules [SME: 7874] +- Add authz_groupfile as a loadable Module [SME: 7875] + * Fri Oct 04 2013 John H. Bennett III 2.4.0-6.sme - Patch to add missing default httpd.conf modules [SME: 7874]