From 9a4b6cffd02862fcb3153b7e56c268ac78c52faf Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Apr 2022 07:17:50 -0400 Subject: [PATCH] import pybind11-2.6.2-4.el9 --- SPECS/pybind11.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/pybind11.spec b/SPECS/pybind11.spec index 4248d7e..458df49 100644 --- a/SPECS/pybind11.spec +++ b/SPECS/pybind11.spec @@ -17,7 +17,7 @@ Name: pybind11 Version: 2.6.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -67,6 +67,7 @@ C++ code. Summary: Development headers for pybind11 # https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Header_Only_Libraries Provides: %{name}-static = %{version}-%{release} +Obsoletes: python39-%{name}-devel < %{version}-%{release} # For dir ownership Requires: cmake @@ -180,6 +181,12 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %endif %changelog +* Tue Feb 08 2022 Tomas Orsava - 2.6.2-4 +- Add automatically generated Obsoletes tag with the python39- prefix + for smoother upgrade from RHEL8 +- Manually add Provides and Obsoletes for python39-pybind11-devel +- Related: rhbz#1990421 + * Tue Aug 10 2021 Mohan Boddu - 2.6.2-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688