diff --git a/client-gnome b/client-gnome
index e64681ff94b07dc50a2c06eadd99a7fd800ce84a..cbd9a6decbe4318670e423ba86ce909145d6c6ae 160000
--- a/client-gnome
+++ b/client-gnome
@@ -1 +1 @@
-Subproject commit e64681ff94b07dc50a2c06eadd99a7fd800ce84a
+Subproject commit cbd9a6decbe4318670e423ba86ce909145d6c6ae
diff --git a/daemon b/daemon
index baf125519ec6ee7c22f3c4a415d4ce528f032147..731dc1c70e398d8b83e8af1898f21c4b36ca3fb6 160000
--- a/daemon
+++ b/daemon
@@ -1 +1 @@
-Subproject commit baf125519ec6ee7c22f3c4a415d4ce528f032147
+Subproject commit 731dc1c70e398d8b83e8af1898f21c4b36ca3fb6
diff --git a/docker/Dockerfile_opensuse-leap_15.1 b/docker/Dockerfile_opensuse-leap_15.1
index c0ad79c313ed36295a81052d32b537f1d62a8aca..06c99ecf9a25f2b1c84ba79bcce81c5745c64014 100644
--- a/docker/Dockerfile_opensuse-leap_15.1
+++ b/docker/Dockerfile_opensuse-leap_15.1
@@ -2,7 +2,7 @@ FROM opensuse/leap
 RUN zypper --non-interactive install  dnf
 RUN dnf clean all
 RUN zypper --non-interactive lr
-RUN zypper --non-interactive  --gpg-auto-import-key refresh
+RUN zypper --non-interactive  --gpg-auto-import-keys refresh
 RUN zypper --non-interactive lr
 RUN zypper --non-interactive  install -y dnf-command\(builddep\) rpmdevtools
 
diff --git a/packaging/rules/opensuse-leap/jami-one-click.spec b/packaging/rules/opensuse-leap/jami-one-click.spec
index 8c8d107d864fccb021fb2413e115aa924050dd31..5e5233e94a16011609bc474df69e202cd28a0f03 100644
--- a/packaging/rules/opensuse-leap/jami-one-click.spec
+++ b/packaging/rules/opensuse-leap/jami-one-click.spec
@@ -80,7 +80,7 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
     make list && \
     make fetch && \
     make -j4 V=1 && \
-    make -j4 V=1 .ffmpeg
+    make -j4 V=1 .ffmpeg .gnutls
 
 cd %{_builddir}/ring-project/daemon && \
     ./autogen.sh && \
diff --git a/packaging/rules/opensuse-leap/jami.spec b/packaging/rules/opensuse-leap/jami.spec
index 2bb44cff5fd9cfebdac780a6bdcf674c5ebcfd07..884227570ef19da840a0709401c39aa2d7f94069 100644
--- a/packaging/rules/opensuse-leap/jami.spec
+++ b/packaging/rules/opensuse-leap/jami.spec
@@ -95,7 +95,7 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
     make list && \
     make fetch && \
     make -j4 V=1 && \
-    make -j4 V=1 .ffmpeg
+    make -j4 V=1 .ffmpeg .gnutls
 
 cd %{_builddir}/ring-project/daemon && \
     ./autogen.sh && \