From 9edab5ee4a765045eb18bdf5053e80b7923072ae Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Fri, 2 Nov 2012 11:24:55 -0400 Subject: [PATCH] Enable saml2 in rpms --- packaging/rhel/sogo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/rhel/sogo.spec b/packaging/rhel/sogo.spec index 91d055fe2..d4ade08a2 100644 --- a/packaging/rhel/sogo.spec +++ b/packaging/rhel/sogo.spec @@ -146,7 +146,7 @@ rm -fr ${RPM_BUILD_ROOT} # ****************************** build ******************************** %build . /usr/share/GNUstep/Makefiles/GNUstep.sh -./configure +./configure --enable-saml2 case %{_target_platform} in ppc64-*) @@ -322,6 +322,9 @@ fi # ********************************* changelog ************************* %changelog +* Fri Nov 02 2012 Jean Raby +- Enable saml2 + * Tue Aug 28 2012 Jean Raby - Add openchange_cleanup.py and tweak it to work on RHEL5