Add the perl dependency

(cherry picked from commit 71064891599beb42a5bb5cac4fac512c20ce2094)
This commit is contained in:
lyn1001 2022-01-07 18:27:17 +08:00 committed by openeuler-sync-bot
parent 3a26f8665b
commit a51430e495

View File

@ -6,12 +6,12 @@
Name: mod_intercept_form_submit Name: mod_intercept_form_submit
Version: 1.1.0 Version: 1.1.0
Release: 9 Release: 10
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: ASL 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 BuildRequires: gcc httpd-devel pkgconfig perl
Requires: httpd-mmn = %{_httpd_mmn} mod_authnz_pam >= 0.7 Requires: httpd-mmn = %{_httpd_mmn} mod_authnz_pam >= 0.7
%{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$} %{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
@ -43,5 +43,8 @@ install -Dp -m 0644 intercept_form_submit.confx $RPM_BUILD_ROOT%{_httpd_confdir}
%{_httpd_moddir}/*.so %{_httpd_moddir}/*.so
%changelog %changelog
* Fri Jan 7 2022 liyanan <liyanan32@huawei.com> - 1.1.0-10
- Add the perl dependency
* Sun Apr 26 2020 chengzihan <chengzihan2@huawei.com> - 1.1.0-9 * Sun Apr 26 2020 chengzihan <chengzihan2@huawei.com> - 1.1.0-9
- Package init - Package init