From f4907e69f0435004bb09953d95fda6daf04016a2 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Mon, 13 Jun 2022 16:40:25 +0800 Subject: [PATCH] Fix the failure of the test_uniencoding testcase Signed-off-by: yixiangzhike --- liboauth.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/liboauth.spec b/liboauth.spec index b34d290..eecdcfb 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -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 - 1.0.3-14 +- Fix the failure of the test_uniencoding testcase + * Fri Feb 14 2020 openEuler Buildteam - 1.0.3-13 - Make check after installation -- Gitee