!3 【Mainline】Fix the failure of the test_uniencoding testcase

From: @yixiangzhike 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2022-06-13 10:06:24 +00:00 committed by Gitee
commit b5daf3a24f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,14 @@
Name: liboauth
Version: 1.0.3
Release: 13
Release: 14
Summary: OAuth library functions
License: MIT
URL: http://liboauth.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gcc curl-devel nss-devel
# fix the failure of the test_uniencoding testcase
BuildRequires: glibc-locale-archive
%description
a POSIX-C implementation of the http://oauth.net/ protocol. libOauth provides
@ -56,6 +58,9 @@ make check
%doc ChangeLog
%changelog
* Mon Jun 13 2022 yixiangzhike <yixiangzhike007@163.com> - 1.0.3-14
- Fix the failure of the test_uniencoding testcase
* Fri Feb 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.3-13
- Make check after installation