From ba3d5e96b4d3c997f49fae3248eea9b2b95825db Mon Sep 17 00:00:00 2001 From: Paul Donohue Date: Jan 28 2021 17:29:31 +0000 Subject: Fix AUTHOR used for `show_possible_srpms.sh -r` --- diff --git a/show_possible_srpms.sh b/show_possible_srpms.sh index 1c1eef3..cedcb0f 100755 --- a/show_possible_srpms.sh +++ b/show_possible_srpms.sh @@ -37,7 +37,8 @@ warn () { ##################################################################### -RHELAUTHOR="CentOS Buildsys " +# regex that matches "CentOS Sources" or "CentOS Buildsys" +RHELAUTHOR="CentOS \(Sources\|Buildsys\) " RHELONLY=0 QUIET=0