From 07795a5453feee1dadccf6996cc34541b7ecf217 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 28 Feb 2018 10:14:30 +0100 Subject: [PATCH] Explicitly disable build of java binding --- openwsman.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwsman.spec b/openwsman.spec index 0816859..01d2810 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -148,6 +148,7 @@ cmake \ -DCMAKE_SKIP_RPATH=1 \ -DPACKAGE_ARCHITECTURE=`uname -m` \ -DLIB=%{_lib} \ + -DBUILD_JAVA=no \ .. make @@ -285,6 +286,7 @@ rm -f /var/log/wsmand.log * Thu Feb 22 2018 Vitezslav Crhonek - 2.6.5-3 - Fix wrong SSL_CTX_set_cipher_list() retval check - Add BuildRequires gcc and gcc-c++ +- Explicitly disable build of java bindings (build fails if java-devel is installed) * Thu Feb 08 2018 Fedora Release Engineering - 2.6.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild