Fix the failure of the test_uniencoding testcase

Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
yixiangzhike 2022-06-13 16:40:25 +08:00
parent 1da33557a5
commit 11f8114019

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