From 6a7bd9433347209972857750329d0f1aa74fd91a Mon Sep 17 00:00:00 2001 From: "Shine.Wang" Date: Mon, 30 Dec 2024 19:43:27 +0800 Subject: [PATCH] 1.1.7 release --- config/version.config | 2 +- oec-hardware.spec | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/config/version.config b/config/version.config index 29d36a6..39344d0 100755 --- a/config/version.config +++ b/config/version.config @@ -3,4 +3,4 @@ client_name=oec-hardware server_name=oec-hardware-server [VERSION] -version=1.1.6 +version=1.1.7 diff --git a/oec-hardware.spec b/oec-hardware.spec index 45c5ebd..84f7923 100644 --- a/oec-hardware.spec +++ b/oec-hardware.spec @@ -1,4 +1,4 @@ -%define version 1.1.6 +%define version 1.1.7 %define release 0 %define debug_package %{nil} %global _build_id_links none @@ -82,6 +82,22 @@ sed -i 's#grep openeulerversion /etc/openEuler-latest#grep %{vendor_lowercase}ve rm -rf /var/lock/oech.lock %changelog +* Tue Dec 30 2024 wangshuai - 1.1.7-0 +- Optimized the logic for locating the cuda-samples directory +- add kernel support for openEuler 24.03 LTS SP1 +- Kdump test suite bugfix +- 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 +- Fix the bug that dpdk test terminates when accessing numa node hugepages directory +- Fix bug that the raid test cannot identify PM8222-SHBA +- Add new test suite srpm and intel +- Add virtual branch of test suite +- Add support for Kylin and UOS +- Bugfix + * Tue Sept 24 2024 wangshuai - 1.1.6-0 1. Add support for Kylin V10 and UOS 20 2. Add virtual branch of test suite -- Gitee