diff --git a/libdnf.spec b/libdnf.spec index 9765077..1854120 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -1,6 +1,6 @@ Name: libdnf Version: 0.72.0 -Release: 1mamba +Release: 2mamba Summary: Software management library Group: System/Libraries Vendor: openmamba @@ -24,7 +24,8 @@ BuildRequires: libglib-devel BuildRequires: libjson-c-devel BuildRequires: libmodulemd-devel BuildRequires: libpopt-devel -BuildRequires: libpython310-devel +BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: librepo-devel BuildRequires: librpm-devel BuildRequires: libsmartcols-devel @@ -71,7 +72,7 @@ This package contains libraries and header files for developing applications tha %build %cmake -d build \ - -DPYTHON_DESIRED=%{__python310} + -DPYTHON_DESIRED=%{__python3} %make @@ -92,12 +93,12 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libdnf.so.* %dir %{_libdir}/libdnf/plugins %{_libdir}/libdnf/plugins/README -%dir %{python310_sitearch}/libdnf-%{version}.dist-info -%{python310_sitearch}/libdnf-%{version}.dist-info/* -%dir %{python310_sitearch}/libdnf -%{python310_sitearch}/libdnf/* -%dir %{python310_sitearch}/hawkey -%{python310_sitearch}/hawkey/* +%dir %{python3_sitearch}/libdnf-%{version}.dist-info +%{python3_sitearch}/libdnf-%{version}.dist-info/* +%dir %{python3_sitearch}/libdnf +%{python3_sitearch}/libdnf/* +%dir %{python3_sitearch}/hawkey +%{python3_sitearch}/hawkey/* %doc AUTHORS COPYING %files devel @@ -112,6 +113,9 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Thu Jan 11 2024 Silvan Calarco 0.72.0-2mamba +- rebuilt with python3 + * Sat Oct 21 2023 Automatic Build System 0.72.0-1mamba - automatic version update by autodist