SHA256
1
0
forked from pool/systemd

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:
Dominique Leuenberger 2018-05-22 14:58:06 +00:00 committed by Git OBS Bridge
commit 7852e82c1a
4 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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