From 4524d9eb6991e7701fc7fa9b45338bd2b8e3f4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Porcel?= Date: Wed, 8 Sep 2010 17:57:30 +0000 Subject: [PATCH] Fix for ppc64 svn path=/trunk/; revision=748 --- ChangeLog | 5 +++++ releases/weekly/ChangeLog | 4 ++++ .../weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec | 2 +- tools/catalyst-auto-ppc64.conf | 5 +++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e0f26e3..cbc0c2b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Sep 2010; Raúl Porcel releases/weekly/ChangeLog, + releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec, + tools/catalyst-auto-ppc64.conf: + Fix for ppc64 + 06 Sep 2010; Raúl Porcel +tools/catalyst-auto-ppc.conf, +tools/catalyst-auto-ppc64.conf: Add ppc configs diff --git a/releases/weekly/ChangeLog b/releases/weekly/ChangeLog index 3abeb7ee..32591ee5 100644 --- a/releases/weekly/ChangeLog +++ b/releases/weekly/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Sep 2010; Raúl Porcel + specs/ppc/ppc64/installcd-stage2-minimal.spec: + Fix version_stamp on ppc64 minimalcd + 06 Sep 2010; Raúl Porcel +kconfig/powerpc/installcd-ppc32apple-2.6.34.config, specs/ppc/ppc64/installcd-stage2-minimal.spec, diff --git a/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec b/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec index 6effc337..14f758cf 100644 --- a/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec +++ b/releases/weekly/specs/ppc/ppc64/installcd-stage2-minimal.spec @@ -2,7 +2,7 @@ subarch: ppc64 target: livecd-stage2 rel_type: default snapshot: 2008.0 -version_stamp: minimal-2008.0 +version_stamp: 2008.0 profile: default/linux/powerpc/ppc64/10.0/32bit-userland source_subpath: default/livecd-stage1-ppc64-32ul-2008.0 diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf index 3195b3e0..b5d04dec 100644 --- a/tools/catalyst-auto-ppc64.conf +++ b/tools/catalyst-auto-ppc64.conf @@ -4,8 +4,9 @@ SVNDIR=/home/armin76/releng SPECS_DIR=${SVNDIR}/trunk/releases/weekly/specs/ppc/ppc64 - -SPECS="stage1.spec stage2.spec stage3.spec" + +SPECS="stage1-32ul.spec stage2-32ul.spec stage3-32ul.spec stage1-64ul.spec stage2-64ul.spec stage3-64ul.spec" + #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"