The systemd rpms
- Fixes kernel-install on /boot on btrfs (rhbz#2251262) - Various small fixes for systemd itself, systemd-resolved, bootctl, systemd-networkd, udev, systemd-repart, systemd-homed, libsystemd, virtualization detection, systemd-analyze, systemd-dissect, systemd-journal-remote, documentation. - Hardware database update. |
||
|---|---|---|
| tests | ||
| .abignore | ||
| .gitignore | ||
| .zuul.yaml | ||
| 0001-core-add-new-PollLimit-settings-to-.socket-units.patch | ||
| 0001-find_legacy_keymap-extend-variant-match-bonus-again.patch | ||
| 0001-find_legacy_keymap-fix-empty-variant-matching.patch | ||
| 0001-keyboard-model-map-correct-sk-qwerty-entry.patch | ||
| 0002-find_legacy_keymap-try-matching-with-layout-order-re.patch | ||
| 0002-man-document-the-new-PollLimitIntervalSec-PollLimitB.patch | ||
| 0003-ci-add-test-for-poll-limit.patch | ||
| 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 | ||
| 631d2b05ec5195d1f8f8fbff8a2dfcbf23d0b7aa.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.