From b6cb98ee0f1fefc5831d9e3b63b727414a750567 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 7 Jun 2022 09:43:17 +0100 Subject: Port from libsoup to libcurl The former bumped ABI, and all sorts of crazy happens when you link in libappstream-glib into a process with the 'other' ABI. It seems the universe has settled on curl as a dep; do the same. --- contrib/ci/Dockerfile-fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/ci/Dockerfile-fedora') diff --git a/contrib/ci/Dockerfile-fedora b/contrib/ci/Dockerfile-fedora index ba97da5..930765d 100644 --- a/contrib/ci/Dockerfile-fedora +++ b/contrib/ci/Dockerfile-fedora @@ -15,7 +15,7 @@ RUN dnf -y install \ gtk-doc \ json-glib-devel \ libarchive-devel \ - libsoup-devel \ + libcurl-devel \ libstemmer-devel \ libuuid-devel \ libxslt \ -- cgit v1.2.1