kdump bugfix

(cherry picked from commit 600106f8a1c711274be290609053238ccd7cf603)
This commit is contained in:
Shine.Wang 2024-11-13 17:15:06 +08:00 committed by openeuler-sync-bot
parent fcaef602ee
commit 14c3346471
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 1.1.6-4 Patch Update Contents
## Bug Fixes
* [Kdump test suite fix](https://gitee.com/openeuler/oec-hardware/pulls/296)
# 1.1.6-3 Patch Update Contents
## Bug Fixes

Binary file not shown.

View File

@ -6,7 +6,7 @@
Name: oec-hardware
Summary: openEuler Hardware Compatibility Test Suite
Version: 1.1.6
Release: 3
Release: 4
Group: Development/Tools
License: Mulan PSL v2
URL: https://gitee.com/openeuler/oec-hardware
@ -16,6 +16,7 @@ Source0: https://gitee.com/openeuler/oec-hardware/repository/archive/v%{v
Patch0001: oec-hardware-1.1.6-1-fix-bug-raid-test-cannot-identify-PM8222-SHBA.patch
Patch0002: oec-hardware-1.1.6-2-fix-dpdk-show-numa-pages.patch
Patch0003: oec-hardware-1.1.6-3-optimize-gpu-display.patch
Patch0004: oec-hardware-1.1.6-4-kdump-fix.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gcc
@ -42,6 +43,7 @@ openEuler Hardware Compatibility Test Server
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
%ifarch x86_64 aarch64
@ -89,6 +91,9 @@ sed -i 's#grep openeulerversion /etc/openEuler-latest#grep %{vendor_lowercase}ve
rm -rf /var/lock/oech.lock
%changelog
* Wed Nov 13 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-4
- Kdump test suite bugfix
* Tue Oct 29 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-3
- Update the pci.ids file
- Remove unused variable in cdrom test suite