2022-03-29 11:34:07 +02:00
|
|
|
#
|
|
|
|
# Please keep the list sorted (with `LC_ALL=C sort`).
|
|
|
|
#
|
|
|
|
%dir %{_systemd_util_dir}/boot
|
|
|
|
%dir %{_systemd_util_dir}/boot/efi
|
2022-04-04 13:51:23 +02:00
|
|
|
%if %{without bootstrap}
|
2022-03-29 11:34:07 +02:00
|
|
|
%{_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
|
2022-06-07 20:24:43 +02:00
|
|
|
%{_mandir}/man7/sd-stub.7.gz
|
2022-03-29 11:34:07 +02:00
|
|
|
%{_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
|
2023-03-08 14:07:15 +01:00
|
|
|
%{_mandir}/man8/systemd-boot-random-seed.service.8.gz
|
2022-03-29 11:34:07 +02:00
|
|
|
%endif
|
2023-02-17 12:11:32 +01:00
|
|
|
# These are the few exceptions where glob pattern is allowed.
|
2023-08-16 12:29:27 +02:00
|
|
|
%{_systemd_util_dir}/boot/efi/addon*.efi.stub
|
2022-03-29 11:34:07 +02:00
|
|
|
%{_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
|
2023-03-08 14:07:15 +01:00
|
|
|
%{_unitdir}/sysinit.target.wants/systemd-boot-random-seed.service
|
2022-03-29 11:34:07 +02:00
|
|
|
%{_unitdir}/systemd-bless-boot.service
|
2023-03-08 14:07:15 +01:00
|
|
|
%{_unitdir}/systemd-boot-random-seed.service
|
2022-03-29 11:34:07 +02:00
|
|
|
%{_unitdir}/systemd-boot-update.service
|