From: Thierry Parmentelat Date: Tue, 26 Jan 2010 13:57:24 +0000 (+0000) Subject: 3-fold nodefamily now has fcdistro as well X-Git-Tag: MyPLC-5.0-1^2~4 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=adf37430863e18c84137f5688d6e0b50f33eac77 3-fold nodefamily now has fcdistro as well --- diff --git a/myplc.spec b/myplc.spec index 2c0424d..854357b 100644 --- a/myplc.spec +++ b/myplc.spec @@ -1,6 +1,5 @@ # # $Id$ -# %define url $URL$ %define name myplc @@ -23,7 +22,7 @@ Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} URL: %(echo %{url} | cut -d ' ' -f 2) - +%define nodefamily %{pldistro}-%{distroname}-%{_arch} ####################### myplc Summary: PlanetLab Central (PLC) Portable Installation @@ -62,13 +61,17 @@ Requires: vixie-cron %endif # planetlab stuff Requires: bootmanager -Requires: bootcd-%{pldistro}-%{_arch} +# make sure to remove 2-fold nodefamily stuff +Conflicts: bootcd-%{pldistro}-%{_arch} +Requires: bootcd-%{nodefamily} Requires: bootcd-initscripts Requires: PLCWWW Requires: www-register-wizard Requires: nodeconfig Requires: PLCAPI -Requires: bootstrapfs-%{pldistro}-%{_arch} +# make sure to remove 2-fold nodefamily stuff +Conflicts: bootstrapfs-%{pldistro}-%{_arch} +Requires: bootstrapfs-%{nodefamily} Requires: myplc-docs Requires: myplc-release Requires: myplc-config