From 401097680976425e80a539a29675035362be3bef Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Jan 24 2016 16:04:08 +0000 Subject: Enable krb5 and fix building of pgm (#1301197) --- diff --git a/zeromq.spec b/zeromq.spec index 03ac70d..60d4c69 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -2,7 +2,7 @@ Name: zeromq Version: 4.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -27,6 +27,7 @@ BuildRequires: libuuid-devel %endif %if %{with pgm} BuildRequires: openpgm-devel +BuildRequires: krb5-devel %endif %description @@ -84,7 +85,8 @@ sed -i "s/openpgm-[0-9].[0-9]/%{openpgm_pc}/g" \ autoreconf -fi %configure \ %if %{with pgm} - --with-system-pgm \ + --with-pgm \ + --with-libgssapi_krb5 \ %endif --disable-static make %{?_smp_mflags} V=1 @@ -128,6 +130,9 @@ make check V=1 %changelog +* Sun Jan 24 2016 Thomas Spura - 4.1.4-2 +- Enable krb5 and fix building of pgm (#1301197) + * Sat Dec 19 2015 Thomas Spura - 4.1.4-1 - update to 4.1.4 (#1292814) - refresh zmq.hpp