Remove incorrect dependency on xz, only the shared lib is needed
This prevents installing the 32-bit boost-iostreams. package on 64-bit systems, because the 32-bit xz package is not available. The dependency on the shared lib will be added automatically anyway.
This commit is contained in:
parent
c570dcff0d
commit
31a1406483
@ -42,7 +42,7 @@ Name: boost
|
||||
%global real_name boost
|
||||
Summary: The free peer-reviewed portable C++ source libraries
|
||||
Version: 1.73.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: Boost and MIT and Python
|
||||
|
||||
# Replace each . with _ in %%{version}
|
||||
@ -279,7 +279,6 @@ Library (STL).
|
||||
|
||||
%package iostreams
|
||||
Summary: Run-time component of boost iostreams library
|
||||
Requires: xz%{?_isa}
|
||||
|
||||
%description iostreams
|
||||
|
||||
@ -1294,6 +1293,9 @@ fi
|
||||
%{_mandir}/man1/b2.1*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 04 2020 Jonathan Wakely <jwakely@redhat.com> - 1.73.0-9
|
||||
- Remove incorrect dependency on xz, only the shared lib is needed
|
||||
|
||||
* Fri Oct 30 2020 Jonathan Wakely <jwakely@redhat.com> - 1.73.0-8
|
||||
- Build Boost.Iostreams with LZMA support (#1893060)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user