update to v1.1.5
This commit is contained in:
parent
d619d3cb86
commit
92a4e5f4ab
@ -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 <cuixucui@h-partner.com> - 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 <cuixucui1@h-partner.com> - 1.1.4-0
|
||||
- Add board information in the test report
|
||||
- Add spdk test case
|
||||
|
||||
BIN
v1.1.4.tar.gz
BIN
v1.1.4.tar.gz
Binary file not shown.
BIN
v1.1.5.tar.gz
Normal file
BIN
v1.1.5.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user