From 0b25a0f125861f6c82e2c4c0cc0a528799015d51 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Dec 09 2010 10:58:05 +0000 Subject: Recompile with -DNO_SSL_CALLBACK --- diff --git a/openwsman.spec b/openwsman.spec index f9e0d19..4065a21 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -14,7 +14,7 @@ BuildRequires: perl-devel pkgconfig openssl-devel BuildRequires: cmake Requires: net-tools Version: 2.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Url: http://www.openwsman.org/ License: BSD Group: Applications/System @@ -145,7 +145,7 @@ chmod -x src/cpp/WsmanClient.h rm -rf build mkdir build -export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DFEDORA" +export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DFEDORA -DNO_SSL_CALLBACK" export SSL_LIB=`readlink %{_libdir}/libssl.so` cd build cmake \ @@ -281,6 +281,9 @@ fi %changelog +* Thu Dec 9 2010 Vitezslav Crhonek - 2.2.4-2 +- Recompile with -DNO_SSL_CALLBACK + * Tue Nov 16 2010 Vitezslav Crhonek - 2.2.4-1 - Update to openwsman-2.2.4 - Add help2man generated manpage for openwsmand binary