public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-snap] epel9: Improve a regex in the .rpmlintrc file
@ 2026-07-15 17:48 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-15 17:48 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-snap
Branch : epel9
Commit : fccdf8beb13539b034c99549d20b663fae76cd98
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-02-07T11:42:12-05:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rust-snap/c/fccdf8beb13539b034c99549d20b663fae76cd98?branch=epel9
Log:
Improve a regex in the .rpmlintrc file
[skip changelog]
---
diff --git a/rust-snap.rpmlintrc b/rust-snap.rpmlintrc
index cfe5a2d..0244557 100644
--- a/rust-snap.rpmlintrc
+++ b/rust-snap.rpmlintrc
@@ -1,2 +1,2 @@
# Feature metapackages are not supposed to have documentation!
-addFilter(r"\+\w+-devel.noarch: W: no-documentation")
+addFilter(r"\+[-_\w]+-devel.noarch: W: no-documentation")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 17:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 17:48 [rpms/rust-snap] epel9: Improve a regex in the .rpmlintrc file Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox