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

Artur Iwicki <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Artur Iwicki <[email protected]> ---
># 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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to