!30 修复license不一致问题

From: @liusirui91 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2022-10-21 09:39:14 +00:00 committed by Gitee
commit e67ab1a5a0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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