Hide Forgot
Your package logrotate failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=12833296 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Created attachment 1125308 [details] build.log
Created attachment 1125309 [details] root.log
Created attachment 1125310 [details] state.log
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase
logrotate.c: In function 'postrotateSingleLog': logrotate.c:1787:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] if (!hasErrors && log->flags & LOG_FLAG_TMPFILENAME) { ^~ logrotate.c:1784:5: note: ...this 'if' clause, but it is not if (!state->doRotate) ^~ logrotate.c:1824:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] if (selinux_enabled) { ^~ logrotate.c:1820:5: note: ...this 'if' clause, but it is not if (!hasErrors && rotNames->disposeName) ^~ New warning in GCC 6, and package builds with -Werror. The code should either be fixed if there is a legitimate issue, or build without -Werror (or at least with -Wno-error=misleading-indentation)
This was fixed before branching.