Update binary package license (fixes: rhbz#2045491)

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent d1be2887a2
commit a8938d5f3c

@ -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

Loading…
Cancel
Save