update to 1.2.0

This commit is contained in:
tianlijing 2022-08-03 08:47:38 +08:00
parent 40ab8ddb4c
commit c0e5020d46
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -5,10 +5,10 @@
%{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}} %{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}}
Name: mod_intercept_form_submit Name: mod_intercept_form_submit
Version: 1.1.0 Version: 1.2.0
Release: 10 Release: 1
Summary: Apache module to intercept login form submission and run PAM authentication Summary: Apache module to intercept login form submission and run PAM authentication
License: ASL 2.0 License: Apache 2.0
URL: http://www.adelton.com/apache/mod_intercept_form_submit/ URL: http://www.adelton.com/apache/mod_intercept_form_submit/
Source0: http://www.adelton.com/apache/mod_intercept_form_submit/mod_intercept_form_submit-%{version}.tar.gz Source0: http://www.adelton.com/apache/mod_intercept_form_submit/mod_intercept_form_submit-%{version}.tar.gz
BuildRequires: gcc httpd-devel pkgconfig perl BuildRequires: gcc httpd-devel pkgconfig perl
@ -43,6 +43,9 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir}
%{_httpd_moddir}/*.so %{_httpd_moddir}/*.so
%changelog %changelog
* Sat Aug 06 2022 tianlijing <tianlijing@kylinos.cn> - 1.2.0-1
- update to 1.2.0
* Fri Jan 7 2022 liyanan <liyanan32@huawei.com> - 1.1.0-10 * Fri Jan 7 2022 liyanan <liyanan32@huawei.com> - 1.1.0-10
- Add the perl dependency - Add the perl dependency