From 5ae233eb9a8af71f44aa85519006c7e7b19e479c Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 11 Nov 2024 12:11:13 +0200 Subject: [PATCH] Avoid trailing whitespace when outputing relocations in --info query --- rpmpopt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmpopt.in b/rpmpopt.in index 0df8adacdd..40a173324f 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -100,7 +100,7 @@ Signature : %|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig Source RPM : %{SOURCERPM}\n\ Build Date : %{BUILDTIME:date}\n\ Build Host : %{BUILDHOST}\n\ -%|PREFIXES?{Relocations : [%{PREFIXES} ]\n}|\ +%|PREFIXES?{Relocations :[ %{PREFIXES}]\n}|\ %|PACKAGER?{Packager : %{PACKAGER}\n}|\ %|VENDOR?{Vendor : %{VENDOR}\n}|\ %|VCS?{VCS : %{VCS}\n}|\