| |
@@ -42,7 +42,7 @@
|
| |
|
| |
Name: gfal2-python
|
| |
Version: 1.11.1
|
| |
- Release: 3%{?dist}
|
| |
+ Release: 4%{?dist}
|
| |
Summary: Python bindings for gfal 2
|
| |
License: ASL 2.0
|
| |
URL: http://dmc.web.cern.ch/
|
| |
@@ -72,9 +72,11 @@
|
| |
BuildRequires: boost-python36-devel
|
| |
%else
|
| |
BuildRequires: python3-devel
|
| |
+ %if 0%{?rhel} == 8
|
| |
BuildRequires: boost-python3-devel
|
| |
%endif
|
| |
%endif
|
| |
+ %endif
|
| |
|
| |
%global _description \
|
| |
Python bindings for gfal2. \
|
| |
@@ -183,6 +185,9 @@
|
| |
%endif
|
| |
|
| |
%changelog
|
| |
+ * Fri Jun 24 2022 Jonathan Wakely <jwakely@redhat.com> - 1.11.1-4
|
| |
+ - Remove obsolete boost-python3-devel build dependency (#2100748)
|
| |
+
|
| |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.11.1-3
|
| |
- Rebuilt for Python 3.11
|
| |
|
| |
There is no
boost-python3-develin F33 or RHEL 9, you just needboost-devel.See https://bugzilla.redhat.com/show_bug.cgi?id=2100748 for background.