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 297DF385E03D for ; Mon, 30 May 2022 12:29:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 297DF385E03D 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 399CC1F88D for ; Mon, 30 May 2022 12:29:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1653913759; 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=SMAjHIb1qCLYB2pwxGAFiQ+08G/tFrHSCWzsSIDK6vY=; b=ky2bgssmgOrtS3T0rrXe9+muPa1EkNuFNmyBlT+A5Rg9lyIaNU2oawii33uKAYgMOBcp7h dKueXihq7KrLMGn7iVS/fpc0GoE2WDMqbY77f4WvmNuO6XDNjU0+SYw94TKzGGsCW/4Twl 2ObVHMfarXTu9a7R4KyVRvAJETDMZKk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1653913759; 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=SMAjHIb1qCLYB2pwxGAFiQ+08G/tFrHSCWzsSIDK6vY=; b=8DmNpEVGuXJFfm330CTzw3QBsDGg5dZEhU7lHVtiAiAbbcLPJsPJ3Wth++3dos0rEsUBoz j8GiuOpjWUUED+Aw== 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 2C34D13AFD for ; Mon, 30 May 2022 12:29:19 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Q2myCZ+4lGLgFgAAMHmgww (envelope-from ) for ; Mon, 30 May 2022 12:29:19 +0000 Message-ID: <27fbf61c-ab3a-c5f5-b5c1-9ec6e6e94492@suse.cz> Date: Mon, 30 May 2022 14:29:18 +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 containers: install libexpat-devel 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 12:29:21 -0000 The package is needed by gdb. --- builder/containers/Containerfile-opensuse-leap | 2 +- builder/containers/Containerfile-opensuse-tumbleweed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/containers/Containerfile-opensuse-leap b/builder/containers/Containerfile-opensuse-leap index 7bc9066..a9f70d8 100644 --- a/builder/containers/Containerfile-opensuse-leap +++ b/builder/containers/Containerfile-opensuse-leap @@ -12,7 +12,7 @@ RUN zypper -n install \ 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 \ - texinfo + texinfo libexpat-devel RUN zypper clean # Install buildbot-worker diff --git a/builder/containers/Containerfile-opensuse-tumbleweed b/builder/containers/Containerfile-opensuse-tumbleweed index 08c4ef4..b473990 100644 --- a/builder/containers/Containerfile-opensuse-tumbleweed +++ b/builder/containers/Containerfile-opensuse-tumbleweed @@ -12,7 +12,7 @@ RUN zypper -n install \ 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 \ - texinfo + texinfo libexpat-devel RUN zypper clean # Install buildbot-worker -- 2.36.1