https://bugzilla.novell.com/show_bug.cgi?id=886791 https://bugzilla.novell.com/show_bug.cgi?id=886791#c0 Summary: kiwi creates images without pre imported keys Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: ms@suse.com ReportedBy: meissner@suse.com QAContact: qa-bugs@suse.de CC: adrian@suse.com, rschweikert@suse.com Found By: --- Blocker: --- while looking at Roberts problems with the GCE images osc bl Cloud:Images openSUSE-13.1-GCE-Guest images x86_64 reports: [ 151s] Jul-10 14:54:25 <1> : Importing build keys... [ 151s] Jul-10 14:54:25 <2> : Can't find dumpsigs on host system and does not import any GPG keys at all and the created images are without any keys. One reason for this is: there is no openSUSE-build-key installed in the kiwi build chroot. (only in the kiwi images build root) But the core problem seems more in KIWI: KIWI seems buggy here. * /usr/share/kiwi/modules/KIWIConfig.sh function suseImportBuildKey uses the build root and not the image root to look for keys. (does not seem to be called by anyone?) * /usr/share/kiwi/modules/KIWIManager.pm sub setupPackageKeys { my $keydir = '/usr/lib/rpm/gnupg/keys'; uses the build root and not the image root to look for keys. $keydir might need a $root/ included. (also dumpsigs is not installed in the image root), but we only use the keydirectory now, so it is not strictly required). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.