public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Katerina Koukiou <kkoukiou@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/anaconda] rawhide: Fix rpmlint no-binary filters to cover all architectures
Date: Fri, 21 Aug 2026 12:21:07 GMT [thread overview]
Message-ID: <178731486712.1.8465426447279391457.rpms-anaconda-6ccd140b4df7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/anaconda
Branch : rawhide
Commit : 6ccd140b4df7888f7c69f0f168cd0f3ca013d263
Author : Katerina Koukiou <kkoukiou@redhat.com>
Date : 2026-08-21T13:51:05+02:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/anaconda/c/6ccd140b4df7888f7c69f0f168cd0f3ca013d263?branch=rawhide
Log:
Fix rpmlint no-binary filters to cover all architectures
---
diff --git a/rpmlint.toml b/rpmlint.toml
index e05accb..0069950 100644
--- a/rpmlint.toml
+++ b/rpmlint.toml
@@ -2,10 +2,10 @@
# of rpmlint, which may not fit our project needs / specification
Filters = [
# Discard no-binary error for anaconda packages which cant be a noarch type
- 'anaconda.x86_64: E: no-binary',
- 'anaconda-core-debuginfo.x86_64: E: no-binary',
- 'anaconda-install-env-deps.x86_64: E: no-binary',
- 'anaconda-install-img-deps.x86_64: E: no-binary',
+ 'anaconda.*: E: no-binary',
+ 'anaconda-core-debuginfo.*: E: no-binary',
+ 'anaconda-install-env-deps.*: E: no-binary',
+ 'anaconda-install-img-deps.*: E: no-binary',
# Discard explicite library dependencies
'explicit-lib-dependency flatpak-libs',
'explicit-lib-dependency libblockdev-lvm-dbus',
reply other threads:[~2026-08-21 12:21 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=178731486712.1.8465426447279391457.rpms-anaconda-6ccd140b4df7@fedoraproject.org \
--to=kkoukiou@redhat.com \
--cc=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