From acb9f4dcebff382188709d9b990dcf332ccc47c0 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 26 Oct 2012 12:48:58 +0200 Subject: [PATCH] Fix rhbz#847845: ldap_autofs_* options missing from /usr/share/sssd/sssd.api.d/sssd-ldap.conf --- sssd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index 1858321..0049eb3 100644 --- a/sssd.spec +++ b/sssd.spec @@ -16,7 +16,7 @@ Name: sssd Version: 1.8.5 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -25,6 +25,7 @@ Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ### Patches ### +Patch0001: 0001-Add-autofs-related-options-to-configAPI.patch ### Dependencies ### @@ -454,6 +455,10 @@ fi %postun -n libipa_hbac -p /sbin/ldconfig %changelog +* Sun Oct 07 2012 Jakub Hrozek - 1.8.5-3 +- Add autofs related options to the configAPI +- Resolves: #847845 + * Sun Oct 07 2012 Jakub Hrozek - 1.8.5-2 - Include the tarball in the sources