Upgrade to version 1.2.3
This commit is contained in:
parent
828bca32c9
commit
313b0140fe
Binary file not shown.
BIN
mod_authnz_pam-1.2.3.tar.gz
Normal file
BIN
mod_authnz_pam-1.2.3.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo 0-0)}}
|
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo 0-0)}}
|
||||||
Name: mod_authnz_pam
|
Name: mod_authnz_pam
|
||||||
Version: 1.2.0
|
Version: 1.2.3
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: PAM Basic Authentication provider and check.
|
Summary: PAM Basic Authentication provider and check.
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.adelton.com/apache/mod_authnz_pam/
|
URL: http://www.adelton.com/apache/mod_authnz_pam/
|
||||||
Source0: http://www.adelton.com/apache/mod_authnz_pam/mod_authnz_pam-%{version}.tar.gz
|
Source0: http://www.adelton.com/apache/mod_authnz_pam/mod_authnz_pam-%{version}.tar.gz
|
||||||
BuildRequires: gcc httpd-devel pam-devel pkgconfig git
|
BuildRequires: gcc httpd-devel pam-devel pkgconfig perl
|
||||||
Requires: httpd-mmn = %{_httpd_mmn} pam
|
Requires: httpd-mmn = %{_httpd_mmn} pam
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -15,7 +15,7 @@ authorization module completed by other modules. It can also provide
|
|||||||
[name, password] authentication through the PAM stack.
|
[name, password] authentication through the PAM stack.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n mod_authnz_pam-%{version} -p1 -S git
|
%autosetup -n mod_authnz_pam-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{_bindir}/apxs -c -Wc,"%{optflags} -Wall -pedantic -std=c99" -lpam mod_authnz_pam.c
|
%{_bindir}/apxs -c -Wc,"%{optflags} -Wall -pedantic -std=c99" -lpam mod_authnz_pam.c
|
||||||
@ -35,6 +35,9 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
|
|||||||
%{_libdir}/httpd/modules/*.so
|
%{_libdir}/httpd/modules/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 18 2022 wangkai <wangkai385@h-partners.com> - 1.2.3-1
|
||||||
|
- Upgrade to version 1.2.3
|
||||||
|
|
||||||
* Wed Jun 09 2021 wulei <wulei80@huawei.com> - 1.2.0-3
|
* Wed Jun 09 2021 wulei <wulei80@huawei.com> - 1.2.0-3
|
||||||
- fixes failed: git: No such file or directory
|
- fixes failed: git: No such file or directory
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user