fix changelog being sed'd

This commit is contained in:
askiiart 2025-05-26 19:36:05 -05:00
parent ac066e4bdc
commit 8c679f1b88
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
4 changed files with 2 additions and 19 deletions

4
run.sh
View file

@ -22,10 +22,6 @@ rpmdev-setuptree
# update spec file
sed -i "s/Version:.*/Version: $version/g" polycat.spec
sed -i "s/DATE_HERE/$(date '+%a %b %d %Y')/g" polycat.spec
sed -i "s/CHANGELOG_MESSAGE_HERE/Update to $version/g" polycat.spec
sed -i "s/RPM_PACKAGER_NAME/$RPM_PACKAGER_NAME/g" polycat.spec
sed -i "s/RPM_PACKAGER_EMAIL/$RPM_PACKAGER_EMAIL/g" polycat.spec
# build package and move to the repo
rpmbuild -bb polycat.spec