On Tue, 2020-05-12 at 10:51 +0100, Daniel P. Berrangé wrote: > +%if 0%{?rhel} != 8 > BuildRequires: ant-junit > +%endif This can probably be changed to %if 0%{?rhel} < 8 under the assumption that packages that have been dropped from RHEL 8 are probably not going to be re-introduced in later major releases. > +%if 0%{?rhel} != 8 > ant test > +%endif Same here. With that changed, Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx> -- Andrea Bolognani / Red Hat / Virtualization