From d3cd7dc624be818757e5700c0aabba3a15e8488c Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 9 Dec 2022 16:06:00 +0800 Subject: [PATCH] Modifying the readme --- libvarlink.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libvarlink.spec b/libvarlink.spec index fcd5f60..9ff6689 100644 --- a/libvarlink.spec +++ b/libvarlink.spec @@ -2,9 +2,9 @@ Name: libvarlink Version: 23 -Release: 1 +Release: 2 Summary: Varlink C Library -License: ASL 2.0 and BSD-3-Clause +License: Apache-2.0 and BSD-3-Clause URL: https://github.com/varlink/libvarlink Source0: https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: meson @@ -59,8 +59,11 @@ export LC_CTYPE=C.utf8 %{_libdir}/pkgconfig/libvarlink.pc %changelog +* Fri Dec 09 2022 liukuo - 23-2 +- License compliance rectification + * Wed Jun 08 2022 fushanqing - 23-1 - update to 23 * Wed Jan 26 2022 fushanqing - 21-1 -- Initial package \ No newline at end of file +- Initial package