A System and Service Manager
The idea was that it's nicer to keep that config in .spec where it's subject to syntax highlighting. split-files.py was supposed to a stand-alone program. But in practice this split is confusing, because file rules are listed in two places and we need to modify split-files.py quite often. This will be easier if everything is in one file. [skip changelog] |
||
|---|---|---|
| tests | ||
| .abignore | ||
| .gitignore | ||
| .zuul.yaml | ||
| 10-map-count.conf | ||
| 10-oomd-defaults.conf | ||
| 10-oomd-per-slice-defaults.conf | ||
| 10-timeout-abort.conf | ||
| 20-yama-ptrace.conf | ||
| 98-default-mac-none.link | ||
| 0001-core-pass-bpf_outer_map_fd-to-sd-executor-only-if-Re.patch | ||
| 0001-Make-sure-we-close-bpf-outer-map-fd-in-systemd-execu.patch | ||
| 0001-meson-always-install-network-example-files.patch | ||
| 0001-units-disable-start-rate-limit-for-systemd-vconsole-.patch | ||
| 0002-core-remove-redundant-check-when-serializing-FDs.patch | ||
| 0003-test-add-a-couple-of-tests-for-RestrictFileSystems.patch | ||
| 26494.patch | ||
| changelog | ||
| fedora-use-system-auth-in-pam-systemd-user.patch | ||
| inittab | ||
| macros.sysusers | ||
| owner-check.sh | ||
| owner-check.template | ||
| purge-nobody-user | ||
| README.build-in-place.md | ||
| rpminspect.yaml | ||
| sources | ||
| split-files.py | ||
| sysctl.conf.README | ||
| systemd-journal-gatewayd.xml | ||
| systemd-journal-remote.xml | ||
| systemd-udev-trigger-no-reload.conf | ||
| systemd.rpmlintrc | ||
| systemd.spec | ||
| sysusers.attr | ||
| sysusers.generate-pre.sh | ||
| sysusers.prov | ||
| triggers.systemd | ||
| use-bfq-scheduler.patch | ||
| yum-protect-systemd.conf | ||
Building systemd rpms for local development using rpmbuild --build-in-place
This approach is based on filbranden's git-rpmbuild and his talk during ASG2019.
git clone https://github.com/systemd/systemd
fedpkg clone systemd fedora-systemd
cd systemd
rpmbuild -bb --build-in-place --noprep --define "_sourcedir $PWD/../fedora-systemd" --define "_rpmdir $PWD/rpms" --with inplace ../fedora-systemd/systemd.spec
sudo dnf upgrade --setopt install_weak_deps=False rpms/*/*.rpm
--without lto and --without tests may be useful to speed up the build.