This works great for me to build mariadb 10.1 on EL7.
%if 0%{?rhel} && 0%{?rhel} <= 7
%global cmake_name cmake3
%else
%global cmake_name cmake
%endif
BuildRequires: %{cmake_name} >= 3.3.0
%{expand:%%%cmake_name} . \
-DBUILD_CONFIG=mysql_release \
-DFEATURE_SET="community" \
(et cetera)
Thanks!
Works for me.
lgtm
Manually downloaded RPMs from Koji work for me.
Manually downloaded RPMs from Koji work for me.
It appears that pkg_resources is preventing the execution of even basic mkdocs commands when tornado 4 isn't present, see #1265828.
Fixes #1241671 for me.
Sorry, I meant to say "The provides are NOT working right".
The provides are working right, details provided in bugzilla.
This update allows me to remove python-backports-ssl_match_hostname from my system. Thanks!
Can this be pushed to stable now? It is over two weeks old and has +5 karma. The previous version (7-2) is causing build errors in mock for me.
This update resolved an (upstream?) issue I was having with file.uncomment. Thanks!
Fixes the "Macro %py2_install has unterminated body" error I reported.