Re: [libvirt-java PATCH 4/6] rpm: skip junit tests in RHEL-8 build

2020-05-14 Thread Andrea Bolognani
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

[libvirt-java PATCH 4/6] rpm: skip junit tests in RHEL-8 build

2020-05-12 Thread Daniel P . Berrangé
Signed-off-by: Daniel P. Berrangé --- libvirt-java.spec.in | 4 1 file changed, 4 insertions(+) diff --git a/libvirt-java.spec.in b/libvirt-java.spec.in index 034d511..1d7fa43 100644 --- a/libvirt-java.spec.in +++ b/libvirt-java.spec.in @@ -20,7 +20,9 @@ Requires: java >= @java.required@