diff --git a/libsolv.spec b/libsolv.spec index 581794b..56950d7 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -1,6 +1,6 @@ Name: libsolv Version: 0.7.22 -Release: 1mamba +Release: 2mamba Summary: Library for solving packages and reading repositories Group: System/Libraries Vendor: openmamba @@ -66,9 +66,9 @@ This package contains the Python bindings for %{name}. %prep %setup -q #%patch2 -p1 -%ifarch x86_64 -%patch6 -p1 -%endif +#%ifarch x86_64 +#%patch6 -p1 +#%endif %build %cmake -d build \ @@ -94,7 +94,8 @@ This package contains the Python bindings for %{name}. -DENABLE_PYTHON=OFF \ -DENABLE_PYTHON3=ON \ -DPYTHON3_EXECUTABLE=%{__python3} \ - -DUSE_VENDORDIRS=ON + -DUSE_VENDORDIRS=ON \ + -DFEDORA=ON # -DPYTHON_EXECUTABLE=%{__python27} \ @@ -139,6 +140,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/ %files tools %defattr(-,root,root) +%{_bindir}/solv %{_bindir}/appdata2solv %{_bindir}/deltainfoxml2solv %{_bindir}/dumpsolv @@ -171,6 +173,9 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/ %{python3_sitelib}/solv.py %changelog +* Sat Apr 30 2022 Silvan Calarco 0.7.22-2mamba +- remove multiarch cohexistence patch, build with -DFEDORA to fix multilib support + * Tue Mar 29 2022 Automatic Build System 0.7.22-1mamba - automatic version update by autodist