
14 May
2020
14 May
'20
12:16 p.m.
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@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization