add buildrequires perl
This commit is contained in:
parent
c951aae7bb
commit
23996bfec0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user