From a79635384164b581c64eba2c6989bf5795761b62 Mon Sep 17 00:00:00 2001 From: Vadim Yalovets Date: Wed, 12 Jun 2024 11:44:25 +0300 Subject: [PATCH] PKG-82 update changelog for rpm packages for PXB and PXC --- .../xtrabackup/utils/percona-xtrabackup-8.0_builder.sh | 4 ++++ 1 file changed, 4 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 57c100d0221..8f7917137a8 100644 --- a/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh +++ b/storage/innobase/xtrabackup/utils/percona-xtrabackup-8.0_builder.sh @@ -432,6 +432,10 @@ 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