diff --git a/rust-libslirp.spec b/rust-libslirp.spec index 5fb5ca6..738b507 100644 --- a/rust-libslirp.spec +++ b/rust-libslirp.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 4.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High-level bindings & helper process for libslirp License: MIT @@ -28,6 +28,13 @@ High-level bindings & helper process for libslirp.} %if ! %{__cargo_skip_build} %package -n %{crate} Summary: %{summary} +# * ASL 2.0 +# * ASL 2.0 or MIT +# * BSD +# * MIT +# * MIT or ASL 2.0 +# * Unlicense or MIT +License: MIT and ASL 2.0 and BSD %description -n %{crate} %{_description} @@ -212,5 +219,8 @@ which use "url" feature of "%{crate}" crate. %endif %changelog +* Mon May 11 2020 Igor Raits - 4.2.2-2 +- Fixup license + * Wed May 06 21:46:00 CEST 2020 Marc-André Lureau - 4.2.2-1 - Initial package