Update bump_version

Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
Joshua M. Boniface 2020-04-25 22:15:15 -04:00 committed by GitHub
parent fc8efaeab4
commit 847273a3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,8 +63,6 @@ echo -e "jellyfin (${new_version_deb}) unstable; urgency=medium
cat ${debian_changelog_file} >> ${debian_changelog_temp}
# Move into place
mv ${debian_changelog_temp} ${debian_changelog_file}
# Clean up
rm -f ${debian_changelog_temp}
# Write out a temporary Yum changelog with our new stuff prepended and some templated formatting
fedora_spec_file="fedora/jellyfin.spec"