public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/anaconda] rawhide: Fix rpmlint no-binary filters to cover all architectures
@ 2026-08-21 12:21 Katerina Koukiou
0 siblings, 0 replies; only message in thread
From: Katerina Koukiou @ 2026-08-21 12:21 UTC (permalink / raw)
To: git-commits
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',
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 12:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 12:21 [rpms/anaconda] rawhide: Fix rpmlint no-binary filters to cover all architectures Katerina Koukiou
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox