diff --git a/apache-mod_auth_pam.spec b/apache-mod_auth_pam.spec index ebade1f..1ea6d5e 100644 --- a/apache-mod_auth_pam.spec +++ b/apache-mod_auth_pam.spec @@ -3,7 +3,7 @@ Name: apache-mod_auth_pam Version: 2.0.1.1.1 -Release: 1mamba +Release: 2mamba Summary: An apache module that implements Basic authentication on top of PAM Group: System/Servers Vendor: openmamba @@ -13,9 +13,13 @@ URL: http://pam.sourceforge.net/mod_auth_pam Source: http://pam.sourceforge.net/mod_auth_pam/dist/mod_auth_pam-%{majver}-%{minver}.tar.gz Source1: %{name}-httpd License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libapr1-devel >= 1.2.2, pam-devel >= 0.81 -Requires: apache >= 2.2.0, pam >= 0.81 +BuildRequires: libapr1-devel +BuildRequires: pam-devel +Requires: apache >= 2.4.0 +Requires: pam >= 0.81 %description The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library. @@ -25,7 +29,7 @@ Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius authe %setup -q -n mod_auth_pam %build -%make APXS=%{_sbindir}/apxs +%make APXS=%{_bindir}/apxs %install @@ -63,6 +67,9 @@ exit 0 %doc README %changelog +* Sat Jun 13 2015 Silvan Calarco 2.0.1.1.1-2mamba +- rebuilt with apache 2.4.x + * Fri Feb 05 2010 Silvan Calarco 2.0.1.1.1-1mamba - update to 2.0.1.1.1