- machines.target belongs to systemd-container, do its init/cleanup steps from

the scriptlets of this sub-package.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1342
This commit is contained in:
Franck Bui 2023-01-26 14:06:46 +00:00 committed by Git OBS Bridge
parent b595a77284
commit b630827444
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 26 14:02:11 UTC 2023 - Franck Bui <fbui@suse.com>
- machines.target belongs to systemd-container, do its init/cleanup steps from
the scriptlets of this sub-package.
-------------------------------------------------------------------
Tue Jan 24 13:19:01 UTC 2023 - Franck Bui <fbui@suse.com>

View File

@ -962,7 +962,6 @@ find %{buildroot}%{_testsuitedir}/ -name .git\* -exec rm -fr {} \;
%pre
# Units listed below can be enabled at installation according to their preset
# setting.
%systemd_pre machines.target
%systemd_pre remote-fs.target
%systemd_pre getty@.service
%systemd_pre systemd-timesyncd.service
@ -1022,7 +1021,6 @@ fi
# Units listed below can be enabled at installation accoding to their preset
# setting.
%systemd_post machines.target
%systemd_post remote-fs.target
%systemd_post getty@.service
%systemd_post systemd-timesyncd.service
@ -1136,7 +1134,11 @@ rm -f /etc/udev/rules.d/{20,55,65}-cdrom.rules
%postun -n libudev%{?mini}1 -p %ldconfig
%postun -n libsystemd0%{?mini} -p %ldconfig
%pre container
%systemd_pre machines.target
%post container
%systemd_post machines.target
%tmpfiles_create systemd-nspawn.conf
%if %{with machined}
%ldconfig
@ -1157,7 +1159,11 @@ if [ $1 -gt 1 ]; then
%{_prefix}/lib/systemd/scripts/fix-machines-btrfs-subvol.sh || :
fi
%preun container
%systemd_preun machines.target
%postun container
%systemd_postun machines.target
%ldconfig
%endif