From bee895b4249286d617da6cf24b2d4e3d1c982b16 Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Mon, 24 Feb 2020 15:18:21 +0800 Subject: [PATCH] remove excess packaged files --- shim.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shim.spec b/shim.spec index 376b8f5..fd0401a 100644 --- a/shim.spec +++ b/shim.spec @@ -22,7 +22,7 @@ Name: shim Version: 15 -Release: 16 +Release: 17 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 aarch64 License: BSD @@ -121,9 +121,6 @@ cd .. %defattr(-,root,root,-) /usr/lib/debug/* /usr/lib/debug/.build-id/* -%ifarch x86_64 -/usr/lib/debug/.dwz/* -%endif %files debugsource %defattr(-,root,root,-) @@ -131,6 +128,9 @@ cd .. /usr/src/debug/%{name}-%{version}-%{release}/* %changelog +* Mon Feb 24 2020 openEuler Buildteam - 15-17 +- Remove excess packaged files + * Thu Feb 13 2020 openEuler Buildteam - 15-16 - add BuildRequires: gcc