From 3621d39f1c00477c3782f8d08a14851304053a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Thu, 15 Dec 2022 01:35:45 +0000 Subject: [PATCH] Enable debuginfo for fix strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 --- raspberrypi-userland.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/raspberrypi-userland.spec b/raspberrypi-userland.spec index 1e9c672..ccffca0 100644 --- a/raspberrypi-userland.spec +++ b/raspberrypi-userland.spec @@ -1,10 +1,9 @@ %global _rules_path /lib/udev/rules.d %global commitid 8fa944c74085aacd99da3e733af8dc5ac9b04fd9 -%global debug_package %{nil} Name: raspberrypi-userland Version: 20220322 -Release: 1 +Release: 2 Summary: Libraries for interfacing to Raspberry Pi GPU License: BSD-3-Clause URL: https://github.com/raspberrypi/userland @@ -128,6 +127,9 @@ gzip $(ls *.7) %license %{name}-%{version}/LICENCE %changelog +* Thu Dec 08 2022 fushanqing - 20220322-2 +- Enable debuginfo for fix strip + * Tue Mar 22 2022 Yafen Fang - 20220322-1 - update upstream to last commit (8fa944c74085aacd99da3e733af8dc5ac9b04fd9): mmal: Add mapping for IL OMX_IndexParamBrcmEnableIJGTableScaling param - set install paths -- Gitee