!266 [sync] PR-261: 【Routine Upgrade】Sync differences from source repositories-2024/11/13
From: @openeuler-sync-bot Reviewed-by: @ygn-ndwd-official Signed-off-by: @ygn-ndwd-official
This commit is contained in:
commit
765ee095b1
@ -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
|
# 1.1.6-3 Patch Update Contents
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
|||||||
BIN
oec-hardware-1.1.6-4-kdump-fix.patch
Normal file
BIN
oec-hardware-1.1.6-4-kdump-fix.patch
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
Name: oec-hardware
|
Name: oec-hardware
|
||||||
Summary: openEuler Hardware Compatibility Test Suite
|
Summary: openEuler Hardware Compatibility Test Suite
|
||||||
Version: 1.1.6
|
Version: 1.1.6
|
||||||
Release: 3
|
Release: 4
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
URL: https://gitee.com/openeuler/oec-hardware
|
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
|
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
|
Patch0002: oec-hardware-1.1.6-2-fix-dpdk-show-numa-pages.patch
|
||||||
Patch0003: oec-hardware-1.1.6-3-optimize-gpu-display.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
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -42,6 +43,7 @@ openEuler Hardware Compatibility Test Server
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch x86_64 aarch64
|
%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
|
rm -rf /var/lock/oech.lock
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 29 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-3
|
||||||
- Update the pci.ids file
|
- Update the pci.ids file
|
||||||
- Remove unused variable in cdrom test suite
|
- Remove unused variable in cdrom test suite
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user