From 45d479f76260019b1dcec227ffa5101cb79ded5a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Feb 14 2019 12:32:11 +0000 Subject: Build requires en_US.UTF-8 for test suite (bug #1675746). --- diff --git a/python-journal-brief.spec b/python-journal-brief.spec index ebe0dfa..b9b4b95 100644 --- a/python-journal-brief.spec +++ b/python-journal-brief.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.1.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: %{sum} License: GPLv2+ @@ -11,6 +11,8 @@ URL: https://pypi.python.org/pypi/%{srcname} Source0: https://pypi.python.org/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch +# en_US.UTF-8 locale required for tests +BuildRequires: glibc-langpack-en BuildRequires: python3-devel BuildRequires: python3-pytest python3-flexmock BuildRequires: python3-PyYAML @@ -69,6 +71,9 @@ PYTEST_ARGS='-v --doctest-modules tests journal_brief' %changelog +* Thu Feb 14 2019 Tim Waugh - 1.1.5-9 +- Build requires en_US.UTF-8 for test suite (bug #1675746). + * Sat Feb 02 2019 Fedora Release Engineering - 1.1.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild