!34 correct lisence

From: @mszjaas 
Reviewed-by: @swf504 
Signed-off-by: @swf504
This commit is contained in:
openeuler-ci-bot 2024-08-01 11:30:54 +00:00 committed by Gitee
commit e49c795fa8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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