Update license tags to SPDX format

This commit is contained in:
Vitezslav Crhonek 2024-05-09 14:09:05 +02:00
parent 79476e97b7
commit 6c3dfcde0d

View File

@ -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 <vcrhonek@redhat.com> - 2.1.1-8
- Update license tags to SPDX format
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild