Add missing period to commit log and changelog

This commit is contained in:
Siddhesh Poyarekar 2014-01-29 14:46:39 +05:30
parent 66a6e936bd
commit ef2183ca46
2 changed files with 3 additions and 3 deletions

View File

@ -1626,7 +1626,7 @@ rm -f *.filelist*
%changelog
* Wed Jan 29 2014 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.18.90-25
- Sync with upstream master
- Sync with upstream master.
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 2.18.90-24
- Own the %%{_prefix}/lib/locale dir.

View File

@ -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!"