From 2eb82a0e87d57f05237a05b82c77cfb41835b85ceb814eeefa5daaa8716e4872 Mon Sep 17 00:00:00 2001 From: Thomas Blume Date: Wed, 29 Jul 2020 16:10:17 +0000 Subject: [PATCH] Accepting request 823166 from home:RBrownSUSE:branches:Base:System Mount /tmp as tmpfs by default - as agreed on opensuse-factory https://lists.opensuse.org/opensuse-factory/2020-07/msg00253.html OBS-URL: https://build.opensuse.org/request/show/823166 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1107 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 6 ------ systemd.changes | 5 +++++ systemd.spec | 6 ------ 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 0fd3cfe4..c66c0306 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 28 13:38:09 UTC 2020 - Richard Brown + +- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461) + ------------------------------------------------------------------- Wed Jun 24 06:33:33 UTC 2020 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index 3506747e..8c1676f9 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -617,12 +617,6 @@ rm -f %{buildroot}/etc/systemd/system/default.target # Replace /etc/pam.d/systemd-user shipped by upstream with the openSUSE one. install -m0644 %{S:2} %{buildroot}%{_sysconfdir}/pam.d/ -# Remove tmp.mount from the unit search path as /tmp doesn't use tmpfs -# by default on SUSE distros. We still keep a copy in /var for those -# who want to switch to tmpfs: it's still can be copied in /etc. -rm %{buildroot}/%{_unitdir}/local-fs.target.wants/tmp.mount -mv %{buildroot}/%{_unitdir}/tmp.mount %{buildroot}/%{_datadir}/systemd/ - # don't enable wall ask password service, it spams every console (bnc#747783) rm %{buildroot}%{_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path diff --git a/systemd.changes b/systemd.changes index 0fd3cfe4..c80f6f6f 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 28 13:38:09 UTC 2020 - Richard Brown + +- Restore default upstream tmp.mount (/tmp as tmpfs) behaviour (boo#1173461) + ------------------------------------------------------------------- Wed Jun 24 06:33:33 UTC 2020 - Franck Bui diff --git a/systemd.spec b/systemd.spec index c96ca5e2..39003f7d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -615,12 +615,6 @@ rm -f %{buildroot}/etc/systemd/system/default.target # Replace /etc/pam.d/systemd-user shipped by upstream with the openSUSE one. install -m0644 %{S:2} %{buildroot}%{_sysconfdir}/pam.d/ -# Remove tmp.mount from the unit search path as /tmp doesn't use tmpfs -# by default on SUSE distros. We still keep a copy in /var for those -# who want to switch to tmpfs: it's still can be copied in /etc. -rm %{buildroot}/%{_unitdir}/local-fs.target.wants/tmp.mount -mv %{buildroot}/%{_unitdir}/tmp.mount %{buildroot}/%{_datadir}/systemd/ - # don't enable wall ask password service, it spams every console (bnc#747783) rm %{buildroot}%{_unitdir}/multi-user.target.wants/systemd-ask-password-wall.path