From cda55a7cf7c7e202be3aa34c85c5cb5de72ba406 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Fri, 24 Jun 2022 15:30:31 +0800 Subject: [PATCH] put static library files to devel package Signed-off-by: Chunmei Xu --- binutils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index 996fb7d..86914b1 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # Determine if this is a native build or a cross build. # # For a cross build add --define "binutils_target " to the command @@ -833,6 +833,8 @@ exit 0 %{_libdir}/libctf* %exclude %{_libdir}/libbfd.so %exclude %{_libdir}/libopcodes.so +%exclude %{_libdir}/libctf.a +%exclude %{_libdir}/libctf-nobfd.a %{_libdir}/bfd-plugins/libdep.so %exclude %{_exec_prefix}/lib/debug/%{_libdir}/bfd-plugins/libdep.so-* %endif @@ -853,5 +855,8 @@ exit 0 %endif %changelog +* Fri Jun 24 2022 Chunmei Xu - 2.38-2 +- put static library files to devel package + * Thu Feb 24 2022 Chunmei Xu - 2.38-1 - Rebase on GNU Binutils 2.38. -- Gitee