Skip over unimplemented timezone format specifier in strptime

Fix pulled in as a result of the rebase.
This commit is contained in:
Siddhesh Poyarekar 2013-10-28 11:51:00 +05:30
parent 14915008a3
commit 56999f00cc

View File

@ -1622,6 +1622,7 @@ rm -f *.filelist*
%changelog %changelog
* Mon Oct 28 2013 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.18.90-13 * Mon Oct 28 2013 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.18.90-13
- Sync with upstream master. - Sync with upstream master.
- Skip over unimplemented timezone format specifier in strptime (#947722).
* Mon Oct 21 2013 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.18.90-12 * Mon Oct 21 2013 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.18.90-12
- Allow fill_archive to be called with NULL fname. - Allow fill_archive to be called with NULL fname.