https://bugzilla.redhat.com/show_bug.cgi?id=1562526 --- Comment #5 from Hiro Wakabayashi <hiwkby@xxxxxxxxx> --- (In reply to Iwicki Artur from comment #3) > >Source0: %{name}-%{version}.tar.gz > Use the following: "%{URL}/archive/v%{version}/%{name}-%{version}.tar.gz" Hello, Iwicki Thanks you for your quick response! I can't fix the invalid-url warning by rpmlint, because in my case, "%{URL}/archive/v%{version}/%{name}-%{version}.tar.gz" does not contain the ".git" directory which is needed to build the source code correctly. So I left a comment in the spec file to show where the source came from. Attached is the following error when I tried building the source code distributed in the following url. https://github.com/yahoojapan/fullock/archive/v1.0.24/fullock-1.0.24.tar.gz ``` fatal: Not a git repository (or any of the parent directories): .git ``` The reason of the error message above came from the following code. https://github.com/yahoojapan/fullock/blob/master/make_release_version_file.sh#L78 Thanks in advance. -- 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