Takashi Iwai changed bug 925479
What Removed Added
CC   tiwai@suse.com

Comment # 5 on bug 925479 from
The recent commit taken from SLE11-SP3 tries to convert *.crt files to *.x509,
and avoid auto-generating the key.  But openSUSE has no keys set up:

[  393s] + for f in '/home/abuild/rpmbuild/SOURCES/*.crt'
[  393s] + test -e /home/abuild/rpmbuild/SOURCES/_projectcert.crt
[  393s] + out=_projectcert.crt
[  393s] + out=_projectcert.x509
[  393s] + openssl x509 -inform PEM -in
/home/abuild/rpmbuild/SOURCES/_projectcert.crt -outform DER -out
_projectcert.x509
[  394s] + touch x509.genkey
....

So it takes only the project default *.crt, no UEFI certificate.


You are receiving this mail because: