de9857c4a9
- Add a new %upstream macro to support building from upstream sources. This will allow upstream to build systemd rpms using the opensuse systemd packaging specs. These rpms will be built and used in upstream's mkosi based hacking and testing environment to test changes and in the future to run integration tests as well. By building the rpms using the opensuse packaging specs, the idea is to catch more issues ahead of time as the mkosi environment will behave more like a regular opensuse system. - Add new %version_override and %version_release macros to allow overriding the version and release of the rpm respectively. OBS-URL: https://build.opensuse.org/request/show/1148086 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1494
93 lines
3.1 KiB
Plaintext
93 lines
3.1 KiB
Plaintext
#
|
|
# Please keep the list sorted (with `LC_ALL=C sort`).
|
|
#
|
|
%dir %{_sysconfdir}/systemd/oomd.conf.d
|
|
%if %{with sd_boot}
|
|
%dir %{_unitdir}/initrd.target.wants
|
|
%endif
|
|
%{_bindir}/oomctl
|
|
%{_bindir}/systemd-repart
|
|
%{_datadir}/bash-completion/completions/oomctl
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.oom1.Manager.xml
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Image.xml
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Manager.xml
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.oom1.service
|
|
%{_datadir}/dbus-1/system.d/org.freedesktop.oom1.conf
|
|
%{_datadir}/zsh/site-functions/_oomctl
|
|
%{_mandir}/man1/oomctl.1.gz
|
|
%if %{with sd_boot}
|
|
%{_mandir}/man1/systemd-measure.1.gz
|
|
%{_mandir}/man1/ukify.1.gz
|
|
%endif
|
|
%{_mandir}/man5/oomd.conf.5.gz
|
|
%{_mandir}/man5/oomd.conf.d.5.gz
|
|
%{_mandir}/man5/org.freedesktop.oom1.5.gz
|
|
%{_mandir}/man5/repart.d.5.gz
|
|
%{_mandir}/man5/sysupdate.d.5.gz
|
|
%{_mandir}/man8/systemd-oomd.8.gz
|
|
%{_mandir}/man8/systemd-oomd.service.8.gz
|
|
%if %{with sd_boot}
|
|
%{_mandir}/man8/systemd-pcrfs-root.service.8.gz
|
|
%{_mandir}/man8/systemd-pcrfs@.service.8.gz
|
|
%{_mandir}/man8/systemd-pcrmachine.service.8.gz
|
|
%{_mandir}/man8/systemd-pcrphase-initrd.service.8.gz
|
|
%{_mandir}/man8/systemd-pcrphase-sysinit.service.8.gz
|
|
%if %{with upstream}
|
|
%{_mandir}/man8/systemd-pcrextend.8.gz
|
|
%else
|
|
%{_mandir}/man8/systemd-pcrphase.8.gz
|
|
%endif
|
|
%{_mandir}/man8/systemd-pcrphase.service.8.gz
|
|
%endif
|
|
%{_mandir}/man8/systemd-repart.8.gz
|
|
%{_mandir}/man8/systemd-repart.service.8.gz
|
|
%{_mandir}/man8/systemd-sysupdate-reboot.service.8.gz
|
|
%{_mandir}/man8/systemd-sysupdate-reboot.timer.8.gz
|
|
%{_mandir}/man8/systemd-sysupdate.8.gz
|
|
%{_mandir}/man8/systemd-sysupdate.service.8.gz
|
|
%{_mandir}/man8/systemd-sysupdate.timer.8.gz
|
|
%if %{with sd_boot}
|
|
%{_prefix}/lib/kernel/install.d/60-ukify.install
|
|
%endif
|
|
%{_systemd_util_dir}/oomd.conf
|
|
%{_systemd_util_dir}/system/initrd-root-fs.target.wants/systemd-repart.service
|
|
%{_systemd_util_dir}/system/sysinit.target.wants/systemd-repart.service
|
|
%if %{with sd_boot}
|
|
%{_systemd_util_dir}/systemd-measure
|
|
%endif
|
|
%{_systemd_util_dir}/systemd-oomd
|
|
%if %{with sd_boot}
|
|
%if %{with upstream}
|
|
%{_systemd_util_dir}/systemd-pcrextend
|
|
%else
|
|
%{_systemd_util_dir}/systemd-pcrphase
|
|
%endif
|
|
%endif
|
|
%{_systemd_util_dir}/systemd-sysupdate
|
|
%{_systemd_util_dir}/systemd-userwork
|
|
%if %{with sd_boot}
|
|
%{_systemd_util_dir}/ukify
|
|
%endif
|
|
%{_sysusersdir}/systemd-oom.conf
|
|
%if %{with sd_boot}
|
|
%{_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.service
|
|
%{_unitdir}/sysinit.target.wants/systemd-pcrmachine.service
|
|
%{_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.service
|
|
%{_unitdir}/sysinit.target.wants/systemd-pcrphase.service
|
|
%endif
|
|
%{_unitdir}/systemd-oomd.service
|
|
%{_unitdir}/systemd-oomd.socket
|
|
%if %{with sd_boot}
|
|
%{_unitdir}/systemd-pcrfs-root.service
|
|
%{_unitdir}/systemd-pcrfs@.service
|
|
%{_unitdir}/systemd-pcrmachine.service
|
|
%{_unitdir}/systemd-pcrphase-initrd.service
|
|
%{_unitdir}/systemd-pcrphase-sysinit.service
|
|
%{_unitdir}/systemd-pcrphase.service
|
|
%endif
|
|
%{_unitdir}/systemd-repart.service
|
|
%{_unitdir}/systemd-sysupdate-reboot.service
|
|
%{_unitdir}/systemd-sysupdate-reboot.timer
|
|
%{_unitdir}/systemd-sysupdate.service
|
|
%{_unitdir}/systemd-sysupdate.timer
|