1PACKIT SRPM(1) packit srpm Manual PACKIT SRPM(1)
2
3
4
6 packit-srpm - Create new SRPM (.src.rpm file) using...
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 --upstream-ref TEXT
23 Git ref of the last upstream commit in the current branch from
24 which packit should generate patches (this option implies the
25 repository is source-git).
26
27 --bump / --no-bump
28 Specifies whether to bump version or not.
29
30 --release-suffix TEXT
31 Specifies release suffix. Allows to override default gener‐
32 ated:{current_time}.{sanitized_current_branch}{git_desc_suffix}
33
34
35
36 2021-11-25 PACKIT SRPM(1)