Please consider the follow patch for rawhide system that adds ppc64le to an ifarch in the spec: [baude@ppc64le systemd]$ git diff diff --git a/systemd.spec b/systemd.spec index 95b496f..beb577d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -89,7 +89,7 @@ BuildRequires: python2-devel BuildRequires: python3-devel BuildRequires: python-lxml BuildRequires: python3-lxml -%ifnarch ppc ppc64 +%ifnarch ppc ppc64 ppc64le # https://bugzilla.redhat.com/show_bug.cgi?id=1071284 BuildRequires: libseccomp-devel %endif
Done.