update spec to add 0004-fix-crash.patch

This commit is contained in:
jiaoff 2022-08-08 09:14:08 +08:00
parent a341077ee4
commit e8427516ad

View File

@ -5,7 +5,7 @@
Name: TCP_option_address Name: TCP_option_address
Summary: Intel(R) Ethernet Adaptive Virtual Function Driver Summary: Intel(R) Ethernet Adaptive Virtual Function Driver
Version: 1.0.0 Version: 1.0.0
Release: 1 Release: 3
#Release: 0.%{krelver} #Release: 0.%{krelver}
Vendor: Huawei Vendor: Huawei
License: GPL-2.0 License: GPL-2.0
@ -15,6 +15,7 @@ Source0: TCP_option_address.tar.gz
Patch0001: 0001-support-arm64.patch Patch0001: 0001-support-arm64.patch
Patch0002: 0002-fix-build-error.patch Patch0002: 0002-fix-build-error.patch
Patch0003: 0003-patch-for-5_10.patch Patch0003: 0003-patch-for-5_10.patch
Patch0004: 0004-fix-crash.patch
Requires: kernel, findutils, gawk, bash Requires: kernel, findutils, gawk, bash
@ -104,5 +105,11 @@ else
fi fi
%changelog %changelog
* Wed Aug 03 2022 jiaofenfang<jiaofenfang@uniontech.com> - 1.0.0-3
- fix crash on the arm64
* Sat Jul 30 2022 jiaofenfang<jiaofenfang@uniontech.com> - 1.0.0-2
- fix 5.10 crash on the arm64
* Mon Jan 24 2022 jiaofenfang<jiaofenfang@uniontech.com> - 1.0.0-1 * Mon Jan 24 2022 jiaofenfang<jiaofenfang@uniontech.com> - 1.0.0-1
- Package init - Package init