public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rpmlint] rawhide: Require English locale to avoid "cannot change locale (en_US.UTF-8)"
Date: Tue, 22 Sep 2026 12:44:52 GMT	[thread overview]
Message-ID: <179008109284.1.18038824156223803927.rpms-rpmlint-88cbd205c0bc@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-09-22 12:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179008109284.1.18038824156223803927.rpms-rpmlint-88cbd205c0bc@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox