]> git.ipfire.org Git - thirdparty/systemd.git/blame - .packit.yml
homed: don't wait indefinitely for workers on exit
[thirdparty/systemd.git] / .packit.yml
CommitLineData
64f2c3b2
FS
1---
2# vi:ts=2 sw=2 et:
3#
4# Docs: https://packit.dev/docs/
5
6specfile_path: .packit_rpm/systemd.spec
7synced_files:
8 - .packit.yaml
9 - src: .packit_rpm/systemd.spec
10 dest: systemd.spec
11upstream_package_name: systemd
12downstream_package_name: systemd
13# `git describe` returns in systemd's case 'v245-xxx' which breaks RPM version
78dff3f3 14# detection (that expects 245-xxxx'). Let's tweak the version string accordingly
64f2c3b2 15upstream_tag_template: "v{version}"
d15e1a29 16srpm_build_deps: []
64f2c3b2
FS
17
18actions:
19 post-upstream-clone:
20 # Use the Fedora Rawhide specfile
21 - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
72ae959e
FS
22 # Drop the "sources" file so rebase-helper doesn't think we're a dist-git
23 - "rm -fv .packit_rpm/sources"
64f2c3b2 24 # Drop backported patches from the specfile, but keep the downstream-only ones
729c6b6a 25 # - Patch(0000-0499): backported patches from upstream
64f2c3b2 26 # - Patch0500-9999: downstream-only patches
729c6b6a 27 - "sed -ri '/^Patch(0[0-4]?[0-9]{0,2})?\\:.+\\.patch/d' .packit_rpm/systemd.spec"
faf00fd7
FS
28 # Build the RPM with --werror. Even though --werror doesn't work in all
29 # cases (see [0]), we can't use -Dc_args=/-Dcpp_args= here because of the
30 # RPM hardening macros, that use $CFLAGS/$CPPFLAGS (see [1]).
e3f87b07
FS
31 #
32 # [0] https://github.com/mesonbuild/meson/issues/7360
faf00fd7
FS
33 # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
34 - 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
64f2c3b2
FS
35
36jobs:
37- job: copr_build
38 trigger: pull_request
39 metadata:
40 targets:
319af131 41 - fedora-rawhide-aarch64
217a610b 42 - fedora-rawhide-i386
319af131 43 - fedora-rawhide-ppc64le
ebcccfd9 44 - fedora-rawhide-s390x
319af131 45 - fedora-rawhide-x86_64