From ef2183ca46881838bf2efde20b7b0ea04e802d02 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 29 Jan 2014 14:46:39 +0530 Subject: [PATCH] Add missing period to commit log and changelog --- glibc.spec | 2 +- sync-upstream.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 8e403f9..36bac4a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1626,7 +1626,7 @@ rm -f *.filelist* %changelog * Wed Jan 29 2014 Siddhesh Poyarekar - 2.18.90-25 -- Sync with upstream master +- Sync with upstream master. * Sat Jan 25 2014 Ville Skyttä - 2.18.90-24 - Own the %%{_prefix}/lib/locale dir. diff --git a/sync-upstream.sh b/sync-upstream.sh index dc0146c..4e1a923 100755 --- a/sync-upstream.sh +++ b/sync-upstream.sh @@ -61,7 +61,7 @@ nv=$(perl -ne 's/^%define glibcversion (.+)/printf("%s-", $1)/e;' \ glibc.spec) # Our changelog entry. -changelog="* $cldate $clname <$clemail> - $nv\n- Sync with upstream $branch\n" +changelog="* $cldate $clname <$clemail> - $nv\n- Sync with upstream $branch.\n" # Change the glibcsrcdir variable, bump up the release number and add an extra # entry to the changelog. @@ -91,7 +91,7 @@ rm -f "$tmpfile" rm -rf "$srcdir" echo "+ Source prep is clean, so we're good to go." fedpkg new-sources "$srcdir.tar.gz" -git commit -a -m "Sync with upstream $branch" +git commit -a -m "Sync with upstream $branch." fedpkg push fedpkg build echo "+ Done!"