Fix rpminspect CI warnings about missing versioned dependencies
Also remove Obsoletes: tags inherited from Fedora upgrades, which are not necessary for RHEL. Related: #2091041
This commit is contained in:
parent
d3adf9e05b
commit
6c3ff9cc2d
25
boost.spec
25
boost.spec
@ -221,6 +221,9 @@ provides a sort of cooperative multitasking on a single thread.
|
||||
|
||||
%package coroutine
|
||||
Summary: Run-time component of boost coroutine library
|
||||
Requires: %{name}-chrono%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-context%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-thread%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description coroutine
|
||||
Run-time support for Boost.Coroutine, a library that provides
|
||||
@ -240,6 +243,8 @@ on generic programming concepts.
|
||||
%if %{with context}
|
||||
%package fiber
|
||||
Summary: Run-time component of boost fiber library
|
||||
Requires: %{name}-context%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-filesystem%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description fiber
|
||||
|
||||
@ -277,6 +282,7 @@ stream buffers and i/o filters.
|
||||
|
||||
%package json
|
||||
Summary: Run-time component of boost json library
|
||||
Requires: %{name}-container%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description json
|
||||
|
||||
@ -297,6 +303,11 @@ handling tools.
|
||||
|
||||
%package log
|
||||
Summary: Run-time component of boost logging library
|
||||
Requires: %{name}-atomic%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-chrono%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-filesystem%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-regex%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-thread%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description log
|
||||
|
||||
@ -430,6 +441,7 @@ with as little as one #include and one additional line of code.
|
||||
Summary: Run-time component of boost type erasure library
|
||||
Requires: %{name}-chrono%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-system%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-thread%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description type_erasure
|
||||
|
||||
@ -460,15 +472,7 @@ Requires: libquadmath-devel%{?_isa}
|
||||
%if %{with python3}
|
||||
# Require boost-numpy3 here, because main boost metapackage only Recommends: it
|
||||
Requires: %{name}-numpy3%{?_isa} = %{version}-%{release}
|
||||
# Added for F33, remove for F35:
|
||||
Obsoletes: %{name}-python3-devel < 1.69.0-20
|
||||
Provides: %{name}-python3-devel = %{version}-%{release}
|
||||
Provides: %{name}-python3-devel%{?_isa} = %{version}-%{release}
|
||||
%endif
|
||||
# Added for F33, remove for F35:
|
||||
Obsoletes: boost-nowide-devel <= 0.20190814
|
||||
Provides: boost-nowide-devel = %{version}
|
||||
Provides: boost-nowide-devel%{?_isa} = %{version}
|
||||
|
||||
%description devel
|
||||
Headers and shared object symbolic links for the Boost C++ libraries.
|
||||
@ -655,10 +659,6 @@ Tools for working with Boost documentation in BoostBook or QuickBook format.
|
||||
|
||||
%package b2
|
||||
Summary: A low-level build tool
|
||||
# Added for F33, remove for F35:
|
||||
Obsoletes: boost-jam < 1.73.0
|
||||
Provides: boost-jam = %{version}
|
||||
Provides: boost-jam%{?_isa} = %{version}
|
||||
|
||||
%description b2
|
||||
B2 (formerly Boost.Jam) is the low-level build engine tool for Boost.Build.
|
||||
@ -1281,6 +1281,7 @@ fi
|
||||
%changelog
|
||||
* Tue Jun 21 2022 Jonathan Wakely <jwakely@redhat.com> - 1.75.0-7
|
||||
- Build with zstd support (#2091041)
|
||||
- Fix rpminspect CI warnings about missing versioned dependencies
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.75.0-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
|
||||
Loading…
Reference in New Issue
Block a user