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

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

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