csdiff.spec: boost-python3-devel was merged into boost-devel in Fedora 33

... and the corresponding obsoletes tag was removed in Fedora 37.

Upstream-commit: b7540e9f3ab6ab4d54615ad8737ee84ebca5a689
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
Closes: https://src.fedoraproject.org/rpms/csdiff/pull-request/2
Related: #2100748 - boost-devel no longer provides boost-python3-devel
This commit is contained in:
Lukáš Zaoral 2022-06-23 16:07:40 +02:00 committed by Kamil Dudka
parent 1120c38abb
commit 2eda16b9b8
1 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Name: csdiff
Version: 2.6.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Non-interactive tools for processing code scan results in plain-text
License: GPLv3+
@ -64,7 +64,10 @@ Summary: Python interface to csdiff for Python 3
%if 0%{?rhel} == 7
BuildRequires: epel-rpm-macros
%endif
# in f33 boost-python3-devel was merged into boost-devel
%if 0%{?rhel} && 0%{?rhel} < 9
BuildRequires: boost-python%{python3_pkgversion}-devel
%endif
BuildRequires: python3-devel
%{?python_provide:%python_provide python3-%{name}}
@ -144,6 +147,9 @@ ctest %{?_smp_mflags} --output-on-failure
%endif
%changelog
* Fri Jun 24 2022 Kamil Dudka <kdudka@redhat.com> 2.6.0-2
- remove obsolete boost-python3-devel build dependency (#2100748)
* Tue Jun 21 2022 Kamil Dudka <kdudka@redhat.com> 2.6.0-1
- update to latest upstream release