diff --git a/oec-hardware.spec b/oec-hardware.spec index 699aeba6ad3ff5add069056b3033a5105f442971..cf895d61f4c4c0f82e5160178406e450699ad4e2 100644 --- a/oec-hardware.spec +++ b/oec-hardware.spec @@ -3,22 +3,20 @@ Name: oec-hardware Summary: openEuler Hardware Compatibility Test Suite -Version: 1.1.4 -Release: 2 +Version: 1.1.5 +Release: 0 Group: Development/Tools License: Mulan PSL v2 URL: https://gitee.com/openeuler/oec-hardware Source0: https://gitee.com/openeuler/oec-hardware/repository/archive/v%{version}.tar.gz # patch fix issue -Patch0001: oec-hardware-1.1.4-fix-configip-dpdk.patch -Patch0002: oec-hardware-1.1.4-fix-secure_filename.patch 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 @@ -26,7 +24,7 @@ Provides: libswsds.so()(64bit) Summary: openEuler Hardware Compatibility Test Server Group: Development/Tools Requires: python3, python3-devel, python3-flask, python3-uWSGI, python3-werkzeug -Requires: nginx, tar, qperf, psmisc +Requires: nginx, tar, qperf, psmisc, dpdk, dpdk-tools, dpdk-devel, net-tools %description openEuler Hardware Compatibility Test Suite @@ -36,11 +34,11 @@ openEuler Hardware Compatibility Test Server %prep %setup -q -c -%patch1 -p1 -%patch2 -p1 %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; @@ -80,15 +78,11 @@ DESTDIR=$RPM_BUILD_ROOT make install rm -rf /var/lock/oech.lock %changelog -* Fri Jun 16 2023 cuixucui - 1.1.4-2 -- Fix import Secure_Filename failure - -* Tue Jun 13 2023 cuixucui - 1.1.4-1 -- Add igc dpdk -- Secure_filename to improve input robustness and security -- Correcting bug, self.changed_ Logpath is a string -- Increase the number of network card up detection times -- Resolve the issue of IP configuration failure +* 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 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