Bug 207239

Summary: rpmbuild -ta broken by recent tar
Product: [Fedora] Fedora Reporter: Mike Pope <mpope>
Component: rpmAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-20 07:27:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Annotated strace output none

Description Mike Pope 2006-09-20 05:19:05 UTC
Description of problem:
rpmbuild -ta has stopped working, since tar-1.15.91.1.FC5.  Downgrading to 
tar-1.15.90-2.FC5 fixes the problem.  The more recent tar whines about 
rpmbuild execing it with the *.spec argument, and the message confuses 
rpmbuild.  See the attached summarized strace output.

Version-Release number of selected component (if applicable):
rpm-build-4.4.2.15.2 (meta-buglet: bugzilla does not list rpm-build in the 
Component menu)

How reproducible:
rpmbuild -ta <known-working-tarball>

Actual results:
error: Name field must be present in package: (main package)
...etc,etc

Expected results:
.rpm built as usual.

Additional info:

Comment 1 Mike Pope 2006-09-20 05:19:05 UTC
Created attachment 136704 [details]
Annotated strace output

Comment 2 Nalin Dahyabhai 2006-09-20 05:28:19 UTC
Looks like a duplicate of bug #206841.

Comment 3 Paul Nasrat 2006-09-20 07:27:07 UTC
Workaround for now is TAR_OPTIONS=--wildcards discussion is occuring on
rpm-devel list about the correct way to fix.

*** This bug has been marked as a duplicate of 206841 ***