fix changelog being sed'd
This commit is contained in:
parent
ac066e4bdc
commit
8c679f1b88
4 changed files with 2 additions and 19 deletions
4
run.sh
4
run.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue