Add Recommends on python3-libdnf5 for Fedora 39

This commit is contained in:
Maxwell G 2023-06-22 20:41:37 +00:00
parent 57dc38673b
commit 71c43a9b1c
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -96,6 +96,10 @@ BuildRequires: /usr/bin/python
%if %{with argcomplete} %if %{with argcomplete}
Requires: python%{python3_pkgversion}-argcomplete Requires: python%{python3_pkgversion}-argcomplete
%endif %endif
%if 0%{?fedora} >= 39
BuildRequires: python3-libdnf5
Recommends: python3-libdnf5
%endif
%global _description %{expand: %global _description %{expand:
@ -287,6 +291,7 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
%changelog %changelog
* Thu Jun 22 2023 Maxwell G <maxwell@gtmx.me> - 2.15.1-1 * Thu Jun 22 2023 Maxwell G <maxwell@gtmx.me> - 2.15.1-1
- Update to 2.15.1. Fixes rhbz#2204492. - Update to 2.15.1. Fixes rhbz#2204492.
- Add Recommends on python3-libdnf5 for Fedora 39
* Sat Jun 17 2023 Maxwell G <maxwell@gtmx.me> - 2.15.0-5 * Sat Jun 17 2023 Maxwell G <maxwell@gtmx.me> - 2.15.0-5
- Add patch to avoid importlib.abc.TraversableResources DeprecationWarning - Add patch to avoid importlib.abc.TraversableResources DeprecationWarning