!1644 Add the pub key in openEuler RPM-PGP certificate to kernel

From: @HuaxinLuGitee 
Reviewed-by: @zhujianwei001, @zhangjialin11 
Signed-off-by: @zhangjialin11
This commit is contained in:
openeuler-ci-bot 2024-06-20 06:11:56 +00:00 committed by Gitee
commit 97631d2fc2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,7 @@
%global upstream_sublevel 0 %global upstream_sublevel 0
%global devel_release 209 %global devel_release 209
%global maintenance_release .0.0 %global maintenance_release .0.0
%global pkg_release .117 %global pkg_release .118
%define with_debuginfo 1 %define with_debuginfo 1
# Do not recompute the build-id of vmlinux in find-debuginfo.sh # Do not recompute the build-id of vmlinux in find-debuginfo.sh
@ -911,6 +911,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Jun 20 2024 luhuaxin <luhuxin1@huawei.com> - 5.10.0-209.0.0.118
- Add the pub key in openEuler RPM-PGP certificate
* Wed Jun 19 2024 Jialin Zhang <zhangjialin11@huawei.com> - 5.10.0-209.0.0.117 * Wed Jun 19 2024 Jialin Zhang <zhangjialin11@huawei.com> - 5.10.0-209.0.0.117
- !9092 v2 ksmbd: validate request buffer size in smb2_allocate_rsp_buf() - !9092 v2 ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
- !9030 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue - !9030 bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue

View File

@ -31,6 +31,6 @@ dd if=$CERT_2203_SPx.gpg of=$CERT_2203_SPx.subkey.gpg skip=903 bs=1c count=399 s
# 22.03 use main key to sign, so we dont need to deal it. # 22.03 use main key to sign, so we dont need to deal it.
# merge all cert information # merge all cert information
cat $CERT_2203_SPx.subkey.gpg $CERT_2203_SPx.userid.gpg $CERT_2203.gpg > $CERT_OUT cat $CERT_2203_SPx.subkey.gpg $CERT_2203_SPx.userid.gpg $CERT_2203.gpg $CERT_2203_SPx.gpg > $CERT_OUT
# cleanup # cleanup
rm -f RPM-GPG-KEY-openEuler-* rm -f RPM-GPG-KEY-openEuler-*