From 3ab6c4a0163f3820ec69b6c139f01fe812ee3cda Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 27 Jul 2020 14:42:15 -0300 Subject: [PATCH] add in libcurl4 as optional dependency for RPM (#315) --- script/package-redhat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/package-redhat.ts b/script/package-redhat.ts index fdf617d0a92..939e576acdf 100644 --- a/script/package-redhat.ts +++ b/script/package-redhat.ts @@ -47,7 +47,7 @@ const options: RedhatOptions = { 'libX11-xcb', 'alsa-lib', // dugite-native dependencies - 'libcurl', + '(libcurl or libcurl4)', // keytar dependencies 'libsecret', 'gnome-keyring',