Apparently, date +%W gives week number with leading zero and there is no alternative.
date +%W
Shell math's % cannot deal with that, so we sed the zero out.
%
0001-FTBFS-reminder-Deal-with-week-numbers-01-to-09-corre.patch
Applied and deployed.
https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/roles/releng/files/ftbfs.sh?id=005560f3ffc2e861c78dffbd40f8afaada407ef1
Thanks.
Metadata Update from @mohanboddu: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Thanks \o/