From 1b367b3bbc5cee461b613d3bf9228cd229b146ba Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Tue, 7 Jun 2022 14:24:28 +0800 Subject: [PATCH] Addbuildrequires glibc-all-langpacks to fix build failed --- python-urwid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-urwid.spec b/python-urwid.spec index 150cf9f..29abe26 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -1,6 +1,6 @@ Name: python-urwid Version: 2.1.2 -Release: 1 +Release: 2 Summary: Console user interface library License: LGPLv2+ URL: http://excess.org/urwid/ @@ -13,7 +13,7 @@ many features useful for text console application developers %package -n python3-urwid Summary: %summary %{?python_provide:%python_provide python3-urwid} -BuildRequires: python3-devel python3-setuptools python3-test /usr/bin/2to3 gcc +BuildRequires: python3-devel python3-setuptools python3-test /usr/bin/2to3 gcc glibc-all-langpacks %description -n python3-urwid Urwid is a console user interface library for Python. It includes @@ -40,6 +40,9 @@ PYTHON=%{__python3} %{__python3} setup.py test %{python3_sitearch}/urwid-%{version}*.egg-info %changelog +* Tue Jul 27 2021 liyanan - 2.1.2-2 +- Add buildrequires glibc-all-langpacks to fix build failed + * Tue Jul 27 2021 liyanan - 2.1.2-1 - update to 2.1.2 -- Gitee