From 6ebd480dbdb959d94beb3711fabd9f10ca53ba6b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:07:31 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 0.70.0-2mamba;Thu Mar 23 2023] --- libdnf.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/libdnf.spec b/libdnf.spec index 11e8398..d544307 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -1,6 +1,6 @@ Name: libdnf Version: 0.70.0 -Release: 1mamba +Release: 2mamba Summary: Software management library Group: System/Libraries Vendor: openmamba @@ -27,7 +27,7 @@ BuildRequires: libgpgme-devel BuildRequires: libjson-c-devel BuildRequires: libmodulemd-devel BuildRequires: libpopt-devel -BuildRequires: libpython3-devel +BuildRequires: libpython310-devel BuildRequires: librepo-devel BuildRequires: librpm-devel BuildRequires: libsmartcols-devel @@ -74,7 +74,7 @@ This package contains libraries and header files for developing applications tha %build %cmake -d build \ - -DPYTHON_DESIRED=3 + -DPYTHON_DESIRED=%{__python310} %make @@ -95,10 +95,10 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libdnf.so.* %dir %{_libdir}/libdnf/plugins %{_libdir}/libdnf/plugins/README -%dir %{python3_sitearch}/libdnf -%{python3_sitearch}/libdnf/* -%dir %{python3_sitearch}/hawkey -%{python3_sitearch}/hawkey/* +%dir %{python310_sitearch}/libdnf +%{python310_sitearch}/libdnf/* +%dir %{python310_sitearch}/hawkey +%{python310_sitearch}/hawkey/* %doc AUTHORS COPYING %files devel @@ -113,6 +113,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Thu Mar 23 2023 Silvan Calarco 0.70.0-2mamba +- rebuilt with python 3.10 + * Fri Feb 24 2023 Automatic Build System 0.70.0-1mamba - automatic version update by autodist