rpms/sssd/F-11 sssd-0.4.1-conf_check.patch, NONE, 1.1 sssd.conf.default, 1.3, 1.4 sssd.spec, 1.18, 1.19

Simo Sorce simo at fedoraproject.org
Thu Jun 11 15:07:49 UTC 2009


Author: simo

Update of /cvs/pkgs/rpms/sssd/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28600

Modified Files:
	sssd.conf.default sssd.spec 
Added Files:
	sssd-0.4.1-conf_check.patch 
Log Message:
* Thu Jun 11 2009 Simo Sorce <ssorce at redhat.com> - 0.4.1-1
- add missing configure check that broke stopping the daemon
- also fix default config to add a missing required option


sssd-0.4.1-conf_check.patch:

--- NEW FILE sssd-0.4.1-conf_check.patch ---
>From da891b9cd5a17c65299f84db507181fd74a7a6bf Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh at redhat.com>
Date: Thu, 11 Jun 2009 08:46:43 -0400
Subject: [PATCH] Add missing configure check for getpgrp

---
 server/util/signal.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/util/signal.m4 b/server/util/signal.m4
index c6d7f72..a778020 100644
--- a/server/util/signal.m4
+++ b/server/util/signal.m4
@@ -1 +1 @@
-AC_CHECK_FUNCS(sigprocmask sigblock sigaction)
+AC_CHECK_FUNCS(sigprocmask sigblock sigaction getpgrp)
-- 
1.6.2.2



Index: sssd.conf.default
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-11/sssd.conf.default,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sssd.conf.default	14 Apr 2009 21:24:36 -0000	1.3
+++ sssd.conf.default	11 Jun 2009 15:07:18 -0000	1.4
@@ -62,6 +62,7 @@ description = Domains served by SSSD
 ; maxId = 999
 ; legacy = FALSE
 ; magicPrivateGroups = TRUE
+; provider = local
 
 # Example LDAP domain that uses the proxy backend and the standard nss_ldap
 # and pam_ldap modules (Useful until we have good working native ldap backends).


Index: sssd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-11/sssd.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sssd.spec	8 Jun 2009 17:40:52 -0000	1.18
+++ sssd.spec	11 Jun 2009 15:07:18 -0000	1.19
@@ -1,6 +1,6 @@
 Name: sssd
 Version: 0.4.1
-Release: 0%{?dist}
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 
@@ -13,6 +13,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na
 
 ### Patches ###
 Patch010: sssd-0.4.1-debug_fn.patch
+Patch011: sssd-0.4.1-conf_check.patch
 
 ### Dependencies ###
 
@@ -56,6 +57,7 @@ services for projects like FreeIPA.
 %setup -q
 
 %patch010 -p1 -b .debug_fn
+%patch011 -p1 -b .conf_check
 
 %build
 %configure \
@@ -129,6 +131,10 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Thu Jun 11 2009 Simo Sorce <ssorce at redhat.com> - 0.4.1-1
+- add missing configure check that broke stopping the daemon
+- also fix default config to add a missing required option
+
 * Mon Jun  8 2009 Simo Sorce <ssorce at redhat.com> - 0.4.1-0
 - latest upstream release.
 - also add a patch that fixes debugging output (potential segfault)




More information about the fedora-extras-commits mailing list