diff --git a/kernel.spec b/kernel.spec index afbf94b..330564a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -11,7 +11,7 @@ %global upstream_sublevel 0 %global devel_release 206 %global maintenance_release .0.0 -%global pkg_release .105 +%global pkg_release .106 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -952,6 +952,9 @@ fi %endif %changelog +* Tue Jun 11 2024 luhuaxin - 5.10.0-206.0.0.106 +- Add the pub key in openEuler RPM-PGP certificate + * Fri Jun 07 2024 Jialin Zhang - 5.10.0-206.0.0.105 - !8770 IMA: Check cvm world before call smc function - !8797 kvm: arm64: Fix a compilation error diff --git a/process_pgp_certs.sh b/process_pgp_certs.sh index 87aae37..3f8cdf0 100644 --- a/process_pgp_certs.sh +++ b/process_pgp_certs.sh @@ -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. # 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 rm -f RPM-GPG-KEY-openEuler-*