From 6264dc1ed1eee988196c2a39b48391069aaf6f95 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 1 Sep 2021 16:17:34 -0400 Subject: [PATCH] Add host pubkeys to build root --- imgutil/imgutil | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/imgutil/imgutil b/imgutil/imgutil index 6d65a149..a3c7d241 100644 --- a/imgutil/imgutil +++ b/imgutil/imgutil @@ -440,7 +440,10 @@ class SuseHandler(OsHandler): def prep_root(self, args): mkdirp(self.targpath) - if not self.sources: + if self.sources: + addkeycmd = ['rpm', '--root', self.targpath, '--import'] + glob.glob('/usr/lib/rpm/gnupg/keys/*.asc') + subprocess.check_call(addkeycmd) + else: targzypp = os.path.join(self.targpath, 'etc/zypp') mkdirp(targzypp) shutil.copytree(