From: Thierry Parmentelat Date: Wed, 15 Feb 2012 14:52:06 +0000 (+0100) Subject: further cleanup and check other missing BUILD-FROM-SRPM X-Git-Url: http://git.onelab.eu/?p=wextoolbox.git;a=commitdiff_plain;h=18fb8d7dfd895a9e13a257500b1650c8e28619df further cleanup and check other missing BUILD-FROM-SRPM --- diff --git a/wextoolbox.mk b/wextoolbox.mk index a0a7835..99d682d 100644 --- a/wextoolbox.mk +++ b/wextoolbox.mk @@ -62,7 +62,7 @@ sge-DEVEL-RPMS += kdevelop-devel kdevelop kdevelop-libs java-1.6.0-openjdk sge-DEVEL-RPMS += lesstif lesstif-devel # turning this off - current focus is on deploying the sge box separately from myplc -# packaging is still broken, and we're exploring a ready-t-o-use distro on centos +# packaging is still broken, and we're exploring a ready-to-use distro on centos # ALL += sge # IN_BOOTSTRAPFS += sge @@ -158,6 +158,7 @@ IN_BOOTSTRAPFS += iptables # util-vserver-MODULES := util-vserver util-vserver-SPEC := util-vserver.spec +util-vserver-BUILD-FROM-SRPM := yes util-vserver-RPMFLAGS:= --without dietlibc ALL += util-vserver IN_BOOTSTRAPFS += util-vserver @@ -168,9 +169,6 @@ IN_BOOTSTRAPFS += util-vserver util-vserver-pl-MODULES := util-vserver-pl util-vserver-pl-SPEC := util-vserver-pl.spec util-vserver-pl-DEPEND-DEVEL-RPMS += util-vserver-lib util-vserver-devel util-vserver-core -ifeq "$(local_libnl)" "true" -util-vserver-pl-DEPEND-DEVEL-RPMS += libnl libnl-devel -endif ALL += util-vserver-pl IN_BOOTSTRAPFS += util-vserver-pl @@ -237,23 +235,6 @@ mom-SPEC := pl_mom.spec ALL += mom IN_BOOTSTRAPFS += mom -# -# inotify-tools - local import -# rebuild this on centos5 (not found) - see yumexclude -# -local_inotify_tools=false -ifeq "$(DISTRONAME)" "centos5" -local_inotify_tools=true -endif - -ifeq "$(local_inotify_tools)" "true" -inotify-tools-MODULES := inotify-tools -inotify-tools-SPEC := inotify-tools.spec -inotify-tools-BUILD-FROM-SRPM := yes -IN_BOOTSTRAPFS += inotify-tools -ALL += inotify-tools -endif - # # vsys #