correct license

This commit is contained in:
liusirui 2022-10-20 16:47:50 +08:00
parent 5538a9adb4
commit 086e9e461e

View File

@ -1,8 +1,8 @@
Name: hdparm
Version: 9.62
Release: 3
Release: 4
Summary: A system utility for setting or showing hard drive parameters
License: BSD
License: BSD AND GPLv2
URL: https://sourceforge.net/projects/%{name}/
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch1: 0001-hdparm-fallocate-close-fd.patch
@ -44,6 +44,9 @@ install -c -m 644 hdparm.8 $RPM_BUILD_ROOT/%{_mandir}/man8
%{_mandir}/man8/hdparm.8*
%changelog
* Thu Oct 20 2022 liusirui <liusirui@huawei.com> 9.62-4
- add GPLv2 to correct license
* Tue Mar 01 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> 9.62-3
- fix fd leak in sysfs_write_attr()