Accepting request 610242 from Base:System
OBS-URL: https://build.opensuse.org/request/show/610242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=280
This commit is contained in:
commit
7852e82c1a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 18 08:39:41 UTC 2018 - fbui@suse.com
|
||||||
|
|
||||||
|
- Disable user units by default (bsc#1090785)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 14 08:57:44 UTC 2018 - fbui@suse.com
|
Mon May 14 08:57:44 UTC 2018 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -646,6 +646,7 @@ rm -f %{buildroot}/%{_prefix}/lib/rpm/macros.d/macros.systemd
|
|||||||
# presets package takes care of defining the right policies.
|
# presets package takes care of defining the right policies.
|
||||||
rm -f %{buildroot}%{_presetdir}/*.preset
|
rm -f %{buildroot}%{_presetdir}/*.preset
|
||||||
echo 'disable *' >%{buildroot}%{_presetdir}/99-default.preset
|
echo 'disable *' >%{buildroot}%{_presetdir}/99-default.preset
|
||||||
|
echo 'disable *' >%{buildroot}%{_userpresetdir}/99-default.preset
|
||||||
|
|
||||||
# Add entries for xkeyboard-config converted keymaps; mappings, which
|
# Add entries for xkeyboard-config converted keymaps; mappings, which
|
||||||
# already exist in original systemd mapping table are being ignored
|
# already exist in original systemd mapping table are being ignored
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 18 08:39:41 UTC 2018 - fbui@suse.com
|
||||||
|
|
||||||
|
- Disable user units by default (bsc#1090785)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 14 08:57:44 UTC 2018 - fbui@suse.com
|
Mon May 14 08:57:44 UTC 2018 - fbui@suse.com
|
||||||
|
|
||||||
|
@ -644,6 +644,7 @@ rm -f %{buildroot}/%{_prefix}/lib/rpm/macros.d/macros.systemd
|
|||||||
# presets package takes care of defining the right policies.
|
# presets package takes care of defining the right policies.
|
||||||
rm -f %{buildroot}%{_presetdir}/*.preset
|
rm -f %{buildroot}%{_presetdir}/*.preset
|
||||||
echo 'disable *' >%{buildroot}%{_presetdir}/99-default.preset
|
echo 'disable *' >%{buildroot}%{_presetdir}/99-default.preset
|
||||||
|
echo 'disable *' >%{buildroot}%{_userpresetdir}/99-default.preset
|
||||||
|
|
||||||
# Add entries for xkeyboard-config converted keymaps; mappings, which
|
# Add entries for xkeyboard-config converted keymaps; mappings, which
|
||||||
# already exist in original systemd mapping table are being ignored
|
# already exist in original systemd mapping table are being ignored
|
||||||
|
Loading…
Reference in New Issue
Block a user