summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Oliver <git@mavit.org.uk>2018-12-01 12:28:21 +0000
committerJan Pazdziora <jpazdziora@redhat.com>2018-12-04 10:20:56 +0100
commit3ab8655caeab16f0952cb9b26fc205bc9c7a8bdd (patch)
tree9cf36fb3b2258f63c801c9866fca982cbdb28c70
parent3a32dbdebfed1e58651a8dd6e8df5be5aab2d61e (diff)
downloadmod_lookup_identity-3ab8655caeab16f0952cb9b26fc205bc9c7a8bdd.tar.gz
mod_lookup_identity-3ab8655caeab16f0952cb9b26fc205bc9c7a8bdd.tar.xz
mod_lookup_identity-3ab8655caeab16f0952cb9b26fc205bc9c7a8bdd.zip
Recommend sssd-dbus to match recommendation in README.HEADmaster
We don't hard-require since SSSD could be living in a different container. https://src.fedoraproject.org/rpms/mod_lookup_identity/pull-request/1
-rw-r--r--mod_lookup_identity.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 28d8946..378c43f 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: 6%{?dist}
+Release: 8%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
URL: http://www.adelton.com/apache/mod_lookup_identity/
@@ -18,6 +18,9 @@ BuildRequires: httpd-devel
BuildRequires: dbus-devel
BuildRequires: pkgconfig
Requires: httpd-mmn = %{_httpd_mmn}
+%if 0%{?fedora} || 0%{?rhel} >= 8
+Recommends: sssd-dbus
+%endif
# Suppres auto-provides for module DSO per
# https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Summary
@@ -63,6 +66,9 @@ install -Dp -m 0644 lookup_identity.confx $RPM_BUILD_ROOT%{_httpd_confdir}/looku
%{_httpd_moddir}/*.so
%changelog
+* Sat Dec 1 2018 Peter Oliver <rpm@mavit.org.uk> - 1.0.0-8
+- Recommend sssd-dbus.
+
* Fri Feb 23 2018 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-6
- https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires