Re: [RFC/PATCH] git.spec: fix changelog dates

2016-04-05 Thread Remi Galan Alfonso
Michael J Gruber wrote: > Remi Galan Alfonso venit, vidit, dixit 05.04.2016 14:28: > > Michael J Gruber wrote: > >> A few changelog entries have inconsistent dates, which rpmlint reports > >> as errors. > >> > >> Fix them based on these

Re: [RFC/PATCH] git.spec: fix changelog dates

2016-04-05 Thread Michael J Gruber
Remi Galan Alfonso venit, vidit, dixit 05.04.2016 14:28: > Michael J Gruber wrote: >> A few changelog entries have inconsistent dates, which rpmlint reports >> as errors. >> >> Fix them based on these assumptions: >> - It's easier to mistype a number than a weekday

Re: [RFC/PATCH] git.spec: fix changelog dates

2016-04-05 Thread Remi Galan Alfonso
Michael J Gruber wrote: > A few changelog entries have inconsistent dates, which rpmlint reports > as errors. > > Fix them based on these assumptions: > - It's easier to mistype a number than a weekday abbreviation. > - changelog date must be before git commit date > -

[RFC/PATCH] git.spec: fix changelog dates

2016-04-05 Thread Michael J Gruber
A few changelog entries have inconsistent dates, which rpmlint reports as errors. Fix them based on these assumptions: - It's easier to mistype a number than a weekday abbreviation. - changelog date must be before git commit date - The mistyped date is just a few days off. Signed-off-by: Michael