X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc.mk;h=8c8175a229f77e7a5da7e97d28eab9cc76d75c63;hb=bc92fbd729d0e34f89e2edea7596763a1739fe9f;hp=2a685180863dab40b858d6aeb53c45532b445508;hpb=385c5c22a2a710ea7e815bd6f9a4dc30814464d5;p=build.git diff --git a/lxc.mk b/lxc.mk index 2a685180..8c8175a2 100644 --- a/lxc.mk +++ b/lxc.mk @@ -354,15 +354,6 @@ pyopenssl-BUILD-FROM-SRPM := yes ALL += pyopenssl endif -# -# pyaspects -# -pyaspects-MODULES := pyaspects -pyaspects-SPEC := pyaspects.spec -pyaspects-BUILD-FROM-SRPM := yes -ALL += pyaspects - -# # nodeconfig # nodeconfig-MODULES := nodeconfig @@ -512,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