Fix static library file conflicts when install both binutils and binutils-devel
This commit is contained in:
parent
5b9d9fb8a0
commit
6b970a9995
@ -1,7 +1,7 @@
|
|||||||
Summary: Binary utilities
|
Summary: Binary utilities
|
||||||
Name: binutils
|
Name: binutils
|
||||||
Version: 2.34
|
Version: 2.34
|
||||||
Release: 5
|
Release: 6
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -300,6 +300,8 @@ fi
|
|||||||
%ghost %{_bindir}/ld
|
%ghost %{_bindir}/ld
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/libctf*
|
%{_libdir}/libctf*
|
||||||
|
%exclude %{_libdir}/libctf.a
|
||||||
|
%exclude %{_libdir}/libctf-nobfd.a
|
||||||
%exclude %{_libdir}/libbfd.so
|
%exclude %{_libdir}/libbfd.so
|
||||||
%exclude %{_libdir}/libopcodes.so
|
%exclude %{_libdir}/libopcodes.so
|
||||||
|
|
||||||
@ -320,6 +322,12 @@ fi
|
|||||||
%{_infodir}/bfd*info*
|
%{_infodir}/bfd*info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 9 2021 zoulin <zoulin13@huawei.com> - 2.34-5
|
||||||
- Type:CVE
|
- Type:CVE
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user