From ad05d782e206f3fb3a7385918ab3f829d3013aa4 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 5 Aug 2020 17:19:21 +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 5748614..2bb6e48 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,7 +1,7 @@ Summary: Binary utilities Name: binutils Version: 2.34 -Release: 1 +Release: 2 License: GPLv3+ URL: https://sourceware.org/binutils @@ -292,6 +292,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 @@ -312,6 +314,12 @@ fi %{_infodir}/bfd*info* %changelog +* Wed Aug 5 2020 zhangxingliang - 2.34-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Fix static library file conflicts when install both binutils and binutils-devel + * Fri Jul 24 2020 zhangxingliang - 2.34-1 - Type:update - ID:NA -- Gitee