Accepting request 1158977 from home:mvyskocil:branches:Base:System
- Create /etc/sysusers.d as expected by sysusers.d(5) OBS-URL: https://build.opensuse.org/request/show/1158977 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1500
This commit is contained in:
parent
cf4cb8b82f
commit
6b0884ea35
@ -37,6 +37,7 @@
|
|||||||
%dir %{_sysconfdir}/systemd/system.conf.d
|
%dir %{_sysconfdir}/systemd/system.conf.d
|
||||||
%dir %{_sysconfdir}/systemd/user
|
%dir %{_sysconfdir}/systemd/user
|
||||||
%dir %{_sysconfdir}/systemd/user.conf.d
|
%dir %{_sysconfdir}/systemd/user.conf.d
|
||||||
|
%dir %{_sysconfdir}/sysusers.d
|
||||||
%dir %{_sysconfdir}/tmpfiles.d
|
%dir %{_sysconfdir}/tmpfiles.d
|
||||||
%dir %{_sysconfdir}/xdg/systemd
|
%dir %{_sysconfdir}/xdg/systemd
|
||||||
%dir %{_sysctldir}
|
%dir %{_sysctldir}
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 11:32:09 UTC 2024 - Michal Vyskocil <mvyskocil@opensuse.org>
|
||||||
|
|
||||||
|
- Create /etc/sysusers.d as expected by sysusers.d(5)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 18:13:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Fri Mar 1 18:13:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -999,6 +999,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/udev/iocost.conf.d
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/systemd/network
|
mkdir -p %{buildroot}%{_sysconfdir}/systemd/network
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/systemd/nspawn
|
mkdir -p %{buildroot}%{_sysconfdir}/systemd/nspawn
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/sysusers.d/
|
||||||
|
|
||||||
# This dir must be owned (and thus created) by systemd otherwise the build
|
# This dir must be owned (and thus created) by systemd otherwise the build
|
||||||
# system will complain. This is odd since we simply own a ghost file in it...
|
# system will complain. This is odd since we simply own a ghost file in it...
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
||||||
|
Loading…
Reference in New Issue
Block a user