Bug 1043624

Summary: bogus date in %changelog
Product: Red Hat Enterprise Linux 7 Reporter: jcpunk
Component: xorg-x11-drv-atiAssignee: Jérôme Glisse <jglisse>
Status: CLOSED CURRENTRELEASE QA Contact: Desktop QE <desktop-qa-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 7.0CC: csieh, ejhuff
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: xorg-x11-drv-ati-7.2.0-9.20140113git3213df1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-05 15:06:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
bash script to fix bogus weekdays in rpm spec files. none

Description jcpunk 2013-12-16 18:27:06 UTC
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:

Comment 2 Edward J. Huff 2014-02-14 07:01:22 UTC
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.

Comment 3 Adam Jackson 2014-03-05 15:06:23 UTC
Fixed, thanks.