53bc52 Merge branch 'rawhide' into c10s-sig-hyperscale

Merged and Committed by daandemeyer 5 months ago
1 file changed. 2 lines added. 1 lines removed.
    Merge branch 'rawhide' into c10s-sig-hyperscale
    
        
file modified
+2 -1
systemd.spec CHANGED
@@ -211,7 +211,6 @@ BuildRequires: python3dist(pillow)
211
211
BuildRequires: python3dist(pytest-flakes)
212
212
%endif
213
213
BuildRequires: python3dist(pytest)
214
- BuildRequires: python3dist(zstd)
215
214
%if 0%{?want_bootloader}
216
215
BuildRequires: python3dist(pyelftools)
217
216
%endif
@@ -490,7 +489,9 @@ Requires: %{name} = %{version}-%{release}
490
489
491
490
Requires: systemd-boot
492
491
Requires: python3dist(pefile)
492
+ %if %{undefined rhel}
493
493
Requires: python3dist(zstd)
494
+ %endif
494
495
Requires: python3dist(cryptography)
495
496
Recommends: python3dist(pillow)
496
497