On Sat, 2019-02-09 at 17:50 +0000, Mattia Verga wrote: > I've been trying to update one of my package using the docs at > https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_commit_revision > This says to use > Source0: > https://github.com/OWNER/PROJECT/archive/%{commit}/%{name}-%{shortcommit}.tar.gz > when one needs to reference an archive extracted from a specific > commit. But it seems that the produced file is using the format > %{name}-%{commit}.tar.gz yes is that what happens > > Am I doing something wrong? It is all correct you just need use : %setup -q -n %{name}-%{commit} the file %{name}-%{shortcommit}.tar.gz just will have a shorter filename , nothing else change i.e. if you download https://github.com/OWNER/PROJECT/archive/%{commit}/%{name}-%{commit}.tar.gz you will see that files are equal , no diffs . > Mattia > _______________________________________________ > packaging mailing list -- packaging@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to > packaging-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/packaging@xxxxxxxxxxxxxxxxxxxxxxx -- Sérgio M. B. _______________________________________________ packaging mailing list -- packaging@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to packaging-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/packaging@xxxxxxxxxxxxxxxxxxxxxxx