update oec hardware version to 1.1.2-5

(cherry picked from commit 14157884bda9d559e867d3cf7460fac7d27404a4)
This commit is contained in:
cuixucui 2022-10-10 15:48:20 +08:00 committed by openeuler-sync-bot
parent 8510874177
commit 218b34c822
2 changed files with 1943 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
Name: oec-hardware
Summary: openEuler Hardware Compatibility Test Suite
Version: 1.1.2
Release: 4
Release: 5
Group: Development/Tools
License: Mulan PSL v2
URL: https://gitee.com/openeuler/oec-hardware
@ -15,6 +15,7 @@ Patch0001: oec-hardware-1.1.2-fix-oech.service_status_failed.patch
Patch0002: oec-hardware-1.1.2-fix-system.patch
Patch0003: oec-hardware-1.1.2-add-compatibility.patch
Patch0004: oec-hardware-1.1.2-add-new-function-add-fixbug.patch
Patch0005: oec-hardware-1.1.2-add-kabi-optimize-testcase-fixbug.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gcc
@ -42,6 +43,7 @@ openEuler Hardware Compatibility Test Server
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
@ -84,6 +86,13 @@ DESTDIR=$RPM_BUILD_ROOT make install
rm -rf /var/lock/oech.lock
%changelog
* Mon Oct 10 2022 cuixucui <cuixucui1@h-partners.com> - 1.1.2-5
- fix the bug that the test board information is not added to the configuration file
- Add kabi for hardware critical test
- Optimize disk/raid/fc/ethernet/infiniband test suite
- Fix the bug of reading nvme data failed
- Add file size check when uploading file to server
* Wed Sep 21 2022 cuixucui <cuixucui1@h-partners.com> - 1.1.2-4
- Add requirements for system and bugfix
- Upgrade oec-hardware-server