forked from pool/systemd
Update comments
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1379
This commit is contained in:
parent
1a72578ed0
commit
56582eb002
@ -965,17 +965,13 @@ tar -cO \
|
|||||||
# Don't drop %%pre section even if it becomes empty: the build process of
|
# Don't drop %%pre section even if it becomes empty: the build process of
|
||||||
# installation images uses a hardcoded list of packages with a %%pre that needs
|
# installation images uses a hardcoded list of packages with a %%pre that needs
|
||||||
# to be run during the build and complains if it can't find one.
|
# to be run during the build and complains if it can't find one.
|
||||||
#
|
|
||||||
# Note: presets for units shipped by the main package are applied by %%posttrans
|
|
||||||
# scripts of systemd-presets-common-SUSE. Hence we don't need to bother running
|
|
||||||
# %%systemd_{pre,post} on them, which is fortunate since the helper script the
|
|
||||||
# systemd rpm macros rely on is not yet installed.
|
|
||||||
%pre
|
%pre
|
||||||
%if %{without filetriggers}
|
%if %{without filetriggers}
|
||||||
if [ $1 -gt 1 ]; then
|
if [ $1 -gt 1 ]; then
|
||||||
# We keep these just in case we're upgrading from an old version that
|
# We keep these just in case we're upgrading from an old version that
|
||||||
# was missing these units. During package installation, these macros are
|
# was missing these units. During package installation, these macros are
|
||||||
# NOPs for systemd anyways.
|
# NOPs for systemd anyways (the branding preset package takes care of
|
||||||
|
# applying the presets in its %%posttrans in this case).
|
||||||
%systemd_pre remote-fs.target
|
%systemd_pre remote-fs.target
|
||||||
%systemd_pre getty@.service
|
%systemd_pre getty@.service
|
||||||
%systemd_pre systemd-timesyncd.service
|
%systemd_pre systemd-timesyncd.service
|
||||||
|
Loading…
Reference in New Issue
Block a user