!13 fix test case failed

From: @dongyuzhen 
Reviewed-by: @zzm_567, @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2022-04-14 08:07:38 +00:00 committed by Gitee
commit 57311839ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: python-dmidecode
Version: 3.12.2
Release: 21
Release: 22
Summary: Python extension module for dmidecode
License: GPLv2
@ -49,9 +49,9 @@ export CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="${RPM_LD_FLAGS}"
%{__python3} src/setup.py install --root %{buildroot} --prefix=%{_prefix}
%check
pushd unit-tests
make
popd
export PYTHONPATH=%{buildroot}%{python3_sitearch}
export PYTHON_BIN=%{__python3}
make -C unit-tests
%files -n python3-dmidecode
%license doc/LICENSE doc/AUTHORS doc/AUTHORS.upstream
@ -65,7 +65,10 @@ popd
%doc README doc/README.upstream
%changelog
* Sat Mar 20 2021 Dehui Fan<fandehui1@huawei.com> - 3.12.2-20
* Thu Apr 14 2022 dongyuzhen <dongyuzhen@h-partners.com> - 3.12.2-22
- fix test case failed
* Sat Mar 20 2021 Dehui Fan<fandehui1@huawei.com> - 3.12.2-21
- strip binary files
* Fri Oct 30 2020 chengguipeng <chengguipeng1@huawei.com> - 3.12.2-20