From 64f1abaed1cdbcd7abf12c432514bd84e8245846 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 27 Jul 2023 17:10:12 +0100 Subject: [PATCH] migrated to SPDX license --- libgpiod.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libgpiod.spec b/libgpiod.spec index 071f89f..3164679 100644 --- a/libgpiod.spec +++ b/libgpiod.spec @@ -2,10 +2,10 @@ Name: libgpiod Version: 2.0.1 -Release: 4%{?candidate:.%{candidate}}%{?dist} +Release: 5%{?candidate:.%{candidate}}%{?dist} Summary: C library and tools for interacting with linux GPIO char device -License: LGPLv2+ +License: LGPL-2.1-or-later URL: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/ Source0: https://mirrors.edge.kernel.org/pub/software/libs/%{name}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.xz @@ -31,6 +31,7 @@ open-source and open-drain GPIOs). %package utils Summary: Utilities for GPIO +License: GPL-2.0-or-later Requires: %{name}%{?_isa} = %{version}-%{release} %description utils @@ -106,6 +107,9 @@ find %{buildroot} -name '*.la' -delete %{_libdir}/%{name}*.so %changelog +* Thu Jul 27 2023 Peter Robinson - 2.0.1-5 +- migrated to SPDX license + * Thu Jul 20 2023 Fedora Release Engineering - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild