diff --git a/openwsman.spec b/openwsman.spec index d062f11..0816859 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -26,6 +26,7 @@ BuildRequires: python3 python3-devel ruby ruby-devel rubygems-devel perl-interpr BuildRequires: perl-devel perl-generators pkgconfig openssl-devel BuildRequires: cmake BuildRequires: systemd-units +BuildRequires: gcc gcc-c++ %description Openwsman is a project intended to provide an open-source @@ -125,6 +126,7 @@ You can use it to send shell commands to a remote Windows hosts. %patch2 -p1 -b .ruby-binding-build %patch3 -p1 -b .openssl-1.1-fix %patch4 -p1 -b .http-status-line +%patch5 -p1 -b .fix-set-cipher-list-retval-check %build # Removing executable permissions on .c and .h files to fix rpmlint warnings. @@ -280,8 +282,9 @@ rm -f /var/log/wsmand.log %{_bindir}/winrs %changelog -* Wed Feb 21 2018 Vitezslav Crhonek - 2.6.5-3 +* 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++ * Thu Feb 08 2018 Fedora Release Engineering - 2.6.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild