!2 修复因缺少依赖导致编译失败问题

From: @wu-leilei
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-06-09 11:21:47 +08:00 committed by Gitee
commit 6cce566c98

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: 8
Release: 9
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
BuildRequires: httpd-devel dbus-devel pkgconfig gcc
Requires: httpd-mmn = %{_httpd_mmn}
%{?filter_provides_in: %filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
@ -44,5 +44,8 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku
%{_httpd_moddir}/*.so
%changelog
* Wed Jun 09 2021 wulei <wulei80@huawei.com> - 1.0.0-9
- fixes failed: gcc: command not found
* Fri Apr 17 2020 lizhenhua <lizhenhua21@huawei.com> - 1.0.0-8
- Package init