Bug 208358

Summary: Tar update broke rpmbuild -t
Product: [Fedora] Fedora Reporter: Adam Huffman <bloch>
Component: tarAssignee: Peter Vrabec <pvrabec>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: jlaska, rwilliam
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-30 08:25:43 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:

Description Adam Huffman 2006-09-28 00:13:53 UTC
Description of problem:
I had been having trouble using rpmbuild to build RPMs from tarballs.
I tracked this down eventually to a change in behaviour in the new version of
tar.  Without setting TAR_OPTIONS to "--wildcards", the tarball is not extracted.

This change in behaviour should at least be documented.

Version-Release number of selected component (if applicable):
tar-1.15.91-1.FC5

How reproducible:
Every time

Steps to Reproduce:
1. rpmbuild -ta <tarball with .spec file inside)
2.
3.
  
Actual results:
rpmbuild fails because the tarball is not extracted

Expected results:
rpmbuild proceeds normally

Additional info:
The behaviour change is documented here:
http://www.gnu.org/software/tar/manual/html_node/Changes.html

Comment 1 Johan Kok 2006-09-30 08:25:43 UTC

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