From b375f983d99f397e184b1d5ab55c7d9674c853c4 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Feb 11 2024 19:31:28 +0000 Subject: Stop depending on filelists There's a bug in dnf5 where it always downloads filelists metadata even for file dependencies that are in the "allowed" paths, such as /usr/bin/getfacl. Let's use the package names for now to avoid downloading the filelists metadata unnecessarily. See https://bugzilla.redhat.com/show_bug.cgi?id=2263771 --- diff --git a/systemd.spec b/systemd.spec index e98b28c..a71549f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -134,9 +134,9 @@ BuildRequires: audit-libs-devel BuildRequires: cryptsetup-devel %endif BuildRequires: dbus-devel -BuildRequires: /usr/sbin/sfdisk +BuildRequires: util-linux # /usr/bin/getfacl is needed by test-acl-util -BuildRequires: /usr/bin/getfacl +BuildRequires: acl BuildRequires: libacl-devel BuildRequires: gobject-introspection-devel BuildRequires: libblkid-devel