!3 [sync] PR-2: Add the perl dependency

Merge pull request !3 from openeuler-sync-bot/sync-pr2-openEuler-22.03-LTS-Next-to-openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-08 11:31:12 +00:00 committed by Gitee
commit 5a38ed80e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -6,12 +6,12 @@
Name: mod_intercept_form_submit
Version: 1.1.0
Release: 9
Release: 10
Summary: Apache module to intercept login form submission and run PAM authentication
License: ASL 2.0
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
BuildRequires: gcc httpd-devel pkgconfig
BuildRequires: gcc httpd-devel pkgconfig perl
Requires: httpd-mmn = %{_httpd_mmn} mod_authnz_pam >= 0.7
%{?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
%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
- Package init