diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec index b784890..75618f8 100644 --- a/mod_lookup_identity.spec +++ b/mod_lookup_identity.spec @@ -8,7 +8,7 @@ Summary: Apache module to retrieve additional information about the authenticated user Name: mod_lookup_identity Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 Group: System Environment/Daemons URL: http://www.adelton.com/apache/mod_lookup_identity/ @@ -18,6 +18,7 @@ BuildRequires: httpd-devel BuildRequires: dbus-devel BuildRequires: pkgconfig Requires: httpd-mmn = %{_httpd_mmn} +Requires: sssd-dbus # Suppres auto-provides for module DSO per # https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Summary @@ -63,6 +64,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku %{_httpd_moddir}/*.so %changelog +* Sat Dec 1 2018 Peter Oliver - 1.0.0-8 +- Require sssd-dbus. + * Fri Jul 13 2018 Fedora Release Engineering - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild