correct lisence

Signed-off-by: zhangjian <zhangjian496@huawei.com>
This commit is contained in:
EulerOSWander 2024-07-30 15:10:48 +08:00
parent 2b2aebd45d
commit 7f156e0980

View File

@ -1,8 +1,8 @@
Name: sysfsutils
Version: 2.1.1
Release: 3
Release: 4
Summary: A set of utilities for interfacing with sysfs
License: GPLv2 and LGPLv2+
License: GPL-2.0-only
URL: https://github.com/linux-ras/sysfsutils
Source0: https://github.com/linux-ras/sysfsutils/archive/v%{version}.tar.gz
@ -24,7 +24,7 @@ provides a tree of system devices.
%package devel
Summary: Including header files and library for the developing of sysfsutils
License: LGPLv2+
License: LGPL-2.1-or-later
Requires: sysfsutils = %{version}-%{release}
Provides: libsysfs-devel
Obsoletes: libsysfs-devel
@ -83,6 +83,12 @@ chrpath -d $(find $RPM_BUILD_ROOT -name systool)
%changelog
* Tue Jul 30 2024 zhangjian <zhangjian496@huawei.com> - 2.1.1-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:correct lisence
* Sat May 6 2023 Jiangtian Feng <fengjiangtian@huawei.com> - 2.1.1-3
- backport community patches to fix mem leak in lib/sysfs_device.c and lib/sysfs_attr.c