From eba517d45fb759b5e6b22b92c352241acea88dee Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:01:18 -0500 Subject: [PATCH] fix (pixi): add LICENSE.dependencies and update License: tag Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/pixi/pixi.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index dea601fd2e..431defdc49 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -28,7 +28,8 @@ but for any language. for shell in bash elvish fish zsh; do target/rpm/%{name} completion --shell $shell > completions.$shell done -%dnl %cargo_license_online > LICENSE.dependencies +%cargo_license_summary_online +%{cargo_license_online} > LICENSE.dependencies %install install -Dm 755 target/rpm/%{name} %{buildroot}%{_bindir}/%{name} @@ -39,9 +40,12 @@ install -Dm 644 completions.zsh %{buildroot}%{zsh_completions_dir}/_%{name} %files %doc README.md SECURITY.md CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md -%license LICENSE +%license LICENSE LICENSE.dependencies %{_bindir}/%{name} %changelog -* Wed Dec 17 2025 metcya - 0.62.0 +* Tue Mar 17 2026 Owen Zimmerman - 0.66.0-1 +- Add dependency licenses + +* Wed Dec 17 2025 metcya - 0.62.0-1 - Initial package