Skip to content

Commit

Permalink
PKG-82 update changelog for rpm packages for PXB and PXC
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Jun 12, 2024
1 parent b90a9c0 commit a796353
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> - ${VERSION}-${RELEASE}" percona-xtrabackup.spec
#
cd $WORKDIR
#
mv -fv $TARFILE $WORKDIR/rpmbuild/SOURCES
Expand Down

0 comments on commit a796353

Please sign in to comment.