From 77061e8ba31c9be708b48f918f3f28ad3cb77d8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <dev@stellardeath.org>
Date: Tue, 16 Jun 2020 12:12:15 +0200
Subject: [PATCH] Fix CentOS 8 builds

Apparently something has changed upstream and openSUSE has not yet
tracked this in their prjconf, added here meanwhile
---
 mpcdf_common.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mpcdf_common.py b/mpcdf_common.py
index c792769..d8c4e92 100644
--- a/mpcdf_common.py
+++ b/mpcdf_common.py
@@ -61,6 +61,7 @@ def dist_prjconf_tags(distribution):
 
     centos8_prjconf_tags = textwrap.dedent(
         """
+        Preinstall: libzstd
         ExpandFlags: module:python36-3.6
         # Remove redhat-hardened-cc1 and redhat-annobin-cc1 spec
         Optflags: x86_64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-- 
GitLab