From 587b56020c9917ceb10fac11304edb1282cf1854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E7=B4=AB=E8=96=87?= Date: Fri, 16 Dec 2022 09:13:22 +0000 Subject: [PATCH] update libslirp.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁紫薇 --- libslirp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libslirp.spec b/libslirp.spec index 025c46b..2cfbb39 100644 --- a/libslirp.spec +++ b/libslirp.spec @@ -1,9 +1,9 @@ Name: libslirp Version: 4.7.0 -Release: 1 +Release: 2 Summary: A general purpose TCP-IP emulator -License: BSD and MIT +License: BSD-3-Clause and MIT URL: https://gitlab.freedesktop.org/slirp/libslirp Source0: %{url}/-/archive/v%{version}/%{name}-%{version}.tar.xz @@ -46,6 +46,9 @@ developing applications that use libslirp. %{_libdir}/pkgconfig/slirp.pc %changelog +* Fri Dec 16 2022 dingdingaaaaa -4.7.0-2 +- License compliance rectification + * Tue Nov 08 2022 duyiwei - 4.7.0-1 - upgrade version to 4.7.0 -- Gitee