-
-
Save encukou/70b3d3f9ef3e29ac1dbc23a5f7bd6431 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: testpackage | |
Summary: Testing package | |
URL: https://test.example/ | |
Version: 0.1 | |
Release: 1 | |
License: CC0 | |
BuildRequires: /usr/bin/python3 | |
%description | |
This currently fails in Koji. | |
%prep | |
cat > reproducer.py <<EOF | |
import locale | |
locale.setlocale(locale.LC_ALL, 'C.UTF-8') | |
locale.setlocale(locale.LC_NUMERIC, 'fr_FR.ISO8859-1') | |
print(locale.localeconv()) | |
EOF | |
cat reproducer.py | |
python3 reproducer.py | |
%build | |
%install | |
%check | |
%files | |
%changelog | |
* Mon Aug 21 2017 Petr Viktorin <pviktori@redhat.com> - 0.1-1 | |
- Test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment