From adf37430863e18c84137f5688d6e0b50f33eac77 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 26 Jan 2010 13:57:24 +0000 Subject: [PATCH] 3-fold nodefamily now has fcdistro as well --- myplc.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.43.0