Skip to content

Commit 4efbfa1

Browse files
committed
Packit: fetch specfile from downstream
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 237dabc commit 4efbfa1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.packit.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
downstream_package_name: podman
66
upstream_tag_template: v{version}
77

8-
specfile_path: https://gitlab.com/redhat/centos-stream/rpms/podman/-/raw/c10s/podman.spec
9-
108
srpm_build_deps:
119
- git-archive-all
1210
- make
1311

12+
actions:
13+
post-upstream-clone: "curl -O https://gitlab.com/redhat/centos-stream/rpms/podman/-/raw/c10s/podman.spec"
14+
15+
specfile_path: podman.spec
16+
1417
jobs:
1518
- job: copr_build
1619
trigger: pull_request

0 commit comments

Comments
 (0)