diff --git a/oec-hardware.spec b/oec-hardware.spec index 2f74915190122f32defe7143817101ef1eab3c44..cf895d61f4c4c0f82e5160178406e450699ad4e2 100644 --- a/oec-hardware.spec +++ b/oec-hardware.spec @@ -3,7 +3,7 @@ Name: oec-hardware Summary: openEuler Hardware Compatibility Test Suite -Version: 1.1.4 +Version: 1.1.5 Release: 0 Group: Development/Tools License: Mulan PSL v2 @@ -16,15 +16,15 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc Requires: kernel-devel, kernel-headers, dmidecode, tar Requires: kernel >= 4 -Requires: python3, python3-pyyaml, python3-concurrent-log-handler +Requires: python3, python3-pyyaml, python3-concurrent-log-handler, net-tools Provides: libswsds.so()(64bit) # server subpackage %package server Summary: openEuler Hardware Compatibility Test Server Group: Development/Tools -Requires: python3, python3-devel, python3-flask, python3-uWSGI -Requires: nginx, tar, qperf, psmisc +Requires: python3, python3-devel, python3-flask, python3-uWSGI, python3-werkzeug +Requires: nginx, tar, qperf, psmisc, dpdk, dpdk-tools, dpdk-devel, net-tools %description openEuler Hardware Compatibility Test Suite @@ -36,7 +36,9 @@ openEuler Hardware Compatibility Test Server %setup -q -c %build +%ifarch x86_64 aarch64 strip tests/keycard/libswsds_%{_arch}.so +%endif sed -i '15i CFLAGS+=-g -fstack-protector-strong' tests/memory/Makefile [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; @@ -76,6 +78,12 @@ DESTDIR=$RPM_BUILD_ROOT make install rm -rf /var/lock/oech.lock %changelog +* Tue Oct 24 2023 cuixucui - 1.1.5-0 +- Add support for openEuler 20.03 LTS SP4, openEuler 22.03 LTS SP2, openEuler 22.03 LTS SP3 +- Add modifications to Kylinsec with oec-hardware +- Add support for Loongson and SW architectures +- Bugfix + * Tue Feb 28 2023 cuixucui - 1.1.4-0 - Add board information in the test report - Add spdk test case diff --git a/v1.1.4.tar.gz b/v1.1.4.tar.gz deleted file mode 100644 index 7fe8537666a801f874163a4ebfa3eeb68291019c..0000000000000000000000000000000000000000 Binary files a/v1.1.4.tar.gz and /dev/null differ diff --git a/v1.1.5.tar.gz b/v1.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eca404721728aab89e9fc910df974145e143d0b8 Binary files /dev/null and b/v1.1.5.tar.gz differ