On Thu, Oct 8, 2020 at 2:37 PM Germano Massullo <germano.massu...@gmail.com> wrote: > ganglia EPEL 7 successfully builds on mock and copr [1] but fails on > koji [2], complaining about a missing close in a %if block. By seeing > the spec file I don't see any missing closure in the block, and I don't > understand this different behaviour between copr and koji > What do you think about?
The two spec files are not the same. The one used for the koji build has this on line 146: %if 0%{?systemd} and, indeed, there is no matching %endif. -- Jerry James http://www.jamezone.org/ _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org