rebuilt with python 3.10 [release 0.70.0-2mamba;Thu Mar 23 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 04:07:31 +01:00
parent 38edbfd997
commit 6ebd480dbd

View File

@ -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 <silvan.calarco@mambasoft.it> 0.70.0-2mamba
- rebuilt with python 3.10
* Fri Feb 24 2023 Automatic Build System <autodist@mambasoft.it> 0.70.0-1mamba
- automatic version update by autodist