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