From f9504fe2b928c6488292fcbceadf284d695ee5e9 Mon Sep 17 00:00:00 2001 From: Vadim Yalovets Date: Tue, 31 May 2022 10:11:42 +0300 Subject: [PATCH] PG-430 Update rpm changelog automatically during build --- percona-packaging/scripts/pg_stat_monitor_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percona-packaging/scripts/pg_stat_monitor_builder.sh b/percona-packaging/scripts/pg_stat_monitor_builder.sh index d9e0224..3b7d127 100644 --- a/percona-packaging/scripts/pg_stat_monitor_builder.sh +++ b/percona-packaging/scripts/pg_stat_monitor_builder.sh @@ -107,7 +107,7 @@ set_changelog(){ echo "$start_line" current_date=$(date +"%a %b %d %Y") sed -i "$start_line,$ d" $1 - echo "* $current_date Percona Build/Release Team - ${VERSION}-${RPM_RELEASE} >> $1 + echo "* $current_date Percona Build/Release Team - ${VERSION}-${RPM_RELEASE}" >> $1 echo "- Release ${VERSION}-${RPM_RELEASE}" >> $1 return fi