Hide Forgot
Description of problem: The changelog contains bad date range Version-Release number of selected component (if applicable):7.2.0-6.20131023gitf1dc677.el7 How reproducible: 100% Steps to Reproduce: 1. rpmbuild --rebuild <SRPM> 2. 3. Actual results: warning: bogus date in %changelog: Tue Aug 23 2007 Dave Airlie <airlied> 6.7.191-1 Expected results: valid dates Additional info:
Created attachment 863126 [details] bash script to fix bogus weekdays in rpm spec files. bash script to fix bogus weekdays in rpm spec files. This script automatically corrects bogus weekdays in spec files, generating a changelog entry and adding a line after the bogus date noting the original date. (The weekday might have been correct and the day of the month wrong). The input file is copied to a backup file, and a diff is printed.
Fixed, thanks.