correct license

(cherry picked from commit 086e9e461ee99533d0bf8f0215864e7772c560ab)
This commit is contained in:
liusirui 2022-10-20 16:47:50 +08:00 committed by openeuler-sync-bot
parent 73dbf03be6
commit 7099527768

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()