X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=onelab.mk;h=4c5a740fe8bc7eb90d6f306920979ee62d1f2e88;hb=6f07834e854bc82c3096c0640a12ba0873154b96;hp=878570fbcacd6ffed3a76b753a8cd1aa783e7455;hpb=c4ace745a2a82a223d365986a118b5880856fe23;p=build.git diff --git a/onelab.mk b/onelab.mk index 878570fb..4c5a740f 100644 --- a/onelab.mk +++ b/onelab.mk @@ -69,18 +69,6 @@ madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \ ALL += madwifi IN_BOOTSTRAPFS += madwifi -# -# nozomi -# -nozomi-MODULES := nozomi -nozomi-SPEC := nozomi.spec -nozomi-DEPEND-DEVEL-RPMS += kernel-devel -nozomi-SPECVARS = kernel_version=$(kernel.rpm-version) \ - kernel_release=$(kernel.rpm-release) \ - kernel_arch=$(kernel.rpm-arch) -IN_BOOTSTRAPFS += nozomi -ALL += nozomi - # # comgt # @@ -110,6 +98,7 @@ ALL += umts-frontend # iptables-MODULES := iptables iptables-SPEC := iptables.spec +iptables-BUILD-FROM-SRPM := yes iptables-DEPEND-DEVEL-RPMS += kernel-devel kernel-headers ALL += iptables IN_BOOTSTRAPFS += iptables @@ -119,6 +108,7 @@ IN_BOOTSTRAPFS += iptables # iproute-MODULES := iproute2 iproute-SPEC := iproute.spec +iproute-BUILD-FROM-SRPM := yes ALL += iproute IN_BOOTSTRAPFS += iproute IN_VSERVER += iproute @@ -129,7 +119,9 @@ IN_BOOTCD += iproute # util-vserver-MODULES := util-vserver util-vserver-SPEC := util-vserver.spec -util-vserver-RPMFLAGS:= --without dietlibc +# starting with 0.4 +util-vserver-BUILD-FROM-SRPM := yes +util-vserver-RPMFLAGS:= --without dietlibc --without doc ALL += util-vserver IN_BOOTSTRAPFS += util-vserver @@ -327,7 +319,7 @@ ALL += pcucontrol # # monitor # -monitor-MODULES := Monitor +monitor-MODULES := monitor monitor-SPEC := Monitor.spec monitor-DEVEL-RPMS += net-snmp net-snmp-devel ALL += monitor @@ -336,11 +328,12 @@ IN_BOOTSTRAPFS += monitor # # zabbix # -zabbix-MODULES := Monitor +zabbix-MODULES := monitor zabbix-SPEC := zabbix.spec zabbix-BUILD-FROM-SRPM := yes zabbix-DEVEL-RPMS += python-cherrypy -ALL += zabbix +### turn this off as zabbix comes with stock fedora or epel +###ALL += zabbix # # PLC RT @@ -536,7 +529,7 @@ ALL += myplc # myplc-docs only contains docs for PLCAPI and NMAPI, but # we still need to pull MyPLC, as it is where the specfile lies, # together with the utility script docbook2drupal.sh -myplc-docs-MODULES := myplc plcapi nodemanager Monitor +myplc-docs-MODULES := myplc plcapi nodemanager monitor myplc-docs-SPEC := myplc-docs.spec ALL += myplc-docs