- systemd.spec: add files.coredump
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1367
This commit is contained in:
parent
ddd1e277bd
commit
678bd7c8e4
22
files.coredump
Normal file
22
files.coredump
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
#
|
||||||
|
# Please keep the list sorted (with `LC_ALL=C sort`).
|
||||||
|
#
|
||||||
|
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
||||||
|
%dir %{_localstatedir}/lib/systemd/coredump
|
||||||
|
%{_bindir}/coredumpctl
|
||||||
|
%if %{without bootstrap}
|
||||||
|
%{_datadir}/bash-completion/completions/coredumpctl
|
||||||
|
%{_datadir}/zsh/site-functions/_coredumpctl
|
||||||
|
%{_mandir}/man1/coredumpctl.1.gz
|
||||||
|
%{_mandir}/man5/coredump.conf.5.gz
|
||||||
|
%{_mandir}/man5/coredump.conf.d.5.gz
|
||||||
|
%{_mandir}/man8/systemd-coredump.8.gz
|
||||||
|
%{_mandir}/man8/systemd-coredump.socket.8.gz
|
||||||
|
%{_mandir}/man8/systemd-coredump@.service.8.gz
|
||||||
|
%endif
|
||||||
|
%{_sysctldir}/50-coredump.conf
|
||||||
|
%{_systemd_util_dir}/systemd-coredump
|
||||||
|
%{_sysusersdir}/systemd-coredump.conf
|
||||||
|
%{_unitdir}/sockets.target.wants/systemd-coredump.socket
|
||||||
|
%{_unitdir}/systemd-coredump.socket
|
||||||
|
%{_unitdir}/systemd-coredump@.service
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 3 09:20:59 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- systemd.spec: add files.coredump
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 31 14:41:49 UTC 2023 - Franck Bui <fbui@suse.com>
|
Fri Mar 31 14:41:49 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
19
systemd.spec
19
systemd.spec
@ -187,6 +187,7 @@ Source204: files.devel
|
|||||||
Source205: files.sysvcompat
|
Source205: files.sysvcompat
|
||||||
Source206: files.uefi-boot
|
Source206: files.uefi-boot
|
||||||
Source207: files.experimental
|
Source207: files.experimental
|
||||||
|
Source208: files.coredump
|
||||||
|
|
||||||
#
|
#
|
||||||
# All changes backported from upstream are tracked by the git repository, which
|
# All changes backported from upstream are tracked by the git repository, which
|
||||||
@ -381,7 +382,7 @@ Provides: systemd:%{_bindir}/coredumpctl
|
|||||||
%description coredump
|
%description coredump
|
||||||
Systemd tools to store and manage coredumps.
|
Systemd tools to store and manage coredumps.
|
||||||
|
|
||||||
This package contains systemd-coredump, coredumpctl.
|
Visit https://systemd.io/COREDUMP for more details.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package container
|
%package container
|
||||||
@ -1329,21 +1330,7 @@ fi
|
|||||||
%if %{with coredump}
|
%if %{with coredump}
|
||||||
%files coredump
|
%files coredump
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/coredumpctl
|
%include %{SOURCE208}
|
||||||
%{_prefix}/lib/systemd/systemd-coredump
|
|
||||||
%{_unitdir}/systemd-coredump*
|
|
||||||
%{_unitdir}/sockets.target.wants/systemd-coredump.socket
|
|
||||||
%{_sysctldir}/50-coredump.conf
|
|
||||||
%{_sysusersdir}/systemd-coredump.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
|
||||||
%dir %{_localstatedir}/lib/systemd/coredump
|
|
||||||
%if %{without bootstrap}
|
|
||||||
%{_datadir}/bash-completion/completions/coredumpctl
|
|
||||||
%{_datadir}/zsh/site-functions/_coredumpctl
|
|
||||||
%{_mandir}/man1/coredumpctl*
|
|
||||||
%{_mandir}/man5/coredump.conf*
|
|
||||||
%{_mandir}/man8/systemd-coredump*
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
|
Loading…
Reference in New Issue
Block a user