!4 add buildrequires perl

From: @chen-jan 
Reviewed-by: @gwei3 
Signed-off-by: @gwei3
This commit is contained in:
openeuler-ci-bot 2022-04-06 07:55:30 +00:00 committed by Gitee
commit 154fd3a859
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo 0-0)}}
Name: mod_authnz_pam
Version: 1.2.0
Release: 4
Release: 5
Summary: PAM Basic Authentication provider and check.
License: ASL 2.0
URL: http://www.adelton.com/apache/mod_authnz_pam/
Source0: http://www.adelton.com/apache/mod_authnz_pam/mod_authnz_pam-%{version}.tar.gz
BuildRequires: gcc httpd-devel pam-devel pkgconfig
BuildRequires: gcc httpd-devel pam-devel pkgconfig perl
Requires: httpd-mmn = %{_httpd_mmn} pam
%description
@ -35,6 +35,9 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
%{_libdir}/httpd/modules/*.so
%changelog
* Wed Mar 30 2022 chenchen <chen_aka_jan@163.com> - 1.2.0-5
- add buildrequires perl
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.0-4
- DESC: delete -S git from %autosetup, and delete BuildRequires git