diff --git a/sysfsutils.spec b/sysfsutils.spec index 169b425..128b800 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -4,10 +4,10 @@ Name: sysfsutils Version: 2.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Utilities for interfacing with sysfs URL: https://github.com/linux-ras/sysfsutils -License: GPLv2 +License: GPL-2.0-only Source0: https://github.com/linux-ras/sysfsutils/archive/v%{version}.tar.gz @@ -23,14 +23,14 @@ with sysfs. %package -n libsysfs Summary: Shared library for interfacing with sysfs -License: LGPLv2+ +License: LGPL-2.1-or-later %description -n libsysfs Library used in handling linux kernel sysfs mounts and their various files. %package -n libsysfs-devel Summary: Static library and headers for libsysfs -License: LGPLv2+ +License: LGPL-2.1-or-later Requires: libsysfs = %{version}-%{release} %description -n libsysfs-devel @@ -71,6 +71,9 @@ find %{buildroot} -type f -name "*.la" -delete %changelog +* Thu May 09 2024 Vitezslav Crhonek - 2.1.1-8 +- Update license tags to SPDX format + * Sat Jan 27 2024 Fedora Release Engineering - 2.1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild