From 2da10aa5295d3b7e8b95f7032b09c961a884570e Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 16 Feb 2024 12:07:52 -0500 Subject: [PATCH] Generalize system-logos build dependency This dependency is used at build time to create symlinks to the system-logo-white.png specified at configure time. fedora-logos provides this for Fedora, but in CentOS Stream it is centos-logos, and in RHEL redhat-logos. The system-logos virtual provide covers all of these. --- plymouth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plymouth.spec b/plymouth.spec index 5b48e6c..b35e659 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -9,7 +9,7 @@ Source0: https://gitlab.freedesktop.org/plymouth/plymouth/-/archive/%{version}/% Source2: charge.plymouth BuildRequires: meson -BuildRequires: fedora-logos +BuildRequires: system-logos BuildRequires: gcc libtool git BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libevdev)