Bug#400889: rpmbuild -ta does not work with GNU tar-1.16-1

2007-04-15 Thread Diego Iastrubni
I just wanted to confirm this. The workaround it to run rpmbuild with this command line: env TAR_OPTIONS=--wildcards rpmbuild -tb my-tarball.tar.gz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#400889: rpmbuild -ta does not work with GNU tar-1.16-1

2006-11-29 Thread Frank Doepper
Package: rpm Version: 4.4.1-12 Severity: normal GNU tar Version 1.16-1 needs Option --wildcards to enable pattern matching. rpmbuild -ta uses something like tar xOf package.tar.gz \*.spec to extract the SPEC from the tarball. Tar complains instead of printing the SPEC file, so rpmbuild fails. $