From dfb04a18713c561c7d505fa00e8ecfdf05867dc4 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Sun, 12 Mar 2023 10:13:34 +0100 Subject: [PATCH] Change the License tag to the SPDX format --- libserf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libserf.spec b/libserf.spec index e2cb4b7..008e75e 100644 --- a/libserf.spec +++ b/libserf.spec @@ -1,8 +1,8 @@ Name: libserf Version: 1.3.9 -Release: 27%{?dist} +Release: 28%{?dist} Summary: High-Performance Asynchronous HTTP Client Library -License: ASL 2.0 +License: Apache-2.0 URL: http://serf.apache.org/ Source0: https://archive.apache.org/dist/serf/serf-%{version}.tar.bz2 BuildRequires: gcc, pkgconfig @@ -80,6 +80,9 @@ true %{_libdir}/pkgconfig/serf*.pc %changelog +* Sun Mar 12 2023 Tomas Korbar - 1.3.9-28 +- Change the License tag to the SPDX format + * Mon Feb 06 2023 Tomas Korbar - 1.3.9-27 - Fix testsuite - Resolves: rhbz#2166252