https://bugzilla.redhat.com/show_bug.cgi?id=1666888 --- Comment #1 from Tomas Popela <tpopela@xxxxxxxxxx> --- I'm having problems with downloading the source tarball from github 0 $ spectool -g -R flatpak-xdg-utils.spec Getting https://github.com/flatpak/flatpak-xdg-utils/archive/v1.0.0.tar.xz#/flatpak-xdg-utils-1.0.0.tar.xz to /home/tpopela/rpmbuild/SOURCES/flatpak-xdg-utils-1.0.0.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found I had to apply the following to get it working: 0 $ diff -ENwbur flatpak-xdg-utils.spec.orig flatpak-xdg-utils.spec --- flatpak-xdg-utils.spec.orig 2019-01-17 06:59:23.542748816 +0100 +++ flatpak-xdg-utils.spec 2019-01-17 06:57:05.817655524 +0100 @@ -1,6 +1,7 @@ %global forgeurl https://github.com/flatpak/flatpak-xdg-utils -%global archiveext tar.xz +%global archiveext tar.gz Version: 1.0.0 +%global tag %{version} %forgemeta -i I will continue with the review with my patch applied. -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx