update to 1.1.6-3
(cherry picked from commit 20727bad022d2f4f0c58e6191714d60027b6e17f)
This commit is contained in:
parent
1e37146e2e
commit
3ec2aed52a
@ -0,0 +1,24 @@
|
||||
# 1.1.6-3 Patch Update Contents
|
||||
|
||||
## Bug Fixes
|
||||
* [Remove unused variable in cdrom test suite](https://gitee.com/openeuler/oec-hardware/pulls/281)
|
||||
* [Optimize the display judgement of gpu and unify the location for downloading kernel source RPMs etc.](https://gitee.com/openeuler/oec-hardware/pulls/291)
|
||||
|
||||
## Optimization
|
||||
* [Update test_guide doc](https://gitee.com/openeuler/oec-hardware/pulls/282)
|
||||
* [Update pci.ids](https://gitee.com/openeuler/oec-hardware/pulls/284)
|
||||
* [Update the design doc of oech and add comments of main module](https://gitee.com/openeuler/oec-hardware/pulls/289)
|
||||
|
||||
# 1.1.6-2 Patch Update Contents
|
||||
|
||||
## Bug Fixes
|
||||
* [Optimize "show_hugepages" function in dpdk test suite](https://gitee.com/openeuler/oec-hardware/pulls/287)
|
||||
|
||||
# 1.1.6-1 Patch Update Contents
|
||||
|
||||
## Addtions
|
||||
* [Add the raid test identification of PM8222-SHBA](https://gitee.com/openeuler/oec-hardware/pulls/288)
|
||||
# 1.1.6 Release announcement
|
||||
|
||||
|
||||
|
||||
118083
oec-hardware-1.1.6-3-optimize-gpu-display.patch
Normal file
118083
oec-hardware-1.1.6-3-optimize-gpu-display.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
Name: oec-hardware
|
||||
Summary: openEuler Hardware Compatibility Test Suite
|
||||
Version: 1.1.6
|
||||
Release: 2
|
||||
Release: 3
|
||||
Group: Development/Tools
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/oec-hardware
|
||||
@ -15,6 +15,7 @@ Source0: https://gitee.com/openeuler/oec-hardware/repository/archive/v%{v
|
||||
# patch fix issue
|
||||
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
|
||||
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: gcc
|
||||
@ -40,6 +41,7 @@ openEuler Hardware Compatibility Test Server
|
||||
%setup -q -c
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%ifarch x86_64 aarch64
|
||||
@ -87,6 +89,13 @@ sed -i 's#grep openeulerversion /etc/openEuler-latest#grep %{vendor_lowercase}ve
|
||||
rm -rf /var/lock/oech.lock
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 wangshuai <wangshuai321@huawei.com> - 1.1.6-3
|
||||
- Update the pci.ids file
|
||||
- Remove unused variable in cdrom test suite
|
||||
- Update test_guide doc
|
||||
- Unify the location for downloading kernel source RPMs
|
||||
- Optimize kabiwhitelist and system test
|
||||
|
||||
* Fri Oct 18 2024 xieguangyao00 <xieguangyao@inspur.com> - 1.1.6-2
|
||||
- Fix the bug that dpdk test terminates when accessing numa node hugepages directory
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user