]> git.ipfire.org Git - thirdparty/systemd.git/blob - .packit.yml
tree-wise: several cleanups for logging
[thirdparty/systemd.git] / .packit.yml
1 ---
2 # vi:ts=2 sw=2 et:
3 #
4 # Docs: https://packit.dev/docs/
5
6 specfile_path: .packit_rpm/systemd.spec
7 files_to_sync:
8 - .packit.yml
9 - src: .packit_rpm/systemd.spec
10 dest: systemd.spec
11 upstream_package_name: systemd
12 downstream_package_name: systemd
13 # `git describe` returns in systemd's case 'v245-xxx' which breaks RPM version
14 # detection (that expects 245-xxxx'). Let's tweak the version string accordingly
15 upstream_tag_template: "v{version}"
16 srpm_build_deps: []
17
18 actions:
19 get-current-version:
20 # Show the closest matching tag for the checked out revision, otherwise
21 # Packit tries to get the latest tag by creation date, which doesn't work
22 # well in the systemd-stable repo. We also need to sanitize it manually
23 # since "upstream_tag_template" defined above doesn't apply here.
24 - "bash -ec 'git describe --tags --abbrev=0 | cut -b 2-'"
25
26 post-upstream-clone:
27 # Use the Fedora Rawhide specfile
28 - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
29 # Drop the "sources" file so rebase-helper doesn't think we're a dist-git
30 - "rm -fv .packit_rpm/sources"
31 # Drop backported patches from the specfile, but keep the downstream-only ones
32 # - Patch(0000-0499): backported patches from upstream
33 # - Patch0500-9999: downstream-only patches
34 - "sed -ri '/^Patch(0[0-4]?[0-9]{0,2})?\\:.+\\.patch/d' .packit_rpm/systemd.spec"
35 # Build the RPM with --werror. Even though --werror doesn't work in all
36 # cases (see [0]), we can't use -Dc_args=/-Dcpp_args= here because of the
37 # RPM hardening macros, that use $CFLAGS/$CPPFLAGS (see [1]).
38 #
39 # [0] https://github.com/mesonbuild/meson/issues/7360
40 # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
41 - 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
42 # Ignore unpackaged standalone binaries
43 - "sed -i 's/assert False,.*/pass/' .packit_rpm/split-files.py"
44 # Temporarily add libarchive-devel build dep and libarchive runtime dep
45 # until the change propagates to Rawhide's specfile
46 - "sed -ri '0,/^BuildRequires: .+$/s//&\\nBuildRequires: libarchive-devel\\nRequires: libarchive/' .packit_rpm/systemd.spec"
47
48 jobs:
49 - job: copr_build
50 trigger: pull_request
51 targets:
52 - fedora-rawhide-aarch64
53 - fedora-rawhide-i386
54 - fedora-rawhide-ppc64le
55 - fedora-rawhide-s390x
56 - fedora-rawhide-x86_64
57
58 - job: tests
59 trigger: pull_request
60 fmf_url: https://src.fedoraproject.org/tests/systemd
61 fmf_ref: main
62 tmt_plan: ci
63 targets:
64 - fedora-rawhide-x86_64