From a8938d5f3c1bb8fa2ed2d97b2def45b61943ed32 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sat, 19 Feb 2022 11:26:21 -0800 Subject: [PATCH] Update binary package license (fixes: rhbz#2045491) Signed-off-by: Michel Alexandre Salim --- rust-below.spec | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/rust-below.spec b/rust-below.spec index cfa2e4c..e69b7ad 100644 --- a/rust-below.spec +++ b/rust-below.spec @@ -79,6 +79,19 @@ atop's design and style decisions.} %package -n %{crate} Summary: %{summary} +# for i in $(rpm -qa | grep "rust-.*-devel"); do +# rpm -q $i --qf "%%{LICENSE}\n"; +# done | sort | uniq +# +# ASL 2.0 +# ASL 2.0 or Boost +# ASL 2.0 or MIT +# BSD +# MIT +# MIT or ASL 2.0 +# MPLv2.0 or MIT or ASL 2.0 +# Unlicense or MIT +License: ASL 2.0 and BSD and MIT Recommends: logrotate