Skip to content

Instantly share code, notes, and snippets.

@encukou
Created August 23, 2017 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save encukou/70b3d3f9ef3e29ac1dbc23a5f7bd6431 to your computer and use it in GitHub Desktop.
Save encukou/70b3d3f9ef3e29ac1dbc23a5f7bd6431 to your computer and use it in GitHub Desktop.
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