From 7f156e098018ef735fda85218d1b785a43f7e340 Mon Sep 17 00:00:00 2001 From: EulerOSWander <314264452@qq.com> Date: Tue, 30 Jul 2024 15:10:48 +0800 Subject: [PATCH] correct lisence Signed-off-by: zhangjian --- sysfsutils.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sysfsutils.spec b/sysfsutils.spec index b61be25..a02f4b0 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -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 - 2.1.1-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:correct lisence + * Sat May 6 2023 Jiangtian Feng - 2.1.1-3 - backport community patches to fix mem leak in lib/sysfs_device.c and lib/sysfs_attr.c