From 6b970a99953211ee2a488aafbb981e2d6a97417b Mon Sep 17 00:00:00 2001 From: yang_zhuang_zhuang <1162011203@qq.com> Date: Thu, 28 Jan 2021 11:27:11 +0800 Subject: [PATCH] Fix static library file conflicts when install both binutils and binutils-devel --- binutils.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index c3dc00f..e78f9e3 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ Summary: Binary utilities Name: binutils Version: 2.34 -Release: 5 +Release: 6 License: GPLv3+ URL: https://sourceware.org/binutils @@ -300,6 +300,8 @@ fi %ghost %{_bindir}/ld %{_libdir}/lib*.so %{_libdir}/libctf* +%exclude %{_libdir}/libctf.a +%exclude %{_libdir}/libctf-nobfd.a %exclude %{_libdir}/libbfd.so %exclude %{_libdir}/libopcodes.so @@ -320,6 +322,12 @@ fi %{_infodir}/bfd*info* %changelog +* Thu Jan 28 2021 yangzhuangzhuang - 2.34-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Fix static library file conflicts when install both binutils and binutils-devel + * Sat Jan 9 2021 zoulin - 2.34-5 - Type:CVE - ID:NA -- Gitee