1 |
Name: pwauth |
Name: pwauth |
2 |
Version: 2.3.10 |
Version: 2.3.10 |
3 |
Release: 1%{?dist} |
Release: 4%{?dist} |
4 |
Summary: External plugin for mod_authnz_external authenticator |
Summary: External plugin for mod_authnz_external authenticator |
5 |
|
|
6 |
Group: Applications/System |
Group: Applications/System |
12 |
Patch2: pwauth-config.patch |
Patch2: pwauth-config.patch |
13 |
|
|
14 |
BuildRequires: pam-devel |
BuildRequires: pam-devel |
15 |
Requires(pre): httpd |
Requires(pre): httpd, perl |
16 |
|
|
17 |
%description |
%description |
18 |
Pwauth is an authenticator designed to be used with mod_auth_external |
Pwauth is an authenticator designed to be used with mod_auth_external |
46 |
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sysconfdir}/pam.d |
mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_sysconfdir}/pam.d |
47 |
|
|
48 |
install -p -m 4750 -t %{buildroot}%{_bindir} pwauth |
install -p -m 4750 -t %{buildroot}%{_bindir} pwauth |
49 |
|
install -p -m 0750 -t %{buildroot}%{_bindir} unixgroup |
50 |
install -p -T %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/pwauth |
install -p -T %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/pwauth |
51 |
|
|
52 |
|
|
54 |
|
|
55 |
|
|
56 |
%files |
%files |
57 |
%attr(4750,root,apache) %{_bindir}/pwauth |
%defattr(-,root,root,-) |
58 |
|
%attr(4750,-,apache) %{_bindir}/pwauth |
59 |
|
%attr(0750,-,apache) %{_bindir}/unixgroup |
60 |
%attr(644,-,-) %{_sysconfdir}/pam.d/pwauth |
%attr(644,-,-) %{_sysconfdir}/pam.d/pwauth |
61 |
%doc CHANGES INSTALL README |
%doc CHANGES INSTALL README |
62 |
|
|
63 |
|
|
64 |
%changelog |
%changelog |
65 |
|
* Fri Mar 22 2013 Philip Prindeville <philipp@fedoraproject.org> 2.3.10-4 |
66 |
|
- Fix for bz#924881 |
67 |
|
|
68 |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.3.10-1.sme |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.3.10-1.sme |
69 |
- Update config file for SME Server [SME: 7319] |
- Update config file for SME Server [SME: 7319] |
70 |
|
|