Skip to content

Commit

Permalink
Merge pull request #1573 from adivinho/trunk
Browse files Browse the repository at this point in the history
PKG-82 update changelog for rpm packages for PXB and PXC
  • Loading branch information
adivinho committed Jun 12, 2024
2 parents 561877d + cebcb28 commit 12a53b4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <info@percona.com> - ${VERSION}-${RELEASE}" percona-xtrabackup.spec
#
cd $WORKDIR
#
mv -fv $TARFILE $WORKDIR/rpmbuild/SOURCES
Expand Down

0 comments on commit 12a53b4

Please sign in to comment.