Add the perl dependency

(cherry picked from commit 05367a3e7ab4baedde1a45757a83ca640cf2c0c6)
This commit is contained in:
lyn1001 2022-01-07 18:47:27 +08:00 committed by openeuler-sync-bot
parent 6cce566c98
commit 2b79977cd0

View File

@ -7,11 +7,11 @@
Name: mod_lookup_identity
Summary: Used to retrieve additional information about the authenticated user
Version: 1.0.0
Release: 9
Release: 10
License: ASL 2.0
URL: http://www.adelton.com/apache/mod_lookup_identity/
Source0: http://www.adelton.com/apache/mod_lookup_identity/%{name}-%{version}.tar.gz
BuildRequires: httpd-devel dbus-devel pkgconfig gcc
BuildRequires: httpd-devel dbus-devel pkgconfig gcc perl
Requires: httpd-mmn = %{_httpd_mmn}
%{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
@ -44,6 +44,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku
%{_httpd_moddir}/*.so
%changelog
* Fri Jan 7 2022 liyanan <liyanan32@huawei.com> - 1.0.0-10
- Add the perl dependency
* Wed Jun 09 2021 wulei <wulei80@huawei.com> - 1.0.0-9
- fixes failed: gcc: command not found