diff --git a/python-networkx.spec b/python-networkx.spec index 97ae8ef..1ea6761 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Creates and Manipulates Graphs and Networks License: BSD URL: http://networkx.github.io/ @@ -149,6 +149,9 @@ pytest %endif %changelog +* Fri Apr 16 2021 Mohan Boddu - 2.5-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Jan 26 2021 Jerry James - 2.5-3 - Add -pyyaml patch to fix FTBFS