!4 update to 1.2.0

From: @tianlijing 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-09-21 02:20:38 +00:00 committed by Gitee
commit f336eb7844
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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