diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec index 3c142dd..68d7ed8 100644 --- a/mod_lookup_identity.spec +++ b/mod_lookup_identity.spec @@ -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 - 1.0.0-9 +- fixes failed: gcc: command not found + * Fri Apr 17 2020 lizhenhua - 1.0.0-8 - Package init