forked from pool/systemd
303f28f4c1
- Import commit e43a1b018899266b764ab81afb9c30fb417675c6 1c229f8fc1 cryptsetup: fall back to traditional unlocking if any TPM2 operation fails 8881f21539 cryptsetup: fix typo 5882148902 journald: make use of CLAMP() in cache_space_refresh() 6ee0601f73 journald: make sure journal_file_open() doesn't leave a corrupted file around after failing (bsc#1198114) fe928f3d49 fs-util: make sure openat_report_new() initializes return param also on shortcut 3881af1806 fs-util: fix typos in comments 96060b73ba journal-file: port journal_file_open() to openat_report_new() 611d9955bb fs-util: add openat_report_new() wrapper around openat() f16edb41d4 network: ignore all errors in loading .network files (bsc#1197968) 5422730a7b meson: build kernel-install man page when necessary 45c627cfc2 build: include status of TPM2 in the feature string show by --version - Drop 0001-meson-build-kernel-install-man-page-when-necessary.patch It's been merged in the SUSE git repo. - spec: define %bootstrap with %bcond_with so it can be used with %when. Also re-order the meson options a bit. - spec: make sure /lib exists when installing conf files in /lib/modprobe.d This includes the following bug fixes: - upstream commit 34357545590d4791d1acbbeb07ae8f7636e187cb (bsc#1198093) OBS-URL: https://build.opensuse.org/request/show/967294 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=356
44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
#
|
|
# Please keep the list sorted (with `LC_ALL=C sort`).
|
|
#
|
|
%if %{with sd_boot}
|
|
%dir %{_prefix}/lib/kernel
|
|
%dir %{_prefix}/lib/kernel/install.d
|
|
%dir %{_systemd_util_dir}/boot
|
|
%dir %{_systemd_util_dir}/boot/efi
|
|
%{_bindir}/bootctl
|
|
%{_bindir}/kernel-install
|
|
%if %{without bootstrap}
|
|
%{_datadir}/bash-completion/completions/bootctl
|
|
%{_datadir}/bash-completion/completions/kernel-install
|
|
%{_datadir}/zsh/site-functions/_bootctl
|
|
%{_datadir}/zsh/site-functions/_kernel-install
|
|
%{_mandir}/man1/bootctl.1.gz
|
|
%{_mandir}/man5/loader.conf.5.gz
|
|
%{_mandir}/man7/linuxaa64.efi.stub.7.gz
|
|
%{_mandir}/man7/linuxia32.efi.stub.7.gz
|
|
%{_mandir}/man7/linuxx64.efi.stub.7.gz
|
|
%{_mandir}/man7/sd-boot.7.gz
|
|
%{_mandir}/man7/systemd-boot.7.gz
|
|
%{_mandir}/man7/systemd-stub.7.gz
|
|
%{_mandir}/man8/kernel-install.8.gz
|
|
%{_mandir}/man8/systemd-bless-boot-generator.8.gz
|
|
%{_mandir}/man8/systemd-bless-boot.8.gz
|
|
%{_mandir}/man8/systemd-bless-boot.service.8.gz
|
|
%{_mandir}/man8/systemd-boot-system-token.service.8.gz
|
|
%endif
|
|
%{_prefix}/lib/kernel/install.conf
|
|
%{_prefix}/lib/kernel/install.d/50-depmod.install
|
|
%{_prefix}/lib/kernel/install.d/90-loaderentry.install
|
|
# These are part of the very few exceptions where glob pattern is allowd.
|
|
%{_systemd_util_dir}/boot/efi/linux*.efi.stub
|
|
%{_systemd_util_dir}/boot/efi/linux*.elf.stub
|
|
%{_systemd_util_dir}/boot/efi/systemd-boot*.efi
|
|
%{_systemd_util_dir}/systemd-bless-boot
|
|
%{_systemdgeneratordir}/systemd-bless-boot-generator
|
|
%{_unitdir}/sysinit.target.wants/systemd-boot-system-token.service
|
|
%{_unitdir}/systemd-bless-boot.service
|
|
%{_unitdir}/systemd-boot-system-token.service
|
|
%{_unitdir}/systemd-boot-update.service
|
|
%endif
|