From cb6c33dc9ed1813cafa981f1b27474ffd45db6007c19484316a3dae9832f7490 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 22 May 2018 14:58:06 +0000 Subject: [PATCH] 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 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 1 + systemd.changes | 5 +++++ systemd.spec | 1 + 4 files changed, 12 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index 927448b9..872d187a 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index ce81abb0..5bfad6f2 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -646,6 +646,7 @@ rm -f %{buildroot}/%{_prefix}/lib/rpm/macros.d/macros.systemd # presets package takes care of defining the right policies. rm -f %{buildroot}%{_presetdir}/*.preset echo 'disable *' >%{buildroot}%{_presetdir}/99-default.preset +echo 'disable *' >%{buildroot}%{_userpresetdir}/99-default.preset # Add entries for xkeyboard-config converted keymaps; mappings, which # already exist in original systemd mapping table are being ignored diff --git a/systemd.changes b/systemd.changes index 927448b9..872d187a 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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 diff --git a/systemd.spec b/systemd.spec index 1961bfe8..c356ee33 100644 --- a/systemd.spec +++ b/systemd.spec @@ -644,6 +644,7 @@ rm -f %{buildroot}/%{_prefix}/lib/rpm/macros.d/macros.systemd # presets package takes care of defining the right policies. rm -f %{buildroot}%{_presetdir}/*.preset echo 'disable *' >%{buildroot}%{_presetdir}/99-default.preset +echo 'disable *' >%{buildroot}%{_userpresetdir}/99-default.preset # Add entries for xkeyboard-config converted keymaps; mappings, which # already exist in original systemd mapping table are being ignored