This partially reverts commit 002b63b437 ("packit: disable ELN builds
until fedora-eln/eln#165 is fixed"). That ELN issue was fixed, but it's
still broken on s390x because of fedora-eln/eln#170.
Signed-off-by: Omar Sandoval <osandov@osandov.com>
Packit is failing because the examples directory doesn't exist since
commit a0a54edc1f ("Create contrib directory"). Let's work around it
in our post-upstream-clone step until we cut the next release and update
the RPM spec.
Signed-off-by: Omar Sandoval <osandov@osandov.com>
Something changed recently in PackIt and it no longer generates a
changelog if the rpmautospec macro is present. This ends up breaking
EPEL 8 builds, which apparently don't support rpmautospec properly yet
(see https://pagure.io/fedora-infra/rpmautospec/issue/204).
Signed-off-by: Davide Cavalca <dcavalca@fb.com>