Opened 6 years ago
Last modified 5 years ago
Reported by: agriffis Assigned to: RpmTickets Priority: minor Milestone: rpm-4.9.0 Component: rpm Version: RPM Development Keywords: patch Cc:
Patch attached to fix the problem where rpm attempts to use the tarball as the specfile. This is due to a simple coding error.
$ /usr/bin/rpmbuild --define='_topdir work/foo' -ta work/foo-0.9.tar.gz
error: File /home/agriffis/work/foo-0.9.tar.gz does not appear to be a specfile.
Fixing this reveals other problems when dealing with relative paths, but the fix for this specific problem is obvious at least.
80_relative-tarball.patch (318 bytes) - added by agriffis on 02/12/10 14:20:19.
Applied, thanks for the patch. And sorry about the ridiculous delay :-/