File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change
1
+ # See the documentation for more information:
2
+ # https://packit.dev/docs/configuration/
3
+
4
+ actions :
5
+ changelog-entry :
6
+ - bash -c 'echo "- New upstream release"'
7
+ post-upstream-clone :
8
+ - wget https://src.fedoraproject.org/rpms/rust-openssh-keys/raw/rawhide/f/rust-openssh-keys.spec
9
+
10
+ specfile_path : rust-openssh-keys.spec
11
+
12
+ upstream_tag_template : v{version}
13
+
14
+ # add or remove files that should be synced
15
+ files_to_sync :
16
+ - .packit.yaml
17
+ - rust-openssh-keys.spec
18
+
19
+ # name in upstream package repository or registry (e.g. in PyPI)
20
+ upstream_package_name : openssh-keys
21
+ # downstream (Fedora) RPM package name
22
+ downstream_package_name : rust-openssh-keys
23
+
24
+ jobs :
25
+
26
+ - job : propose_downstream
27
+ trigger : release
28
+ dist_git_branches :
29
+ - fedora-all
30
+
31
+ - job : koji_build
32
+ trigger : commit
33
+ dist_git_branches :
34
+ - fedora-all
35
+
36
+ - job : bodhi_update
37
+ trigger : commit
38
+ dist_git_branches :
39
+ - fedora-all
Original file line number Diff line number Diff line change 4
4
5
5
Changes:
6
6
7
- - Require Rust ≥ 1.75.0
7
+ - Require Rust ≥ 1.75.0
8
+ - Add Packit support for Fedora packaging
9
+
10
+
8
11
9
12
## openssh-keys 0.6.2 (2023-06-27)
10
13
You can’t perform that action at this time.
0 commit comments