rebuilt with apache 2.4.x [release 2.0.1.1.1-2mamba;Sat Jun 13 2015]
This commit is contained in:
parent
c8421d0468
commit
263c6233de
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: apache-mod_auth_pam
|
Name: apache-mod_auth_pam
|
||||||
Version: 2.0.1.1.1
|
Version: 2.0.1.1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An apache module that implements Basic authentication on top of PAM
|
Summary: An apache module that implements Basic authentication on top of PAM
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
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
|
Source: http://pam.sourceforge.net/mod_auth_pam/dist/mod_auth_pam-%{majver}-%{minver}.tar.gz
|
||||||
Source1: %{name}-httpd
|
Source1: %{name}-httpd
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libapr1-devel >= 1.2.2, pam-devel >= 0.81
|
BuildRequires: libapr1-devel
|
||||||
Requires: apache >= 2.2.0, pam >= 0.81
|
BuildRequires: pam-devel
|
||||||
|
Requires: apache >= 2.4.0
|
||||||
|
Requires: pam >= 0.81
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library.
|
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
|
%setup -q -n mod_auth_pam
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make APXS=%{_sbindir}/apxs
|
%make APXS=%{_bindir}/apxs
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -63,6 +67,9 @@ exit 0
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1.1.1-2mamba
|
||||||
|
- rebuilt with apache 2.4.x
|
||||||
|
|
||||||
* Fri Feb 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1.1.1-1mamba
|
* Fri Feb 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1.1.1-1mamba
|
||||||
- update to 2.0.1.1.1
|
- update to 2.0.1.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user