[opensuse-buildservice] During a local build a package can not be verified: "public key not available"
In my local copy of devel:tools:scm/bugzilla I try to use "xmlto" which results in the following failure: Updating cache of required packages 0.3% cache miss. 288/289 dependencies cached. (devel:tools:scm) xmlto-0.0.26-41.1.x86_64.rpm 100% |====================================| 45 kB 00:00 Verifying integrity of cached packages using keys from openSUSE:13.1, devel:tools warning: /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 32567f38: NOKEY /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm : public key not available Any hint, what can be done to fix the problem? Best regards, Johannes -- Johannes Weberhofer Weberhofer GmbH, Austria, Vienna -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Johannes Weberhofer <jweberhofer@weberhofer.at> writes:
warning: /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 32567f38: NOKEY /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm : public key not available
Any hint, what can be done to fix the problem?
Import the key with the ID 32567f38 into the rpmkeys database: $ gpg --recv-key 32567f38 $ gpg --export --armor 32567f38 > key.asc $ sudo rpmkeys --import key.asc Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 27.05.2015 um 09:36 schrieb Andreas Schwab:
Johannes Weberhofer <jweberhofer@weberhofer.at> writes:
warning: /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 32567f38: NOKEY /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm : public key not available
Any hint, what can be done to fix the problem?
Import the key with the ID 32567f38 into the rpmkeys database:
$ gpg --recv-key 32567f38 $ gpg --export --armor 32567f38 > key.asc $ sudo rpmkeys --import key.asc
Andreas.
But that will not add the key in the osc build's chroot environment, will it? Shouldn't that be done automatically? -- Johannes Weberhofer Weberhofer GmbH, Austria, Vienna -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Johannes Weberhofer <jweberhofer@weberhofer.at> writes:
But that will not add the key in the osc build's chroot environment, will it?
This has nothing to do with the chroot environment. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi, You can bypass this message with this option : --no-verify osc build --local-package --no-verifiy openSUSE_13.1 *.spec Regards, Le 27/05/2015 09:29, Johannes Weberhofer a écrit :
In my local copy of devel:tools:scm/bugzilla I try to use "xmlto" which results in the following failure:
Updating cache of required packages 0.3% cache miss. 288/289 dependencies cached.
(devel:tools:scm) xmlto-0.0.26-41.1.x86_64.rpm 100% |====================================| 45 kB 00:00 Verifying integrity of cached packages using keys from openSUSE:13.1, devel:tools warning: /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 32567f38: NOKEY /var/tmp/osbuild-packagecache/devel:tools:scm/openSUSE_13.1/x86_64/xmlto-0.0.26-41.1.x86_64.rpm : public key not available
Any hint, what can be done to fix the problem?
Best regards, Johannes
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Florian Leparoux
-
Johannes Weberhofer