From 7a12c895a23174e94e7e80a9fd087abd2c77699f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 16 Jul 2012 09:50:52 -0400 Subject: [PATCH] Fix broken ARM build - Add missing DP_OPTION_TERMINATOR in AD provider options --- sssd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index a0e93e2..25762fd 100644 --- a/sssd.spec +++ b/sssd.spec @@ -16,7 +16,7 @@ Name: sssd Version: 1.9.0 -Release: 10%{?dist}.beta4 +Release: 11%{?dist}.beta4 Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -26,6 +26,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ### Patches ### +Patch0001: 0001-AD-Add-missing-DP-option-terminator.patch + ### Dependencies ### Conflicts: selinux-policy < 3.10.0-46 @@ -497,6 +499,10 @@ fi %postun -n libipa_hbac -p /sbin/ldconfig %changelog +* Fri Jul 16 2012 Stephen Gallagher - 1.9.0-11.beta4 +- Fix broken ARM build +- Add missing DP_OPTION_TERMINATOR in AD provider options + * Wed Jul 11 2012 Jakub Hrozek - 1.9.0-10.beta4 - Own several directories create during make install (#839782)