Skip to content

Commit

Permalink
Merge pull request #1571 from adivinho/release-8.0.35-31
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 authored Jun 12, 2024
2 parents b90a9c0 + a796353 commit 55ec21d
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 <info@percona.com> - ${VERSION}-${RELEASE}" percona-xtrabackup.spec
#
cd $WORKDIR
#
mv -fv $TARFILE $WORKDIR/rpmbuild/SOURCES
Expand Down

0 comments on commit 55ec21d

Please sign in to comment.