f9d0cf843b
See https://github.com/openSUSE/systemd/blob/SUSE/v254/NEWS for details. This includes the following bug fixes: - upstream commit 331aa7aa15ee5dd12b369b276f575d521435eb52 (bsc#1203141) - upstream commit 529ba8a1a3968564b67049a077f213e3a0d53070 (bsc#1209340) - upstream commit f1f331a252d22c15f37d03524cce967664358c5c (bsc#1186606) - upstream commit df1dccd25547b430258bd42ec60428fc9aff1370 (bsc#1213185) * Drop 5001-Revert-core-propagate-stop-too-if-restart-is-issued.patch. A fix for https://github.com/systemd/systemd/issues/26839 has been integrated in v254. * Drop 5002-Revert-core-service-when-resetting-PID-also-reset-kn.patch, it's part of v254. * Drop 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch, it's no more needed these days. * Rebase 0001-conf-parser-introduce-early-drop-ins.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1420
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
#
|
|
# Please keep the list sorted (with `LC_ALL=C sort`).
|
|
#
|
|
%dir %{_systemd_util_dir}/boot
|
|
%dir %{_systemd_util_dir}/boot/efi
|
|
%{_bindir}/bootctl
|
|
%if %{without bootstrap}
|
|
%{_datadir}/bash-completion/completions/bootctl
|
|
%{_datadir}/zsh/site-functions/_bootctl
|
|
%{_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/sd-stub.7.gz
|
|
%{_mandir}/man7/systemd-boot.7.gz
|
|
%{_mandir}/man7/systemd-stub.7.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-random-seed.service.8.gz
|
|
%endif
|
|
# These are the few exceptions where glob pattern is allowed.
|
|
%{_systemd_util_dir}/boot/efi/addon*.efi.stub
|
|
%{_systemd_util_dir}/boot/efi/linux*.efi.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-random-seed.service
|
|
%{_unitdir}/systemd-bless-boot.service
|
|
%{_unitdir}/systemd-boot-random-seed.service
|
|
%{_unitdir}/systemd-boot-update.service
|