diff --git a/kernel.spec b/kernel.spec index ea6794c..0ceb01f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,6 +42,7 @@ Source0: kernel.tar.gz Source10: sign-modules Source11: x509.genkey Source12: extra_certificates +Source13: pubring.gpg %if 0%{?with_kabichk} Source18: check-kabi @@ -256,6 +257,8 @@ tar -xjf %{SOURCE9998} mv kernel linux-%{KernelVer} cd linux-%{KernelVer} +cp %{SOURCE13} certs + %if 0%{?with_patch} cp %{SOURCE9000} . cp %{SOURCE9001} . diff --git a/pubring.gpg b/pubring.gpg new file mode 100644 index 0000000..c8d4dbc Binary files /dev/null and b/pubring.gpg differ