From f08bc13838d030ebe452dc019fdae7fa3cbf8270 Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Fri, 9 Apr 2021 17:29:38 +0800 Subject: [PATCH] build with debuginfo package Signed-off-by: chenmaodong (cherry picked from commit d1e3cf17b821c95e937f83deaa4fa3a09b7d31b4) --- linux-sgx.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 277043b..4dee182 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.11.100 -Release: 6 +Release: 7 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -27,8 +27,6 @@ Requires: glibc Intel(R) Software Guard Extensions (Intel(R) SGX) is an Intel technology for application developers seeking to protect select code and data from disclosure or modification. -%define debug_package %{nil} - %package -n sgxsdk Summary: Development files for linux sgx Requires: glibc tar make @@ -907,6 +905,9 @@ fi %files -n sgx-ra-service -f %{TOOLS_INSTALLER_RPM_DIR}/sgx-ra-service/build/list-sgx-ra-service %changelog +* Fri Apr 9 2021 chenmaodong - 2.11.100-7 +- rewrite spec + * Tue Mar 9 2021 chenmaodong - 2.11.100-6 - rewrite spec -- Gitee