From 8ae009f929d93ef523242f15baa8e13a1526abeb Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jul 01 2024 13:18:47 +0000 Subject: Only add Requires on python3-zstd on Fedora python3-zstd is not packaged on for CentOS Stream. --- diff --git a/systemd.spec b/systemd.spec index b5352c4..209c85b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -478,7 +478,9 @@ Requires: %{name} = %{version}-%{release} Requires: systemd-boot Requires: python3dist(pefile) +%if %{undefined rhel} Requires: python3dist(zstd) +%endif Requires: python3dist(cryptography) Recommends: python3dist(pillow)