Przeglądaj źródła

Use LANG=C for date in Yum changelog

Joshua Boniface 6 lat temu
rodzic
commit
90b9a95619
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bump_version

+ 1 - 1
bump_version

@@ -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 <packaging@jellyfin.org>${changelog_string_yum}" >> ${fedora_changelog_temp}
+* $( LANG=C date '+%a %b %d %Y' ) Jellyfin Packaging Team <packaging@jellyfin.org>${changelog_string_yum}" >> ${fedora_changelog_temp}
 cat xx01 >> ${fedora_changelog_temp}
 # Edit the file to verify
 $EDITOR ${fedora_changelog_temp}