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
63 lines
2.4 KiB
Plaintext
63 lines
2.4 KiB
Plaintext
#
|
|
# Please keep the list sorted (with `LC_ALL=C sort`).
|
|
#
|
|
%dir %{_sysconfdir}/systemd/nspawn
|
|
%{_bindir}/systemd-nspawn
|
|
%if %{without bootstrap}
|
|
%{_datadir}/bash-completion/completions/systemd-nspawn
|
|
%{_datadir}/zsh/site-functions/_systemd-nspawn
|
|
%{_mandir}/man1/systemd-nspawn.1.gz
|
|
%{_mandir}/man5/systemd.nspawn.5.gz
|
|
%{_mandir}/man8/libnss_mymachines.so.2.8.gz
|
|
%{_mandir}/man8/nss-mymachines.8.gz
|
|
%endif
|
|
%{_unitdir}/systemd-nspawn@.service
|
|
|
|
%if %{with machined}
|
|
%dir %{_unitdir}/machines.target.wants
|
|
%{_bindir}/machinectl
|
|
%{_datadir}/bash-completion/completions/machinectl
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.machine1.Image.xml
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.machine1.Machine.xml
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.machine1.Manager.xml
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.machine1.service
|
|
%{_datadir}/dbus-1/system.d/org.freedesktop.machine1.conf
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.machine1.policy
|
|
%{_datadir}/zsh/site-functions/_machinectl
|
|
%{_datadir}/zsh/site-functions/_sd_machines
|
|
%{_libdir}/libnss_mymachines.so.2
|
|
%{_mandir}/man1/machinectl.1.gz
|
|
%{_mandir}/man5/org.freedesktop.machine1.5.gz
|
|
%{_mandir}/man8/systemd-machined.8.gz
|
|
%{_mandir}/man8/systemd-machined.service.8.gz
|
|
%{_systemd_util_dir}/scripts/fix-machines-btrfs-subvol.sh
|
|
%{_systemd_util_dir}/systemd-machined
|
|
%{_tmpfilesdir}/systemd-nspawn.conf
|
|
%{_unitdir}/dbus-org.freedesktop.machine1.service
|
|
%{_unitdir}/machine.slice
|
|
%{_unitdir}/machines.target
|
|
%{_unitdir}/machines.target.wants/var-lib-machines.mount
|
|
%{_unitdir}/remote-fs.target.wants/var-lib-machines.mount
|
|
%{_unitdir}/systemd-machined.service
|
|
%{_unitdir}/var-lib-machines.mount
|
|
%endif
|
|
|
|
%if %{with importd}
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.import1.Manager.xml
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.import1.Transfer.xml
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.import1.service
|
|
%{_datadir}/dbus-1/system.d/org.freedesktop.import1.conf
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.import1.policy
|
|
%{_mandir}/man5/org.freedesktop.import1.5.gz
|
|
%{_mandir}/man8/systemd-importd.8.gz
|
|
%{_mandir}/man8/systemd-importd.service.8.gz
|
|
%{_systemd_util_dir}/import-pubring.gpg
|
|
%{_systemd_util_dir}/systemd-export
|
|
%{_systemd_util_dir}/systemd-import
|
|
%{_systemd_util_dir}/systemd-import-fs
|
|
%{_systemd_util_dir}/systemd-importd
|
|
%{_systemd_util_dir}/systemd-pull
|
|
%{_unitdir}/dbus-org.freedesktop.import1.service
|
|
%{_unitdir}/systemd-importd.service
|
|
%endif
|