Skip to content

Commit

Permalink
packit: use Fedora 39
Browse files Browse the repository at this point in the history
rawhide moved to 255, so stick with F39 which uses 254
  • Loading branch information
bluca committed Nov 9, 2023
1 parent 0ee972f commit 61be985
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ srpm_build_deps: []

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

0 comments on commit 61be985

Please sign in to comment.