https://bugzilla.redhat.com/show_bug.cgi?id=1424890



--- Comment #16 from Per Bothner <[email protected]> ---
Concerning setting Source0, the problem is I can't get fedpkg to work if I set
Source0 to the github download.  I'm probably invoking fedpkg incorrectly - but
I'm trying to follow the examples in
https://fedoraproject.org/wiki/How_to_create_an_RPM_package

When I set:
  Source0: https://github.com/PerBothner/DomTerm/archive/%{commit0}.tar.gz
and try to run:
  $ fedpkg --release f25 local
I get:

sources file doesn't exist. Source files download skipped.
error: File
/home/bothner/DomTerm/d66241a62eb4cc9ffe90760ef39c7d890ef627a0.tar.gz: No such
file or directory

If I set:
  Source0: 
https://github.com/PerBothner/DomTerm/archive/%{commit0}.tar.gz#/DomTerm-%{commit0}.tar.gz
I at least get the correct tar file:
sources file doesn't exist. Source files download skipped.
error: File
/home/bothner/DomTerm/DomTerm-d66241a62eb4cc9ffe90760ef39c7d890ef627a0.tar.gz:
No such file or directory

The DomTerm-d66241a62eb4cc9ffe90760ef39c7d890ef627a0.tar.gz at least matches
the filename if I open the specified URL in a browser.

Same problem with: fedpkg --release f25 mockbuild

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to