public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* Include rpm-sign in the container image buildbots
@ 2022-08-03 15:51 Ryan Goldberg
  2022-08-04 19:34 ` Mark Wielaard
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Goldberg @ 2022-08-03 15:51 UTC (permalink / raw)
  To: buildbot


[-- Attachment #1.1: Type: text/plain, Size: 227 bytes --]

Here is a patch for the buildbots, adding some packages required for newer
elfutils code.

If possible it would be good to have rpm-devel, ima-evm-utils-devel,
openssl-devel, rpm-sign on the VM buildbots as well.

Thanks,
Ryan

[-- Attachment #1.2: Type: text/html, Size: 314 bytes --]

[-- Attachment #2: 0001-fedora-containers-add-rpm-sign-package.patch --]
[-- Type: text/x-patch, Size: 2067 bytes --]

From 8144812b244030610d39660642e62124af60478a Mon Sep 17 00:00:00 2001
From: Ryan Goldberg <rgoldber@redhat.com>
Date: Wed, 3 Aug 2022 11:41:21 -0400
Subject: [PATCH] fedora containers: add rpm sign package

This is for building newer elfutils code.
---
 builder/containers/Containerfile-fedora-latest  | 2 +-
 builder/containers/Containerfile-fedora-rawhide | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/containers/Containerfile-fedora-latest b/builder/containers/Containerfile-fedora-latest
index 7e86319..388090c 100644
--- a/builder/containers/Containerfile-fedora-latest
+++ b/builder/containers/Containerfile-fedora-latest
@@ -7,7 +7,7 @@ RUN dnf upgrade -y && \
         patch util-linux diffutils iproute bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
         bzip2 bzip2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
-        expat-devel rpm-devel ima-evm-utils-devel openssl-devel \
+        expat-devel rpm-devel ima-evm-utils-devel openssl-devel rpm-sign \
         findutils file tar curl libarchive-devel libcurl-devel \
         libmicrohttpd-devel sqlite-devel elfutils elfutils-devel ncurses-devel \
         texinfo \
diff --git a/builder/containers/Containerfile-fedora-rawhide b/builder/containers/Containerfile-fedora-rawhide
index 8501187..34bfbf6 100644
--- a/builder/containers/Containerfile-fedora-rawhide
+++ b/builder/containers/Containerfile-fedora-rawhide
@@ -7,7 +7,7 @@ RUN dnf upgrade -y && \
         patch util-linux diffutils iproute bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
         bzip2 bzip2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
-        expat-devel rpm-devel ima-evm-utils-devel openssl-devel \
+        expat-devel rpm-devel ima-evm-utils-devel openssl-devel rpm-sign \
         findutils file tar curl libarchive-devel libcurl-devel \
         libmicrohttpd-devel sqlite-devel elfutils elfutils-devel ncurses-devel \
         texinfo \
-- 
2.37.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-04 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 15:51 Include rpm-sign in the container image buildbots Ryan Goldberg
2022-08-04 19:34 ` Mark Wielaard
2022-08-04 19:53   ` Ryan Goldberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).