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
This commit is contained in:
Daan De Meyer 2024-02-11 12:41:32 +01:00
parent 92ef780f99
commit b375f983d9
1 changed files with 2 additions and 2 deletions

View File

@ -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