From cebcb288b59db7b5d17cc8b828bd082500049a1c Mon Sep 17 00:00:00 2001 From: Vadim Yalovets Date: Wed, 12 Jun 2024 14:03:50 +0300 Subject: [PATCH] PKG-82 update changelog for rpm packages for PXB and PXC --- .../xtrabackup/utils/percona-xtrabackup-8.0_builder.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh b/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh index b36fc6e3a0f..5b44f347b38 100644 --- a/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh +++ b/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh @@ -446,6 +446,9 @@ build_srpm(){ cd $WORKDIR/rpmbuild/SPECS tar vxzf $WORKDIR/$TARFILE --wildcards '*/storage/innobase/xtrabackup/utils/*.spec' --strip=5 # + sed -i "/^%changelog/a - Release ${VERSION}-${RELEASE}" percona-xtrabackup.spec + sed -i "/^%changelog/a * $(date "+%a") $(date "+%b") $(date "+%d") $(date "+%Y") Percona Development Team - ${VERSION}-${RELEASE}" percona-xtrabackup.spec + # cd $WORKDIR # mv -fv $TARFILE $WORKDIR/rpmbuild/SOURCES