[sssd] Fix broken ARM build

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jul 16 13:51:00 UTC 2012


commit 7a12c895a23174e94e7e80a9fd087abd2c77699f
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jul 16 09:50:52 2012 -0400

    Fix broken ARM build
    
    - Add missing DP_OPTION_TERMINATOR in AD provider options

 sssd.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <sgallagh at redhat.com> - 1.9.0-11.beta4
+- Fix broken ARM build
+- Add missing DP_OPTION_TERMINATOR in AD provider options
+
 * Wed Jul 11 2012 Jakub Hrozek <jhrozek at redhat.com> - 1.9.0-10.beta4
 - Own several directories create during make install (#839782)
 


More information about the scm-commits mailing list