$ git show --format=fuller --patch-with-stat --summary b7d98ba584180610e4f8b7543872c54e4e55dccf
commit b7d98ba584180610e4f8b7543872c54e4e55dccf
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Mon Sep 26 02:39:22 2022 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Mon Sep 26 02:39:22 2022 +0200
Set LC_ALL
---
python-wheel.spec | 1 +
1 file changed, 1 insertion(+)
diff --git a/python-wheel.spec b/python-wheel.spec
index dbfd9e7..ac1ad3b 100644
--- a/python-wheel.spec
+++ b/python-wheel.spec
@@ -37,6 +37,7 @@ Group: Development/Python
A Python wheel of wheel to use with virtualenv.
%prep
+export LC_ALL=C.utf-8
%autosetup -n %{pypi_name}-%{version}
%build