Skip to content

Commit 8fbc282

Browse files
committed
packit: use Fedora 39
rawhide moved to 255, so stick with F39 which uses 254
1 parent 50bcbfa commit 8fbc282

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.packit.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ srpm_build_deps: []
1717

1818
actions:
1919
post-upstream-clone:
20-
# Use the Fedora Rawhide specfile
21-
- "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
20+
# Use the Fedora 39 specfile
21+
- "git clone --branch f39 https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
2222
# Drop the "sources" file so rebase-helper doesn't think we're a dist-git
2323
- "rm -fv .packit_rpm/sources"
2424
# Drop backported patches from the specfile, but keep the downstream-only ones
@@ -39,8 +39,8 @@ jobs:
3939
- job: copr_build
4040
trigger: pull_request
4141
targets:
42-
- fedora-rawhide-aarch64
43-
- fedora-rawhide-i386
44-
- fedora-rawhide-ppc64le
45-
- fedora-rawhide-s390x
46-
- fedora-rawhide-x86_64
42+
- fedora-39-aarch64
43+
- fedora-39-i386
44+
- fedora-39-ppc64le
45+
- fedora-39-s390x
46+
- fedora-39-x86_64

0 commit comments

Comments
 (0)