From a6cc0b82f792320fd76024fe301cbc04f364e2c5 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 26 Sep 2023 22:05:30 +0200
Subject: [PATCH] tools/python-integrate-project: nicer format for more than two obsoletions

---
 tools/python-integrate-project |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/python-integrate-project b/tools/python-integrate-project
index 3da9d28..57dc235 100755
--- a/tools/python-integrate-project
+++ b/tools/python-integrate-project
@@ -433,7 +433,7 @@
 	FMRI_T=$((FMRI_T + 1))
 	printf "%s.%s noincorporate\n" "$FMRI_H" "$FMRI_T" >> history
 
-	[[ -n "$OV" ]] && OV="$OV and " && OV_PLURAL="s"
+	[[ -n "$OV" ]] && OV="${OV/ and /, } and " && OV_PLURAL="s"
 	OV="$OV$o"
 done
 if [[ -f history ]] ; then

--
Gitblit v1.9.3