!42 Fix static library file conflicts when install both binutils and binutils-devel

From: @yang_zhuang_zhuang
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-01-28 14:11:01 +08:00 committed by Gitee
commit 0b707628ce

View File

@ -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 <yangzhuangzhuang1@huawei.com> - 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 <zoulin13@huawei.com> - 2.34-5
- Type:CVE
- ID:NA