From 758b886047db2521ca777d2d89103080b429016b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:01:46 -0800 Subject: [PATCH] fix: youtube-music: ignore vendored libraries (#3162) (#3163) (cherry picked from commit f936b2788619b6420df54e3dd7548862547943ef) Co-authored-by: Cappy Ishihara --- anda/apps/youtube-music/youtube-music.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anda/apps/youtube-music/youtube-music.spec b/anda/apps/youtube-music/youtube-music.spec index 566a3985e4..5e8b007667 100644 --- a/anda/apps/youtube-music/youtube-music.spec +++ b/anda/apps/youtube-music/youtube-music.spec @@ -1,5 +1,8 @@ %define debug_package %nil +# Exclude private libraries since this is bundled with electron +%global __requires_exclude libffmpeg.so +%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so # macro shorthand for calling pnpm %global pnpm npx pnpm@%{pnpm_version} @@ -10,7 +13,7 @@ Name: youtube-music Version: 3.7.2 -Release: 1%?dist +Release: 2%?dist Summary: YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader) Source1: youtube-music.desktop License: MIT