[Bug 69173] Re: rpm -t* compressed file don't work

2008-09-17 Thread Daniel T Chen
** Bug watch added: Red Hat Bugzilla #206841
   https://bugzilla.redhat.com/show_bug.cgi?id=206841

** Also affects: rpm (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=206841
   Importance: Unknown
   Status: Unknown

** Changed in: rpm (Ubuntu)
   Status: Incomplete = Fix Released

-- 
rpm -t* compressed file don't work
https://bugs.launchpad.net/bugs/69173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69173] Re: rpm -t* compressed file don't work

2008-09-17 Thread Bug Watch Updater
** Changed in: rpm (Fedora)
   Status: Unknown = Fix Released

-- 
rpm -t* compressed file don't work
https://bugs.launchpad.net/bugs/69173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69173] Re: rpm -t* compressed file don't work

2008-08-24 Thread Adam Niedling
If it's fixed upstream, is it still an issue in Ubuntu?

** Changed in: rpm (Ubuntu)
   Status: New = Incomplete

-- 
rpm -t* compressed file don't work
https://bugs.launchpad.net/bugs/69173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69173] Re: rpm -t* compressed file don't work

2006-11-16 Thread Jeremy Kerr
Also occurs in edgy. When trying to build a RPM:

[EMAIL PROTECTED] ~]$ rpmbuild -v -ta (package).tar.gz 
error: Name field must be present in package: (main package)
error: Version field must be present in package: (main package)
error: Release field must be present in package: (main package)
error: Summary field must be present in package: (main package)
error: Group field must be present in package: (main package)
error: License field must be present in package: (main package)

This is due to rpmbuild using the following method to find the .spec
file in the tarball:

gunzip  $tarball | tar xOvf  - '*.spec'

however, the installed version of tar dies with this error:

tar: Pattern matching characters used in file names. Please,
tar: use --wildcards to enable pattern matching, or --no-wildcards to
tar: suppress this warning.
tar: *.spec: Not found in archive
tar: Error exit delayed from previous errors

 - it just needs the --wildcards option to be able to extract the .spec

-- 
rpm -t* compressed file don't work
https://launchpad.net/bugs/69173

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69173] Re: rpm -t* compressed file don't work

2006-11-16 Thread Jeremy Kerr
Looks like it's fixed upstream, but here's a patch in the interim.

** Attachment added: Add --wildcard to tarball build options
   http://librarian.launchpad.net/5093654/fix-tarball-build.patch

-- 
rpm -t* compressed file don't work
https://launchpad.net/bugs/69173

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs