public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpmlint] rawhide: Require English locale to avoid "cannot change locale (en_US.UTF-8)"
@ 2026-09-22 12:44
0 siblings, 0 replies; only message in thread
From: @ 2026-09-22 12:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rpmlint
Branch : rawhide
Commit : 88cbd205c0bcfadbb7c023bb96be458b24e8ac64
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-09-22T14:21:53+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rpmlint/c/88cbd205c0bcfadbb7c023bb96be458b24e8ac64?branch=rawhide
Log:
Require English locale to avoid "cannot change locale (en_US.UTF-8)"
---
diff --git a/rpmlint.spec b/rpmlint.spec
index 485dfdd..fc482f4 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -3,7 +3,7 @@
Name: rpmlint
Version: 2.10.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Tool for checking common errors in RPM packages
License: GPL-2.0-or-later
URL: https://github.com/rpm-software-management/rpmlint
@@ -41,6 +41,7 @@ Requires: rpm-build
Requires: /usr/bin/appstream-util
Requires: /usr/bin/desktop-file-validate
Requires: rpmlint-fedora-license-data
+Requires: glibc-langpack-en
%description
rpmlint is a tool for checking common errors in RPM packages. Binary
@@ -96,6 +97,10 @@ cp -a %{SOURCE1} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}/xdg
%{_bindir}/rpmlint
%changelog
+* Tue Aug 25 2026 Miro Hrončok <mhroncok@redhat.com> - 2.10.0-3
+- Require English locale to avoid:
+ sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8): No such file or directory
+
* Tue Aug 25 2026 Tom Callaway <spot@fedoraproject.org> - 2.10.0-2
- remove patch, turned out to be legit bug in glibc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 12:44 [rpms/rpmlint] rawhide: Require English locale to avoid "cannot change locale (en_US.UTF-8)"
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox