Skip to content

Commit

Permalink
Use LANG=C for date in Yum changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Jan 20, 2019
1 parent bc18d53 commit 90b9a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ sed -i '/^%changelog/d' xx01
# Create new temp file with our changelog
echo -e "### YUM SPEC CHANGELOG: Verify this file looks correct or edit accordingly, then delete this line, write, and exit.
%changelog
* $( date '+%a %b %d %Y' ) Jellyfin Packaging Team <[email protected]>${changelog_string_yum}" >> ${fedora_changelog_temp}
* $( LANG=C date '+%a %b %d %Y' ) Jellyfin Packaging Team <[email protected]>${changelog_string_yum}" >> ${fedora_changelog_temp}
cat xx01 >> ${fedora_changelog_temp}
# Edit the file to verify
$EDITOR ${fedora_changelog_temp}
Expand Down

0 comments on commit 90b9a95

Please sign in to comment.