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
13 repository.
14
15 PATH_OR_URL argument is a local path or a URL to the upstream git
16 repository,
17 it defaults to the current working directory
18
19
21 --output FILE
22 Write the SRPM to FILE instead of current dir.
23
24 --upstream-ref TEXT
25 Git ref of the last upstream commit in the current branch from
26 which packit should generate patches (this option implies the
27 repository is source-git).
28
29 --update-release / --no-update-release
30 Specifies whether to update Release. Defaults to value set in
31 configuration, which defaults to yes.
32
33 --bump / --no-bump
34 Deprecated. Use --[no-]update-release instead.
35
36 --release-suffix TEXT
37 Specifies release suffix. Allows to override default gener‐
38 ated:{current_time}.{sanitized_current_branch}{git_desc_suffix}
39
40 --default-release-suffix
41 Allows to use default, packit-generated, release suffix when
42 some release_suffix is specified in the configuration.
43
44 -p, --package TEXT
45 Package to source build, if more than one available, like in a
46 monorepo configuration. Use it multiple times to select multiple
47 packages.Defaults to all the packages listed inside the config.
48
49
50
510.87.1 2023-11-30 PACKIT SRPM(1)