From be11eb65350b1194187e13ba65e09355728f4d430846bd68357003f9c0aa1b7b Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 18 May 2018 08:47:33 +0000 Subject: [PATCH] Accepting request 610240 from home:fbui:systemd:Factory - Disable user units by default (bsc#1090785) OBS-URL: https://build.opensuse.org/request/show/610240 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1031 --- 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