Some tools in the experimental sub-package cannot be disabled at compile time. Previously, these tools were manually deleted after installation to prevent rpmbuild from reporting unpackaged files. However, as the number of such tools continues to grow, it's simpler to include them in the mini-experimental sub-package. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1650
36 lines
1.2 KiB
Plaintext
36 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
|
|
%if %{without bootstrap}
|
|
%{_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
|
|
%if %{with upstream}
|
|
%{_mandir}/man8/systemd-boot-clear-sysfail.service.8.gz
|
|
%endif
|
|
%{_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
|
|
%if %{with upstream}
|
|
%{_unitdir}/systemd-boot-clear-sysfail.service
|
|
%endif
|
|
%{_unitdir}/systemd-boot-random-seed.service
|
|
%{_unitdir}/systemd-boot-update.service
|