!43 update req_distinguished_name for x509.genkey
Merge pull request !43 from XieXiuQi/openEuler-20.03-LTS
This commit is contained in:
commit
0362ba41a0
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: kernel
|
Name: kernel
|
||||||
Version: 4.19.90
|
Version: 4.19.90
|
||||||
Release: %{hulkrelease}.0039
|
Release: %{hulkrelease}.0040
|
||||||
Summary: Linux Kernel
|
Summary: Linux Kernel
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.kernel.org/
|
URL: http://www.kernel.org/
|
||||||
@ -789,6 +789,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 3 2020 Xie XiuQi <xiexiuqi@huawei.com> - 4.19.90-2005.2.0.0040
|
||||||
|
- update req_distinguished_name for x509.genkey
|
||||||
|
|
||||||
* Fri May 22 2020 Yang Yingliang <yangyingliang@huawei.com> - 4.19.90-2005.2.0.0039
|
* Fri May 22 2020 Yang Yingliang <yangyingliang@huawei.com> - 4.19.90-2005.2.0.0039
|
||||||
- signal: fix kabi changes in struct task_struct
|
- signal: fix kabi changes in struct task_struct
|
||||||
- signal: Extend exec_id to 64bits
|
- signal: Extend exec_id to 64bits
|
||||||
|
|||||||
@ -5,9 +5,9 @@ prompt = no
|
|||||||
x509_extensions = myexts
|
x509_extensions = myexts
|
||||||
|
|
||||||
[ req_distinguished_name ]
|
[ req_distinguished_name ]
|
||||||
O = EulerOS
|
O = openEuler
|
||||||
CN = EulerOS kernel signing key
|
CN = openEuler kernel signing key
|
||||||
emailAddress = euleros@huaweicloud.com
|
emailAddress = kernel@openeuler.org
|
||||||
|
|
||||||
[ myexts ]
|
[ myexts ]
|
||||||
basicConstraints=critical,CA:FALSE
|
basicConstraints=critical,CA:FALSE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user