diff --git a/shim.spec b/shim.spec index e233430b28c45702d0f3a739246b91702f944d41..706cb04c8eac7c87dd4f133126a2bbf8b9aea298 100644 --- a/shim.spec +++ b/shim.spec @@ -25,7 +25,7 @@ Name: shim Version: 15.6 -Release: 9 +Release: 10 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 aarch64 License: BSD @@ -72,7 +72,6 @@ bootloader under secure boot environments. Summary: Debug information for shim-unsigned Requires: %{name}-debugsource = %{version}-%{release} AutoReqProv: 0 -BuildArch: noarch %description debuginfo This package provides debug information for package %{expand:%%{name}} \ @@ -82,7 +81,6 @@ use this package or when debugging this package. %package debugsource Summary: Debug Source for shim-unsigned AutoReqProv: 0 -BuildArch: noarch %description debugsource This package provides debug information for package %{expand:%%{name}} \ @@ -170,6 +168,9 @@ make test /usr/src/debug/%{name}-%{version}-%{release}/* %changelog +* Thu Jun 08 2023 chendexi - 15.6-10 +- delete debuginfo and debugsource subpackage buildarch + * Tue Feb 14 2023 jinlun - 15.6-9 - fix CVE-2023-0286 and add code check