1PACKIT SRPM(1) packit srpm Manual PACKIT SRPM(1)
2
3
4
6 packit-srpm - Create new SRPM (.src.rpm file) using content...
7
9 packit srpm [OPTIONS] [PATH_OR_URL]
10
12 Create new SRPM (.src.rpm file) using content of the upstream reposiā
13 tory.
14
15 PATH_OR_URL argument is a local path or a URL to the upstream git
16 repository, it defaults to the current working directory
17
19 --output FILE
20 Write the SRPM to FILE instead of current dir.
21
22 --remote TEXT
23 Name of the remote to discover upstream project URL, If this is
24 not specified, default to origin.
25
26 --upstream-ref TEXT
27 Git ref of the last upstream commit in the current branch from
28 which packit should generate patches (this option implies the
29 repository is source-git).
30
31
32
33 24-Oct-2019 PACKIT SRPM(1)