From 23996bfec0badf4ac7ad091d6a2982d46b3ac2fa Mon Sep 17 00:00:00 2001 From: chen-jan Date: Wed, 30 Mar 2022 16:00:45 +0800 Subject: [PATCH] add buildrequires perl --- mod_authnz_pam.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec index c0cf954..6e6039c 100644 --- a/mod_authnz_pam.spec +++ b/mod_authnz_pam.spec @@ -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 - 1.2.0-5 +- add buildrequires perl + * Fri Jul 30 2021 chenyanpanHW - 1.2.0-4 - DESC: delete -S git from %autosetup, and delete BuildRequires git