Skip to content

Commit d3868a1

Browse files
committed
packit: build on Fedora 38
Rawhide has moved too far ahead and uses incompatible options
1 parent 0531c47 commit d3868a1

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 38 specfile
21+
- "git clone --branch f38 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
@@ -47,8 +47,8 @@ jobs:
4747
- job: copr_build
4848
trigger: pull_request
4949
targets:
50-
- fedora-rawhide-aarch64
51-
- fedora-rawhide-i386
52-
- fedora-rawhide-ppc64le
53-
- fedora-rawhide-s390x
54-
- fedora-rawhide-x86_64
50+
- fedora-38-aarch64
51+
- fedora-38-i386
52+
- fedora-38-ppc64le
53+
- fedora-38-s390x
54+
- fedora-38-x86_64

0 commit comments

Comments
 (0)