From 8e6c3ca61d57162f103400ec36dc72df4bcf46ec Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:24:21 -0800 Subject: [PATCH] fix (stardust atmosphere): add license.dependencies (#7940) (#7988) (cherry picked from commit 9e1478372d63e179b402449f107465d9b943a365) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/stardust/atmosphere/stardust-atmosphere.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anda/stardust/atmosphere/stardust-atmosphere.spec b/anda/stardust/atmosphere/stardust-atmosphere.spec index 4a118fa4b9..13a84f49ea 100644 --- a/anda/stardust/atmosphere/stardust-atmosphere.spec +++ b/anda/stardust/atmosphere/stardust-atmosphere.spec @@ -6,7 +6,7 @@ Name: stardust-xr-atmosphere Version: %commit_date.%shortcommit -Release: 1%?dist +Release: 2%?dist Summary: Environment, homespace, and setup client for Stardust XR URL: https://github.com/StardustXR/atmosphere Source0: %url/archive/%commit/atmosphere-%commit.tar.gz @@ -28,10 +28,13 @@ Packager: Owen Zimmerman %install %define __cargo_common_opts %{?_smp_mflags} -Z avoid-dev-deps --locked %cargo_install +%cargo_license_summary_online +%{cargo_license_online} > LICENSE.dependencies %files %_bindir/atmosphere %license LICENSE +%license LICENSE.dependencies %doc README.md %changelog