https://bugzilla.redhat.com/show_bug.cgi?id=1193923 --- Comment #11 from Michael Schwendt (Fedora Packager Sponsors Group) <bugs.michael@xxxxxxx> --- > %build > %cmake -D CMAKE_BUILD_TYPE:String="Release" -D USE_SHARED_MBEDTLS_LIBRARY:BOOL=1 . > make %{?_smp_mflags} all apidoc > > # check temporarily disabled due a bug > # %check > # LD_LIBRARY_PATH=$PWD/library ctest --output-on-failure -V > > %install As %check is executed after %install, placing the %check section below %install would be the more logical choice. (Also note that some packages perform %checks on the buildroot contents, and that wouldn't work before %install.) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review