From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 2F0A0383643B for ; Mon, 30 May 2022 07:28:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2F0A0383643B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 188B01FA2A for ; Mon, 30 May 2022 07:28:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1653895687; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=O8d4MX77YsZVVDq2Q/qfPTW2e4u6V4w6m7yxa5qZBD0=; b=dSyjqScVcii2NpNlOucBNJdQv/GjkCwrub6KiDPmytoHY3eD4spAS04pAai08TFTnIsTvT b43WM/+mDbG0KKEAum3yxOIkSLz82oMQrUgRRqLvg0C5+8mIAOe9uUJaXaQC9jzCfW2aM6 weAjaU8cjVYC0Yf+eNiaPXzlKys19GI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1653895687; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=O8d4MX77YsZVVDq2Q/qfPTW2e4u6V4w6m7yxa5qZBD0=; b=rmP0VGQfq39vmSGs3eyo8zseHevIfk01MTPxlJzfce+X8y7X/PRacCo2GB4MkQZu+ng5KH hWWPaCRsedRalWCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 0B29B13A84 for ; Mon, 30 May 2022 07:28:07 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id ynS/AQdylGI+dAAAMHmgww (envelope-from ) for ; Mon, 30 May 2022 07:28:07 +0000 Message-ID: <7caee30a-8a72-6651-291a-18cdf6c1fdf4@suse.cz> Date: Mon, 30 May 2022 09:28:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: [PATCH][pushed] openSUSE: install texinfo package To: buildbot@sourceware.org Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2022 07:28:09 -0000 Needed for e.g. binutils builders. Pushed, Martin --- builder/containers/Containerfile-opensuse-leap | 3 ++- builder/containers/Containerfile-opensuse-tumbleweed | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/builder/containers/Containerfile-opensuse-leap b/builder/containers/Containerfile-opensuse-leap index 6cfb4e7..7bc9066 100644 --- a/builder/containers/Containerfile-opensuse-leap +++ b/builder/containers/Containerfile-opensuse-leap @@ -11,7 +11,8 @@ RUN zypper -n install \ libmicrohttpd-devel sqlite-devel libelf-devel libdw-devel \ xmlto poppler-tools libxslt docbook-dtds docbook-xsl-stylesheets \ libxml2-devel dos2unix dpkg python3-devel python3-mock \ - python3-rpm python3-pyxdg python3-pip openmpi-devel gdb help2man wget + python3-rpm python3-pyxdg python3-pip openmpi-devel gdb help2man wget \ + texinfo RUN zypper clean # Install buildbot-worker diff --git a/builder/containers/Containerfile-opensuse-tumbleweed b/builder/containers/Containerfile-opensuse-tumbleweed index e9c74b7..08c4ef4 100644 --- a/builder/containers/Containerfile-opensuse-tumbleweed +++ b/builder/containers/Containerfile-opensuse-tumbleweed @@ -11,7 +11,8 @@ RUN zypper -n install \ libmicrohttpd-devel sqlite-devel libelf-devel libdw-devel \ xmlto poppler-tools libxslt docbook-dtds docbook-xsl-stylesheets \ libxml2-devel dos2unix dpkg python3-devel python3-mock \ - python3-rpm python3-pyxdg python3-pip openmpi-devel gdb help2man wget + python3-rpm python3-pyxdg python3-pip openmpi-devel gdb help2man wget \ + texinfo RUN zypper clean # Install buildbot-worker -- 2.36.1