[cpp-sp COMMIT] /branches/REL_2/shibboleth.spec.in
noreply at shibboleth.net
noreply at shibboleth.net
Sat Jun 8 16:16:14 EDT 2013
Author: scantor
Date: Sat Jun 8 16:16:13 2013
New Revision: 3863
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3863&view=rev
Log:
Build with GSS-API support by default
Modified:
branches/REL_2/shibboleth.spec.in
Modified: branches/REL_2/shibboleth.spec.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibboleth.spec.in?rev=3863&r1=3862&r2=3863&view=diff
==============================================================================
--- branches/REL_2/shibboleth.spec.in (original)
+++ branches/REL_2/shibboleth.spec.in Sat Jun 8 16:16:13 2013
@@ -31,6 +31,7 @@
BuildRequires: chrpath
%endif
BuildRequires: gcc-c++, zlib-devel, boost-devel >= 1.32.0
+%{!?_without_gssapi:BuildRequires: krb5-devel}
%{!?_without_doxygen:BuildRequires: doxygen}
%{!?_without_odbc:BuildRequires:unixODBC-devel}
%{?_with_fastcgi:BuildRequires: fcgi-devel}
@@ -97,9 +98,9 @@
%build
%if 0%{?centos_version} >= 600
- %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_memcached:--with-memcached} %{?shib_options}
-%else
- %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{?_with_memcached} %{?shib_options}
+ %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_memcached:--with-memcached} %{?shib_options}
+%else
+ %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{?_with_memcached} %{?shib_options}
%endif
%{__make} pkgdocdir=%{pkgdocdir}
@@ -335,6 +336,9 @@
%doc %{pkgdocdir}/api
%changelog
+* Sat Jun 8 2013 Scott Cantor <cantor.2 at osu.edu> - 2.5.2-1
+- Add --with-gssapi using MIT K5 by default
+
* Tue Sep 25 2012 Scott Cantor <cantor.2 at osu.edu> - 2.5.1-1
- Merge back various changes used in released packages
- Prep for 2.5.1 by pulling extra restart out
More information about the commits
mailing list