From: parmentelat Date: Tue, 18 Dec 2018 10:14:18 +0000 (+0100) Subject: drop support for sfa starting with f29 X-Git-Tag: py3ok~11 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=bc92fbd729d0e34f89e2edea7596763a1739fe9f;hp=cb9182c48645e137737e1ad21e229a6eb6909ed3 drop support for sfa starting with f29 --- diff --git a/lxc.mk b/lxc.mk index 1ba12c7f..8c8175a2 100644 --- a/lxc.mk +++ b/lxc.mk @@ -503,6 +503,10 @@ ALL += release # # sfa - Slice Facility Architecture # +# this is python2, somehow the tests won't pass on f29, so let's move on +# +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa +endif