diff --git a/libQuotient.changes b/libQuotient.changes index 6e52a09..4fb76a3 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 28 09:02:30 UTC 2024 - Christophe Marin + +- Fix dependencies + ------------------------------------------------------------------- Mon Oct 28 07:11:46 UTC 2024 - Christophe Marin diff --git a/libQuotient.spec b/libQuotient.spec index 600083e..754679c 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -74,9 +74,7 @@ Requires: libQuotient%{?qt6:%{lib_suffix}-}%{soversion} = %{version} %if 0%{?qt6} Requires: cmake(Qt6Gui) >= %{qt6_version} Requires: cmake(Qt6Network) >= %{qt6_version} -%if %{with e2ee} Requires: cmake(Qt6Sql) >= %{qt6_version} -%endif Requires: cmake(Qt6Keychain) %endif Requires: cmake(Olm) @@ -98,7 +96,7 @@ developing applications that use libQuotient. %cmake_qt6 \ -DBUILD_SHARED_LIBS=ON \ %endif - -DQuotient_INSTALL_TESTS=OFF \ + -DQuotient_INSTALL_TESTS=OFF %if 0%{?qt6} %qt6_build