From f8d690eda048a040e914aef9b9f66714e1dc4647 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Fri, 10 Mar 2023 15:53:29 +0100 Subject: [PATCH] Change the License tag to the SPDX format --- libyang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libyang.spec b/libyang.spec index 36c8037..5aa64fb 100644 --- a/libyang.spec +++ b/libyang.spec @@ -8,11 +8,11 @@ Name: libyang Version: 2.1.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YANG data modeling language library Url: https://github.com/CESNET/libyang Source: %{url}/archive/v%{version}.tar.gz -License: BSD +License: BSD-3-Clause # disable tests failing on s390x Patch1: disable-test_structure.patch @@ -106,6 +106,9 @@ cp -a doc/html %{buildroot}/%{_docdir}/libyang/html %{_docdir}/libyang %changelog +* Fri Mar 10 2023 Tomas Korbar - 2.1.30-2 +- Change the License tag to the SPDX format + * Thu Jan 19 2023 Tomas Korbar - 2.1.30-1 - Rebase to version 2.1.30 - Resolves: rhbz#2162362