skip ejabberd on f12 as well, it's not useful anyway as the stock
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Dec 2010 11:27:58 +0000 (12:27 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 9 Dec 2010 11:27:58 +0000 (12:27 +0100)
version is 2.1.5 that's higher than ours 2.1.3

onelab.mk

index b4099cb..29a2e45 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -362,8 +362,9 @@ ALL += pyaspects
 ejabberd-MODULES := ejabberd
 ejabberd-SPEC := ejabberd.spec
 ejabberd-BUILD-FROM-SRPM := yes
-# tmp - skip on f14 for now
-ifneq ($(DISTRONAME),f14)
+# not needed anymore on f12 and above, that come with 2.1.5, and we had 2.1.3
+# so, this is relevant on f8 and centos5 only
+ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
 ALL += ejabberd
 endif