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

Merge pull request !20 from yixiangzhike/master
This commit is contained in:
openeuler-ci-bot 2020-08-05 18:21:41 +08:00 committed by Gitee
commit f0b0104d30

View File

@ -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 <zhangxingliang3@huawei.com> - 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 <zhangxingliang3@huawei.com> - 2.34-1
- Type:update
- ID:NA