diff --git a/cryptominisat.spec b/cryptominisat.spec index e5bb6d7..681c499 100644 --- a/cryptominisat.spec +++ b/cryptominisat.spec @@ -1,6 +1,6 @@ Name: cryptominisat Version: 5.6.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SAT solver License: MIT @@ -87,7 +87,7 @@ fi sed -ri 's|install |&--root %{buildroot} |' python/CMakeLists.txt %build -%cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} +%cmake . -DCMAKE_INSTALL_LIBDIR=%{_lib} %make_build %install @@ -122,6 +122,9 @@ fi %{python3_sitearch}/pycryptosat* %changelog +* Thu Jan 17 2019 Jerry James - 5.6.6-2 +- Fix FTBFS with latest cmake release + * Mon Dec 24 2018 Jerry James - 5.6.6-1 - New upstream release