https://bugzilla.redhat.com/show_bug.cgi?id=1825681 Artur Iwicki <fedora@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@xxxxxxxxxx --- Comment #1 from Artur Iwicki <fedora@xxxxxxxxxx> --- ># Sources can be obtained by ># git clone git://github.com/xsuchy/create-fake-rpm.git ># cd create-fake-rpm ># tito build --tgz >Source0: %{name}-%{version}.tar.gz This command will always package the latest master; the instructions should say how to retrieve the exact same source as was used to build the package. That said, the project is hosted on GitHub, which allows you to get a .tar.gz of any chosen tag using a URL like this: https://github.com/%{repo_owner}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz or, if you're using an untagged commit: https://github.com/%{repo_owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz -- 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://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx