From ac59bf96247978260ebc7518260bfb75ba083995 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 9 Dec 2022 16:11:34 +0800 Subject: [PATCH] Modifying the readme --- libslirp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libslirp.spec b/libslirp.spec index 025c46b..82efb11 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 09 2022 liukuo - 4.7.0-2 +- License compliance rectification + * Tue Nov 08 2022 duyiwei - 4.7.0-1 - upgrade version to 4.7.0 -- Gitee