Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpm: fix issues when running on old linux
When running on CentOS7 I was getting some weird encoding issues, mostly because it was falling back to ascii encoding by default: ``` UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1045: ordinal not in range(128) ``` By passing utf-8 directly it seems to solve part of the issues
- Loading branch information